search for: device_model_version

Displaying 20 results from an estimated 62 matches for "device_model_version".

2014 Nov 14
0
How to convert "device_model_version = "qemu-xen-traditiona"" into libvirt xml file How to convert "device_model_version = "qemu-xen-traditiona"" into libvirt xml file
...;/usr/local/lib/xen/boot/hvmloader" builder="hvm" memory = 512 name = "ubuntu" vif = [ "type=ioemu,bridge=ovsbr0", "type=ioemu,bridge=ovsbr0","type=ioemu,bridge=ovsbr0","type=ioemu,bridge=ovsbr0",,"type=ioemu,bridge=ovsbr0"] device_model_version = "qemu-xen-traditional" If I didnot add " device_model_version = "qemu-xen-traditional" " to ubuntu.cfg, I only can add four NICs to VM. If I add five or more,, I got these errors: libxl: error: libxl_dm.c:1371:device_model_spawn_outcome: domain 12 device model...
2013 May 01
0
Re: [PATCH] libxl: allow an <emulator> to be selected in the domain config XML
On Wed, 2013-05-01 at 04:42 +0100, Jim Fehlig wrote: > David Scott wrote: > > Hi, > > > > [added xen-devel: FYI this is about how to properly set the libxl > > device_model_version when the user has provided a manual device_model > > override (aka a path to a qemu) in the libvirt domain XML.] > > > > On 30/04/13 16:10, Jim Fehlig wrote: > >> David Scott wrote: > >>> The emulator path supplied can be any valid path on the system. > &gt...
2011 Nov 30
4
Compile error with Ubuntu 11.10
Hi, compilation of xen-unstable with a fresh Ubuntu 11.10 x86_64 fails with following error: cc1: warnings being treated as errors libxl_create.c: In function ‘store_libxl_entry’: libxl_create.c:465: error: format not a string literal and no format arguments Steps to reproduce: - Install Ubuntu 11.10 ( http://www.ubuntu.com/start-download?distro=desktop&bits=64&release=latest) - sudo
2012 Feb 29
5
[PATCH] [PATCH v4] Add the bios option to specify the bios to load
...Select the virtual firmware that is exposed to the guest. +By default, a guess is made based on the device model, but sometimes +it may be useful to request a different one, like UEFI. + +=over 4 + +=item B<rombios> + +Loads ROMBIOS, a 16-bit x86 compatible BIOS. This is used by default +when device_model_version=qemu-xen-traditional. This is the only BIOS +option supported when device_model_version=qemu-xen-traditional. This is +the BIOS used by all previous Xen versions. + +=item B<seabios> + +Loads SeaBIOS, a 16-bit x86 compatible BIOS. This is used by default +with device_model_version=qemu-xen. +...
2013 Jun 13
0
Bug#688311: xen-utils-4.2: qemu-dm not available
So how do I set up an HVM with Debian? I tried with device_model_version="qemu-xen", and I got this: libxl: error: libxl_dm.c:1086:libxl__spawn_local_dm: device model /usr/lib/xen-4.2/bin/qemu-system-i386 is not executable: No such file or directory I also tried device_model_version="qemu-xen-traditional", and I got this: libxl: error: libxl_dm.c:10...
2012 Feb 22
10
xen-unstable: Qemu upstream domUs not start on Wheezy
...f=[''bridge=xenbr0''] #vfb=[''vnc=1,vncunused=1,vnclisten="0.0.0.0",keymap="it"''] disk=[''/mnt/vm/disks/PRECISEHVM.disk1.xm,raw,hda,rw'', ''/dev/sr0,raw,hdb,ro,cdrom''] boot=''c'' xen_platform_pci=1 device_model_version=''qemu-xen'' vnc=1 vncunused=1 vnclisten="0.0.0.0" keymap="it" #stdvga=1 #videoram=16 sdl=0 #spice=1 #spicehost=''192.168.1.137'' #spiceport=6000 #spicepasswd=''test'' #on_crash=''preserve'' ------------------------...
2014 Jan 06
1
Bug#733865: Bug#733865: xen-utils-4.3: qemu-dm is not executable: No such file or directory
On 01/02/2014 11:56 AM, Ian Campbell wrote: > You can select a non-default model use by using the > "device_model_version" directive in your config. From what I gather, for now, you MUST select a non-default model, using something like: device_model_version="qemu-xen" device_model_override="/usr/bin/qemu-system-x86_64" > In the context of Debian the Debian Xen maintainer has been tryin...
2012 Mar 21
4
Can not boot the OVMF
Hi Attilio I have updated to the upstream Xen and try to boot into OVMF bios. Instead of fetching the OVMF code from the git mirror, I just copy the OVMF bios to ovmf directory. I use the bios="ovmf" in the HVM config file. But, there is an error when I create the domain. root@gavin-laptop:~# xl create hvm_ubuntu.hvm Parsing config file /root/hvm_ubuntu.hvm WARNING: specifying
2013 Sep 18
1
[PATCH] Allow 4 MB of video RAM for Cirrus graphics on traditional QEMU
...xl_create.c @@ -213,20 +213,55 @@ int libxl__domain_build_info_setdefault(libxl__gc *gc, if (b_info->shadow_memkb == LIBXL_MEMKB_DEFAULT) b_info->shadow_memkb = 0; - if (b_info->u.hvm.vga.kind == LIBXL_VGA_INTERFACE_TYPE_STD && - b_info->device_model_version == - LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN) { + if (!b_info->u.hvm.vga.kind) + b_info->u.hvm.vga.kind = LIBXL_VGA_INTERFACE_TYPE_CIRRUS; + + switch (b_info->device_model_version) { + case LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN_TRADITIONAL: +...
2014 Jan 02
0
Bug#733865: Bug#733865: xen-utils-4.3: qemu-dm is not executable: No such file or directory
...ish, ancient), this was the default qemu used for HVM guests until Xen 4.4. "upstream" is the upstream (i.e. qemu.org) version of Qemu which can be used with Xen since 4.1 or 4.2 (I forget exactly) and became the default in 4.4. You can select a non-default model use by using the "device_model_version" directive in your config. In the context of Debian the Debian Xen maintainer has been trying to move away from the traditional fork for several releases. Historically the traditional qemu was shipped with the Xen utils in but in some release (Wheezy? Maybe Squeeze?) it was removed and ended...
2013 Oct 06
3
pci-passthrough to a pv domu worked in xen 4.2.2, but not in 4.3.0
Hello, my dom0 is an alpinelinux installed with kernel 3.10.14-1-grsec and xen 4.2.2. My domU is an opensuse 12.3 with all patches installed. The system works great, but when I do only switch xen from 4.2.2 to 4.3.0 (packages from http://nl.alpinelinux.org/alpine/edge/main/x86_64/) then my kernel in the domU does an Oops and the drivers for my dvb card aren''t loaded successfully. When I
2021 Oct 25
1
Bug#988333: linux-image-5.10.0-6-amd64: VGA Intel IGD Passthrough to Debian Xen HVM DomUs not working, but Windows Xen HVMs do work
...M DomU, >> and only xl destroy could be used to stop the corrupted process. > Well, at least we have an error somewhere already. That's a starting point. > > Can you share the domU config file? Yes, here it is: builder = 'hvm' memory = '3072' vcpus = '4' device_model_version = 'qemu-xen' # device_model_version = 'qemu-xen-traditional' # This is now bullseye disk = ['/dev/systems/linux,,xvda,w','/dev/data/linuxdata,,xvdb,w'] name = 'bullseye-hvm' vif = [ 'mac=00:16:3E:27:2C:AA,model=e1000,script=vif-route.hvm,ip=192.168.1.4...
2015 Feb 01
0
Bug#776742: Info received (Bug#776742: xen-utils-common: no support for VGA Passthrough)
...i=[ '0000:04:00.0','0000:06:00.*' ] pci=[ '0000:06:00.0', '0000:06:00.1' ] # Disable emulated USB # -- we passthrough USB devices usb=0 vnclisten="192.168.1.198" # Specify device model for VGA passthrough # Use device model qemu-xen (upstream default) #device_model_version="qemu-xen" #device_model_override="/usr/bin/qemu-system-x86_64" # Use device model qemu-xen-traditional # -- supposedly supports VGA passthrough #device_model_version="qemu-xen-traditional" #device_model_override="/usr/bin/qemu-system-x86_64"
2014 Aug 26
3
hvm and qemu-system-i386 broken
...QEMU utilities There is no qemu-dm and no qemu-system-x86_64 but there is a file /usr/bin/qemu-system-x86_64 # ls -l /usr/bin/qemu-system-x86_64 -rwxr-xr-x 1 root root 5996128 Aug 2 00:39 /usr/bin/qemu-system-x86_64 # /usr/lib/xen-common/bin/xen-toolstack /usr/lib/xen-4.4/bin/xl # cat mywin7.xm device_model_version = "qemu-xen" device_model_override = "/usr/bin/qemu-system-i386" bios = "seabios" builder = "hvm" name = "mywin7" memory = 1000 vcpus = 4 vif = [ 'ip=192.168.1.19,mac=00:16:3E:8C:84:8B,bridge=xenbr0' ] disk = [ '/dev/vg0/mywin7,raw,xvda,...
2013 Jul 14
7
qemu-system-i386: -gfx_passthru: invalid option
Hi, How come gfx_passthru is now an invalid option? Does it mean Xen-unstable 4.4 changeset 27214 no longer supports vga passthrough? -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013 Jul 14
7
qemu-system-i386: -gfx_passthru: invalid option
Hi, How come gfx_passthru is now an invalid option? Does it mean Xen-unstable 4.4 changeset 27214 no longer supports vga passthrough? -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013 Jun 27
20
SPICE with Upstream QEMU and qxl VGA cause Windows BSOD
...eate , the windows domU started successfully and spice client can visit the VDI. However, it display blue screen before entering the windows welcome screen. Is it a bug in current upstream qemu support? My domU configuration file is: builder = 'hvm' memory = '1024' device_model_version = 'qemu-xen' device_model_override = '/usr/src/qemu-dm/i386-softmmu/qemu-system-i386' disk = [ 'tap2:vhd:/srv/win7_noDriver,sda,w'] vif = ['bridge=xenbr0'] boot='cd' vcpus=4 name = 'UserVM' usbdevice='tablet' vnc=1 vnclisten="0.0.0.0&quot...
2012 Jan 24
5
Graphic acceleration on pv domU linux
Is there possibility of graphic acceleration on domU pv linux without gfx passtrough? I not search 3d high performance for games but possibility of run all DE for example gnome shell or cinnamon and good performance of normal programs and video playback? Thanks for any reply -- View this message in context:
2013 Feb 01
2
[PATCH v2 02/03] HVM firmware passthrough libxl support
This patch introduces support for two new parameters in libxl: smbios_firmware=<path_to_smbios_structures_file> acpi_firmware=<path_to_acpi_tables_file> The changes are primarily in the domain building code where the firmware files are read and passed to libxc for loading into the new guest. After the domain building call to libxc, the addresses for the loaded blobs are returned and
2012 Nov 14
1
libxl: error: libxl_dm.c:1212:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3) when creating VM using upstream qemu on Xen 4.2.
...24 on_poweroff="destroy" on_reboot="restart" on_crash="destroy" vcpus = 2 disk = [ ''/dev/VolGroup/lv_home,,hda'', ''/usr/src/Windows2003.iso,,hdc,cdrom'' ] # using qemu-dm is success to work. #device_model=''qemu-dm'' device_model_version=''qemu-xen'' device_model_override=''/usr/src/qemu/i386-softmmu/qemu-system-i386'' #device_model_override=''/usr/src/qemu/x86_64-softmmu/qemu-system-x86_64'' boot="dc" acpi=1 xen_platform_pci=1 xiridian=1 stdvga=1 #sdl = 1 vnc =0 vncconsol...