All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.11 0/2] Fix 'qemu-img info' on mirror target
@ 2017-11-20 14:11 Kevin Wolf
  2017-11-20 14:11 ` [Qemu-devel] [PATCH for-2.11 1/2] block: Don't use BLK_PERM_CONSISTENT_READ for format probing Kevin Wolf
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kevin Wolf @ 2017-11-20 14:11 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, mreitz, famz, eblake, qemu-devel

There is no reason to forbid 'qemu-img info' for an image that is used
as a mirror target (or intermediate image of a commit job) at the same
time.

This fixes the problem reported on qemu-discuss:
https://lists.gnu.org/archive/html/qemu-discuss/2017-11/msg00039.html

Kevin Wolf (2):
  block: Don't use BLK_PERM_CONSISTENT_READ for format probing
  block: Don't request I/O permission with BDRV_O_NO_IO

 block.c               |  5 ++++-
 block/block-backend.c | 10 ++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.13.6

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-20 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 14:11 [Qemu-devel] [PATCH for-2.11 0/2] Fix 'qemu-img info' on mirror target Kevin Wolf
2017-11-20 14:11 ` [Qemu-devel] [PATCH for-2.11 1/2] block: Don't use BLK_PERM_CONSISTENT_READ for format probing Kevin Wolf
2017-11-20 14:11 ` [Qemu-devel] [PATCH for-2.11 2/2] block: Don't request I/O permission with BDRV_O_NO_IO Kevin Wolf
2017-11-20 14:41   ` [Qemu-devel] [Qemu-block] " Alberto Garcia
2017-11-20 14:22 ` [Qemu-devel] [PATCH for-2.11 0/2] Fix 'qemu-img info' on mirror target Fam Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.