[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Test report for xen-unstable and qemu-xen
Dom0:Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.41-2+deb7u2, package blktap-dkms and all dependency packages for xen, spice and usb redirection. Seabios 1.7.2-3 and latest spice and usbredir compiled from debian unstable sources. ------------------------- /etc/modules ------------ loop max_loop=64 xenfs xen-evtchn blktap -------------------------git clone git://xenbits.xen.org/xen.git (in this build commit is 6859874b61d5ddaf5289e72ed2b2157739b72ca5) ------------------------- Added some patches: - tools-configure-qemu-for-spice-and-usbredir - libxl-Add-spice-vdagent-support-for-upstream-qemu - tools-firmware-seabios-packaged - tools: Improve make deb - vgabios-stdvga.bin custom build from Frediano - qemu-xen change for support other resolutions: hw/vga.c: # from Frediano patch - if ((val <= VBE_DISPI_MAX_XRES) && ((val & 7) == 0)) { + if ((val <= VBE_DISPI_MAX_XRES) && ((val & 1) == 0)) { - updated qemu upstream Config-mk: QEMU_UPSTREAM_REVISION ?= master ------------------------- ./configure --prefix=/usr ------------------------- make debball ------------------------- Issues solved from my previous test build report: ------------- - restore with xl on xendomain not work (now solved upstream) ------------------------- ------------------------- Old issue:- Network is not working after restore on Windows domU with qemu-xen and gplpv Workaround: fixed mac address -------------- nested hvm probably bugged: started test it on windows 7 pro 64 domU on qemu-xen, xpmode crash on install without show error, no error on logs and havdetection works ------------- - Starting xendomain with "xl create" show some debug options: Starting auto Xen domains: W7.cfgxc: info: VIRTUAL MEMORY ARRANGEMENT: Loader: 0000000000100000->000000000019eb68 Modules: 0000000000000000->0000000000000000 TOTAL: 0000000000000000->000000007f000000 ENTRY ADDRESS: 0000000000100000 xc: info: PHYSICAL MEMORY ALLOCATION: 4KB PAGES: 0x0000000000000200 2MB PAGES: 0x00000000000003f7 1GB PAGES: 0x0000000000000000 [done]. I think it is would be better hiding them here -------------- 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 ------------------------- _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |