search for: debball

Displaying 2 results from an estimated 2 matches for "debball".

Did you mean: deall
2013 Jun 12
9
Test report for xen-unstable and qemu-xen
...- 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...
2013 Jul 14
3
Xen 4.3 Passthrough Problems & Documentation
...ts.xen.org/xen.git cd xen git checkout -b stable-4.3 origin/stable-4.3 cd tools make -j9 && make clean cd qemu-xen-dir wget "http://marc.info/?l=qemu-devel&m=136177475215360&q=raw" -O - | patch -p1 cd ../.. make -j9 world && make -j9 debball cd dist dpkg -i *.deb The patch applied successfully, and xen built and installed without a problem. However, when I attempted to boot my Windows DomU (no changes to the config yet just to see if it would boot), it failed. I have attached the output, as well as the BSoD screen Windows di...