search for: bdrv_host_device

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

2008 Jul 01
1
[PATCH] qemu-xen: Fix extendable images
Hi Ian, I''m not completely sure about this one. The question is what you really wanted to achieve with that BLOCK_DRIVER_FLAG_EXTENDABLE thing. I suspect that you just put it into the wrong struct accidentally (bdrv_host_device instead of bdrv_raw), but I might be wrong. Changing it allows me to use qcow2 images through tap:ioemu again - in fact, I think it fixes extendable images in general, i.e. also for HVM. Please check if the attached patch makes sense and apply if appropriate. Kevin _____________________________...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...RK_SCRIPT "/etc/xen/qemu-ifup" +-#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/xen/qemu-ifdown" ++#define DEFAULT_NETWORK_SCRIPT "/etc/xen/scripts/qemu-ifup" ++#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/xen/scripts/qemu-ifdown" + + #ifdef CONFIG_STUBDOM + #define bdrv_host_device bdrv_raw --- /dev/null +++ xen-3/debian/patches/tools-ioemu-prefix.diff @@ -0,0 +1,26 @@ +--- tools/ioemu-qemu-xen/xen-hooks.mak ++++ tools/ioemu-qemu-xen/xen-hooks.mak +@@ -74,8 +74,9 @@ + + EXESUF=-xen + +-datadir := $(subst qemu,xen/qemu,$(datadir)) +-docdir := $(subst qemu,xen/qemu,$(docdir)...