qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] more blkdebug tweaks
@ 2017-06-05 19:08 Eric Blake
  2017-06-05 19:08 ` [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on second open Eric Blake
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Eric Blake @ 2017-06-05 19:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: jsnow, mreitz, qemu-block

I found a crasher and some odd behavior while rebasing my
bdrv_get_block_status series, so I figured I'd get these things
fixed first.  This is based on top of Max's block branch.

Available as a tag at:
git fetch git://repo.or.cz/qemu/ericb.git nbd-blkdebug-status-v3

Since v2:
- defer the original patch 3 to a later series
- rebase to make sure test 177 passes at all times (I didn't
pinpoint which recent merge caused it, but the test now produces
json:{...} instead of blkdebug:... during patch 2)
- add more documentation of BDRV_BLOCK_RAW
- add R-b where appropriate

001/4:[----] [--] 'qemu-io: Don't die on second open'
002/4:[0002] [FC] 'block: Guarantee that *file is set on bdrv_get_block_status()'
003/4:[0006] [FC] 'block: Simplify use of BDRV_BLOCK_RAW'
004/4:[0002] [FC] 'blkdebug: Support .bdrv_co_get_block_status'

Eric Blake (4):
  qemu-io: Don't die on second open
  block: Guarantee that *file is set on bdrv_get_block_status()
  block: Simplify use of BDRV_BLOCK_RAW
  blkdebug: Support .bdrv_co_get_block_status

 include/block/block.h      |  6 +++---
 block/blkdebug.c           | 11 +++++++++++
 block/commit.c             |  2 +-
 block/io.c                 |  5 +++--
 block/mirror.c             |  2 +-
 block/raw-format.c         |  2 +-
 block/vpc.c                |  2 +-
 qemu-io.c                  |  7 ++++---
 tests/qemu-iotests/177     |  3 +++
 tests/qemu-iotests/177.out |  5 +++++
 10 files changed, 33 insertions(+), 12 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-06-06 12:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 19:08 [Qemu-devel] [PATCH v3 0/4] more blkdebug tweaks Eric Blake
2017-06-05 19:08 ` [Qemu-devel] [PATCH v3 1/4] qemu-io: Don't die on second open Eric Blake
2017-06-05 19:58   ` Eric Blake
2017-06-06 12:51     ` Kevin Wolf
2017-06-05 19:08 ` [Qemu-devel] [PATCH v3 2/4] block: Guarantee that *file is set on bdrv_get_block_status() Eric Blake
2017-06-05 19:08 ` [Qemu-devel] [PATCH v3 3/4] block: Simplify use of BDRV_BLOCK_RAW Eric Blake
2017-06-05 19:08 ` [Qemu-devel] [PATCH v3 4/4] blkdebug: Support .bdrv_co_get_block_status Eric Blake
2017-06-05 19:31 ` [Qemu-devel] [PATCH v3 0/4] more blkdebug tweaks no-reply
2017-06-05 19:35   ` Eric Blake
2017-06-06 12:19 ` [Qemu-devel] [Qemu-block] " Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).