mirror of https://gitee.com/openkylin/libvirt.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 <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
ac9f3a4444
commit
e09b427ae9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue