
16 Aug
2018
16 Aug
'18
4:57 p.m.
On Mon, Aug 13, 2018 at 06:00:19PM +0200, Peter Krempa wrote:
Use the new APIs which allow to manipulate the tray and media separately and also allow using a nodename to refer to a media to implement media changing.
With the new approach we don't have to call eject twice as the media is removed by calling qemuMonitorBlockdevMediumRemove.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_hotplug.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano