Dom0: Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.51-1 and all dependency packages for xen, spice and usb redirection. Seabios 1.7.3-1, spice 0.12.4-0nocelt1 and usbredir 0.6-2 compiled from debian unstable sources. ------------------------- git clone https://github.com/Fantu/Xen.git git checkout rebase/m2r-next the xen upstream commit is 699be3096ce62e2d6ef953b2a223c34330598ac8, plus these patches not upstream: libxl: new parameters for upstream qemu''s vga interfaces libxl: remove qemu default devices for upstream qemu tools: various things just to build test tools: Improve make debball libxl: Add qxl vga interface support for upstream qemu libxl: usb2 and usb3 controller support for upstream qemu libxl: spice usbredirection support for upstream qemu ------------------------- vi Config.mk # Change upstream qemu to 1.7 from git (commit 1cdae4573d7613149348d834c605bfbe3c7d405b) QEMU_UPSTREAM_URL ?= git://git.qemu.org/qemu.git QEMU_UPSTREAM_REVISION ?= master ---- ./configure --prefix=/usr --enable-qemu-traditional=no --with-system-seabios=/usr/share/seabios/bios.bin ------------------------- make debball ------------------------- Regression: ------------- - xl console not working, details here: http://lists.xen.org/archives/html/xen-devel/2013-10/msg00587.html ------------------------- ------------------------- Old issue: - Network is not working after restore on Windows domU with qemu-xen and gplpv Workaround: fixed mac address ------------- - Unable to get QXL vga full working Status: Seems needed other changes/fixes on xen side before have it full working. After latest Jan Beulich patches doesn''t show any other visible xen errors (at least I can''t see them). Here some other data comparing with stdvga or with kvm: lists.xen.org/archives/html/xen-devel/2013-10/msg00016.html ------------- - on W7 pro 64 bit domU error in the begin of qemu log, while domU seem to work: xc: error: linux_gnttab_set_max_grants: ioctl SET_MAX_GRANTS failed (22 = Invalid argument): Internal error xen be: qdisk-832: xc_gnttab_set_max_grants failed: Invalid argument -------------------------