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>
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);