qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] Miscellaneous block fixes


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 0/4] Miscellaneous block fixes
Date: Fri, 12 Sep 2014 21:26:20 +0200

More random crap I ran into while iterating on BlockBackends.

Markus Armbruster (4):
  blockdev: Disentangle BlockDriverState and DriveInfo creation
  block: Keep DriveInfo alive until BlockDriverState dies
  qemu-nbd: Destroy the BlockDriverState properly
  block: Improve message for device name clashing with node name

 block.c                    |  5 ++++-
 blockdev.c                 | 56 +++++++++++++++++++++++++---------------------
 include/sysemu/blockdev.h  |  1 +
 qemu-nbd.c                 |  2 +-
 stubs/Makefile.objs        |  1 +
 stubs/blockdev.c           | 12 ++++++++++
 tests/qemu-iotests/087.out |  2 +-
 7 files changed, 51 insertions(+), 28 deletions(-)
 create mode 100644 stubs/blockdev.c

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]