Displaying 4 results from an estimated 4 matches for "device_model_args_hvm".
2013 Jun 27
20
SPICE with Upstream QEMU and qxl VGA cause Windows BSOD
...[ '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"
vncdisplay=1
vncunused = 0
#spice=1
#spicehost='0.0.0.0'
#spiceport=6000
#spicedisable_ticketing=1
#device_model_args_hvm = [ '-vga', 'qxl' ]
videoram = 128
apic=1
pae=1
Best Regards
北京信联云通科技有限责任公司
Beijing Octopus link Co. Ltd
北京市朝阳区安定路1号奥体中心2266室
技术服务部
张 沛
手机:13683299045
Email: support@octlink.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
htt...
2013 Dec 04
5
qemu-xen-dir + PCI passthrough = BOOM
Hey,
I just started noticing it today - with qemu-xen (tip is
commit b97307ecaad98360f41ea36cd9674ef810c4f8cf
xen_disk: mark ioreq as mapped before unmapping in error case)
when I try to pass in a PCI device at bootup it blows up with:
char device redirected to /dev/pts/2 (label serial0)
qemu: hardware error: xen: failed to populate ram at 40050000
CPU #0:
EAX=00000000 EBX=00000000
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
...is a little patch that attempt to fix the issue regarding
xen_platform_pci=0 not been handled.
There is one patch left from the previous version. The patch that was adding
qemu_machine_override have been removed as it is unnecessary. If someone wants
to change the -machine, it can always add it to device_model_args_hvm, as QEMU
appear to use the last one.
Regards,
Anthony PERARD (1):
libxl: Handle xen_platform_pci=0 case with qemu-xen.
tools/libxl/libxl_dm.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
Anthony PERARD
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches