libvirt/src/qemu
Ryan Harper 4a2dd00e76 qemu: catch cdrom change error
Currently when we attempt to change the cdrom in a qemu VM the monitor
doesn't generate an error if the target filename doesn't exist.  I've
submitted a patch[1] for this.  This patch is the libvirt qemu-driver
side which catches the error message from the monitor and reportes the
error to libvirt.  This means that virsh attach-disk cdrom commands
won't appear to succeed when qemu change command actually failed.

* src/qemu/qemu_monitor_text.c: in qemuMonitorTextChangeMedia() look
  for failure to access the new data
2010-04-09 15:07:16 +02:00
..
libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
qemu_bridge_filter.c Remove conn parameter from virReportSystemError 2010-02-09 01:04:54 +01:00
qemu_bridge_filter.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_conf.c Properly advertise cpuselection guest capability 2010-04-07 21:32:46 +02:00
qemu_conf.h Snapshot QEMU driver. 2010-04-05 10:24:51 -04:00
qemu_driver.c qemudDomainGetSecurityLabel: avoid dead store to "type" 2010-04-07 21:48:55 +02:00
qemu_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_monitor_json.c Snapshot QEMU driver. 2010-04-05 10:24:51 -04:00
qemu_monitor_json.h Snapshot QEMU driver. 2010-04-05 10:24:51 -04:00
qemu_monitor_text.c qemu: catch cdrom change error 2010-04-09 15:07:16 +02:00
qemu_monitor_text.h Snapshot QEMU driver. 2010-04-05 10:24:51 -04:00
qemu_monitor.c Snapshot QEMU driver. 2010-04-05 10:24:51 -04:00
qemu_monitor.h Snapshot QEMU driver. 2010-04-05 10:24:51 -04:00
qemu_security_dac.c security: Set permissions for kernel/initrd 2010-03-15 12:36:50 -04:00
qemu_security_dac.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_security_stacked.c Remove use of virConnectPtr from security driver APIs 2010-02-10 11:49:24 +00:00
qemu_security_stacked.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu.conf Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
test_libvirtd_qemu.aug Add configuration option to turn off dynamic permissions management 2010-01-21 14:00:16 +00:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00