libvirt/src/qemu
Daniel P. Berrange e9f4c94301 Switch over to passing a callback table to QEMU monitor
With addition of events there will be alot of callbacks.
To avoid having to add many APIs to register callbacks,
provide them all at once in a big table

* src/qemu/qemu_driver.c: Pass in a callback table to QEMU
  monitor code
* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h Replace
  the EOF and disk secret callbacks with a callback table
2009-12-08 13:46:55 +00:00
..
libvirtd_qemu.aug Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
qemu_bridge_filter.c Removes the ebtablesSaveRules() function 2009-11-09 15:30:15 +01:00
qemu_bridge_filter.h add MAC address based port filtering to qemu 2009-11-03 23:44:48 +01:00
qemu_conf.c Support for JSON mode monitor 2009-12-08 13:46:54 +00:00
qemu_conf.h Support for JSON mode monitor 2009-12-08 13:46:54 +00:00
qemu_driver.c Switch over to passing a callback table to QEMU monitor 2009-12-08 13:46:55 +00:00
qemu_driver.h Move QEMU driver to src/qemu/ 2009-09-21 14:41:43 +01:00
qemu_monitor_json.c Support for JSON mode monitor 2009-12-08 13:46:54 +00:00
qemu_monitor_json.h Support for JSON mode monitor 2009-12-08 13:46:54 +00:00
qemu_monitor_text.c Add a 'format' arg to qemuMonitorChangeMedia() since JSON will support it 2009-12-08 13:46:53 +00:00
qemu_monitor_text.h Add a 'format' arg to qemuMonitorChangeMedia() since JSON will support it 2009-12-08 13:46:53 +00:00
qemu_monitor.c Switch over to passing a callback table to QEMU monitor 2009-12-08 13:46:55 +00:00
qemu_monitor.h Switch over to passing a callback table to QEMU monitor 2009-12-08 13:46:55 +00:00
qemu.conf disable mac_filter config switch by default 2009-11-11 13:02:57 +01:00
test_libvirtd_qemu.aug Move config files to align with driver sources 2009-09-21 14:41:45 +01:00
THREADS.txt Release driver and domain lock when running monitor commands 2009-11-10 13:27:18 +00:00