]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add APIs for issuing 'eject' and 'change dev' monitor commands
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Sep 2009 11:51:59 +0000 (12:51 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 29 Sep 2009 10:54:21 +0000 (11:54 +0100)
commit6d9c4758aec5f88ee047497c16d3fc879a3720f3
tree02f3466b7058593890d32c36f7a13bce36f12d4a
parenteff29c8b287f95962ae86ab97d9db8bd815bf748
Add APIs for issuing 'eject' and 'change dev' monitor commands

* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h: Add new APis
  qemuMonitorChangeMedia and qemuMonitorEjectMedia. Pull in code
  for qemudEscape
* src/qemu/qemu_driver.c: Remove code that directly issues 'eject'
  and 'change' commands in favour of API calls.
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h