libvirt/src/qemu
Daniel P. Berrange f3e098f3d8 Fix network hotplug to use device_add in QEMU
The initial boot of VMs uses -device for NICs where available. The
corresponding monitor command is device_add, but the network hotplug
code was still using device_del by mistake.

* src/qemu/qemu_driver.c: Use device_add for NIC hotplug where
  available
2010-04-19 12:11:30 +01: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 Fix CDROM media change for QEMU when using -device syntax 2010-04-15 18:09:42 +01:00
qemu_conf.h Fix CDROM media change for QEMU when using -device syntax 2010-04-15 18:09:42 +01:00
qemu_driver.c Fix network hotplug to use device_add in QEMU 2010-04-19 12:11:30 +01:00
qemu_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_monitor_json.c Fix device_del in JSON mode for QEMU 2010-04-19 12:11:17 +01:00
qemu_monitor_json.h Rename parameter in qemuMonitorDeviceDel 2010-04-15 17:57:59 +01:00
qemu_monitor_text.c Fix error reporting for getfd + host_net_add in QEMU 2010-04-19 12:11:24 +01:00
qemu_monitor_text.h Rename parameter in qemuMonitorDeviceDel 2010-04-15 17:57:59 +01:00
qemu_monitor.c Rename parameter in qemuMonitorDeviceDel 2010-04-15 17:57:59 +01:00
qemu_monitor.h Rename parameter in qemuMonitorDeviceDel 2010-04-15 17:57:59 +01: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