Dom0: Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.46-1+deb7u1 and all dependency packages for xen, spice and usb redirection. Seabios 1.7.3-1, qemu 1.5.0+dfsg-5 (1.5.1), spice 0.12.4-0nocelt1 and usbredir 0.6-2 compiled from debian unstable sources. ------------------------- git clone git://xenbits.xen.org/xen.git (in this build commit is de333b694591909787da54a40496fc82c8ba5b62) ------------------------- Added some patches: - tools-configure-qemu-for-spice-and-usbredir - libxl-Add-spice-vdagent-support-for-upstream-qemu v5 - libxl: usb2 and usb3 controller support for upstream qemu v4 - libxl: Add qxl vga interface support for upstream qemu - tools: Improve make deb v4 - pc: Initializing ram_memory under Xen. v2 (for fix qemu 1.6 critical regression) ------------------------- vi Config.mk # Change upstream qemu to 1.6 QEMU_UPSTREAM_URL ?= git://git.qemu.org/qemu.git QEMU_UPSTREAM_REVISION ?= 1ee2daeb6448312d6d0e22175f5c1b9b01f8974c ---- ./configure --prefix=/usr --disable-xend --enable-qemu-traditional=no --with-system-seabios=/usr/share/seabios/bios.bin ------------------------- make debball Note: mainly tested with qemu 1.6 ------------------------- 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: require SSE support on hvm domU to be implemented, for now works only as standard vga ------------- - 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 -------------------------