qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] block: fix spurious DEVICE_TRAY_MOVED events on


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 0/2] block: fix spurious DEVICE_TRAY_MOVED events on shutdown
Date: Fri, 19 Apr 2013 13:47:17 -0400

Hi,

This fixes a regression introduced by commit 9ca111544, as detailed in
patch 2/2, by moving bdrv_dev_change_media_cb() calls to callers of
bdrv_close() that need it, as suggested by Kevin.

Luiz Capitulino (2):
  block: make bdrv_dev_change_media_cb() public
  block: move bdrv_dev_change_media_cb() to callers that really need it

 block.c               | 5 +----
 blockdev.c            | 2 ++
 include/block/block.h | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.1.4



reply via email to

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