]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuMonitorEjectMedia: Remove stale comment
authorPeter Krempa <pkrempa@redhat.com>
Wed, 13 Oct 2021 14:32:59 +0000 (16:32 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 1 Nov 2021 15:14:53 +0000 (16:14 +0100)
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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor.h

index 5c5df04130ed9e9253c06167151e8354c5772999..cd1c1c429177e82a513cb2f5fba5a227c4d4f4b4 100644 (file)
@@ -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);