On Wed, 13 Jun 2012, Markus Armbruster wrote: > Xen compile-tested only. Stefano, please give it a whirl. > > v3: Replaced bdrv_get_format() on Peter's request > > v2: Moved a declaration to an inner block on Stefano's request. > > Markus Armbruster (3): > block: Replace bdrv_get_format() by bdrv_get_format_name() > xen: Don't change -drive if=xen device name during machine init > xen: Don't peek behind the BlockDriverState abstraction > > block.c | 11 ++++------- > block.h | 2 +- > hw/xen_devconfig.c | 13 ++++++------- > hw/xen_disk.c | 3 +-- > qemu-img.c | 5 ++--- > 5 files changed, 14 insertions(+), 20 deletions(-)
You can stick my acked-by on patch 2/3 and 3/3. Given that patch 1/3 is a generic block patch, I think that this series should go through Kevin.