qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] integrate eject/uneject fixes
@ 2009-12-03 16:33 Eduardo Habkost
  2009-12-03 16:33 ` [Qemu-devel] [PATCH 1/2] monitor: allow device to be ejected if no disk is inserted Eduardo Habkost
  2009-12-03 16:33 ` [Qemu-devel] [PATCH 2/2] Fix for cdrom un-eject Eduardo Habkost
  0 siblings, 2 replies; 8+ messages in thread
From: Eduardo Habkost @ 2009-12-03 16:33 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Naphtali Sprei, qemu-devel, Luiz Capitulino

This series contains two patches that were submitted previously, but conflict
with each other. This series contains both to make sure they are applied on the
right order and that there are no mismerges.

This should fix a mismerge that is present on the current staging tree (a
closing bracket is missing on eject_device()).

Naphtali's patch should have included the bdrv_forget_fname() call inside the
bdrv_is_inserted() if block. But instead of fixing it, it can be simply applied
after my patch.

Eduardo Habkost (1):
  monitor: allow device to be ejected if no disk is inserted

Naphtali Sprei (1):
  Fix for cdrom un-eject

 block.c       |   24 ++++++++++++++++++++----
 block.h       |    1 +
 block_int.h   |    1 +
 hw/ide/core.c |   35 +++++++++++++++++++++++++----------
 monitor.c     |   21 ++++++++++-----------
 5 files changed, 57 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2009-12-18 20:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 16:33 [Qemu-devel] [PATCH 0/2] integrate eject/uneject fixes Eduardo Habkost
2009-12-03 16:33 ` [Qemu-devel] [PATCH 1/2] monitor: allow device to be ejected if no disk is inserted Eduardo Habkost
2009-12-18 19:07   ` [Qemu-devel] [PATCH v2 STABLE] " Eduardo Habkost
2009-12-18 20:15     ` [Qemu-devel] " Luiz Capitulino
2009-12-18 20:22       ` Eduardo Habkost
2009-12-18 20:45         ` Luiz Capitulino
2009-12-03 16:33 ` [Qemu-devel] [PATCH 2/2] Fix for cdrom un-eject Eduardo Habkost
2009-12-18 18:57   ` Eduardo Habkost

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).