Searched hist:"2 d246f01d374c1a10c48c45aa931aa18f0a56634" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | blockdev.h | diff 2d246f01d374c1a10c48c45aa931aa18f0a56634 Wed Sep 18 08:14:47 CDT 2013 Kevin Wolf <kwolf@redhat.com> blockdev: Introduce DriveInfo.enable_auto_del
BlockDriverStates shouldn't be affected by an unplugged guest device, except if created with the legacy -drive command line option or the drive_add HMP command.
Make the automatic deletion as well as cancelling of jobs conditional on an enable_auto_del boolean that is only set in drive_init().
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
|
/openbmc/qemu/ |
H A D | blockdev.c | diff 2d246f01d374c1a10c48c45aa931aa18f0a56634 Wed Sep 18 08:14:47 CDT 2013 Kevin Wolf <kwolf@redhat.com> blockdev: Introduce DriveInfo.enable_auto_del
BlockDriverStates shouldn't be affected by an unplugged guest device, except if created with the legacy -drive command line option or the drive_add HMP command.
Make the automatic deletion as well as cancelling of jobs conditional on an enable_auto_del boolean that is only set in drive_init().
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
|