From: Peter Krempa Date: Wed, 13 Oct 2021 14:32:59 +0000 (+0200) Subject: qemuMonitorEjectMedia: Remove stale comment X-Git-Tag: v7.10.0-rc1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09b427ae924cbff0babe5033fe02e04642064a1;p=thirdparty%2Flibvirt.git qemuMonitorEjectMedia: Remove stale comment The QMP implementation didn't use any new approach. The command itself is now only used with legacy qemu versions. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_monitor.h b/src/qemu/qemu_monitor.h index 5c5df04130..cd1c1c4291 100644 --- a/src/qemu/qemu_monitor.h +++ b/src/qemu/qemu_monitor.h @@ -795,10 +795,6 @@ int qemuMonitorExpirePassword(qemuMonitor *mon, int qemuMonitorSetBalloon(qemuMonitor *mon, unsigned long long newmem); -/* XXX should we pass the virDomainDiskDef *instead - * and hide dev_name details inside monitor. Reconsider - * this when doing the QMP implementation - */ int qemuMonitorEjectMedia(qemuMonitor *mon, const char *dev_name, bool force);