All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] blockdev: Fix 'change' for slot devices
@ 2016-01-29 19:49 Max Reitz
  2016-01-29 19:49 ` [Qemu-devel] [PATCH v4 1/4] block: Add blk_dev_has_tray() Max Reitz
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Max Reitz @ 2016-01-29 19:49 UTC (permalink / raw)
  To: qemu-block; +Cc: Kevin Wolf, Alberto Garcia, John Snow, qemu-devel, Max Reitz

This is a rebase of v3
(http://lists.nongnu.org/archive/html/qemu-devel/2016-01/msg04471.html)
on master made necessary because of a merge conflict in patch 3.


git-backport-diff against v3:

Key:
[----] : patches are identical
[####] : number of functional differences between upstream/downstream patch
[down] : patch is downstream-only
The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively

001/4:[----] [--] 'block: Add blk_dev_has_tray()'
002/4:[----] [--] 'blockdev: Fix 'change' for slot devices'
003/4:[0005] [FC] 'Revert "hw/block/fdc: Implement tray status"'
004/4:[----] [--] 'block/qapi: Emit tray_open only if there is a tray'


Max Reitz (4):
  block: Add blk_dev_has_tray()
  blockdev: Fix 'change' for slot devices
  Revert "hw/block/fdc: Implement tray status"
  block/qapi: Emit tray_open only if there is a tray

 block/block-backend.c      |  10 +++-
 block/qapi.c               |   2 +-
 blockdev.c                 |  31 +++++++++++-
 hw/block/fdc.c             |  23 +++------
 include/block/block_int.h  |   1 +
 qapi/block-core.json       |   7 ++-
 tests/fdc-test.c           |   2 -
 tests/qemu-iotests/067.out |   4 --
 tests/qemu-iotests/118     | 117 ++++++++++++++-------------------------------
 9 files changed, 86 insertions(+), 111 deletions(-)

-- 
2.7.0

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

end of thread, other threads:[~2016-01-29 20:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 19:49 [Qemu-devel] [PATCH v4 0/4] blockdev: Fix 'change' for slot devices Max Reitz
2016-01-29 19:49 ` [Qemu-devel] [PATCH v4 1/4] block: Add blk_dev_has_tray() Max Reitz
2016-01-29 19:49 ` [Qemu-devel] [PATCH v4 2/4] blockdev: Fix 'change' for slot devices Max Reitz
2016-01-29 20:32   ` Eric Blake
2016-01-29 19:49 ` [Qemu-devel] [PATCH v4 3/4] Revert "hw/block/fdc: Implement tray status" Max Reitz
2016-01-29 20:33   ` Eric Blake
2016-01-29 19:49 ` [Qemu-devel] [PATCH v4 4/4] block/qapi: Emit tray_open only if there is a tray Max Reitz

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.