libvirt/src/qemu
KAMEZAWA Hiroyuki 9c26d6f09e qemu : support persistent add/delete network interface
This patch allows to modify interfaces of domain(qemu)
* src/conf/domain_conf.c src/conf/domain_conf.h src/libvirt_private.syms:
  (virDomainNetInsert)     : Insert a network device to domain definition.
  (virDomainNetIndexByMac) : Returns an index of net device in array.
  (virDomainNetRemoveByMac): Remove a NIC of passed MAC address.
* src/qemu/qemu_driver.c
  (qemuDomainAttachDeviceConfig): add codes for NIC.
  (qemuDomainDetachDeviceConfig): add codes for NIC.
2011-05-27 15:01:47 +08:00
..
libvirtd_qemu.aug qemu: Support for overriding NPROC limit 2011-04-06 12:08:59 +02:00
qemu_audit.c libvirt,logging: cleanup VIR_XXX0() 2011-05-11 12:41:14 -06:00
qemu_audit.h audit: audit use of /dev/net/tun, /dev/tapN, /dev/vhost-net 2011-03-10 08:35:42 -07:00
qemu_bridge_filter.c
qemu_bridge_filter.h
qemu_capabilities.c qemu: fix typo in name - should be VHOST_NET, not VNET_HOST 2011-05-24 10:45:55 -04:00
qemu_capabilities.h qemu: fix typo in name - should be VHOST_NET, not VNET_HOST 2011-05-24 10:45:55 -04:00
qemu_cgroup.c libvirt,logging: cleanup VIR_XXX0() 2011-05-11 12:41:14 -06:00
qemu_cgroup.h qemu: update qemuCgroupControllerActive signature 2011-05-04 09:35:47 -06:00
qemu_command.c qemu: fix typo in name - should be VHOST_NET, not VNET_HOST 2011-05-24 10:45:55 -04:00
qemu_command.h audit: audit use of /dev/net/tun, /dev/tapN, /dev/vhost-net 2011-03-10 08:35:42 -07:00
qemu_conf.c libvirt,logging: cleanup VIR_XXX0() 2011-05-11 12:41:14 -06:00
qemu_conf.h qemu: Use virDomainEventState helpers 2011-05-13 10:48:32 -04:00
qemu_domain.c qemu: allow blkstat/blkinfo calls during migration 2011-05-26 11:05:04 -06:00
qemu_domain.h qemu: allow blkstat/blkinfo calls during migration 2011-05-26 11:05:04 -06:00
qemu_driver.c qemu : support persistent add/delete network interface 2011-05-27 15:01:47 +08:00
qemu_driver.h Split all QEMU process mangement code into separate file 2011-02-17 12:48:55 +00:00
qemu_hostdev.c reattach pci devices when qemuPrepareHostdevPCIDevices() failed 2011-04-07 13:09:46 +08:00
qemu_hostdev.h Move QEMU hostdev helper code out of the QEMU driver 2010-12-17 13:50:21 +00:00
qemu_hotplug.c libvirt,logging: cleanup VIR_XXX0() 2011-05-11 12:41:14 -06:00
qemu_hotplug.h Make QEMU hotplug use cached qemu capabilities data 2011-05-05 11:33:10 +01:00
qemu_migration.c qemu: allow blkstat/blkinfo calls during migration 2011-05-26 11:05:04 -06:00
qemu_migration.h Fix error propagation in finish method for v3 migration 2011-05-25 11:47:48 -04:00
qemu_monitor_json.c json: Avoid passing large positive 64 bit integers to QMP. 2011-05-25 21:30:39 +01:00
qemu_monitor_json.h Wire up SPICE client relocation with QEMU migration 2011-05-16 15:18:22 +01:00
qemu_monitor_text.c Wire up SPICE client relocation with QEMU migration 2011-05-16 15:18:22 +01:00
qemu_monitor_text.h Wire up SPICE client relocation with QEMU migration 2011-05-16 15:18:22 +01:00
qemu_monitor.c Wire up SPICE client relocation with QEMU migration 2011-05-16 15:18:22 +01:00
qemu_monitor.h Wire up SPICE client relocation with QEMU migration 2011-05-16 15:18:22 +01:00
qemu_process.c qemu: Update domain state when reconnecting monitor 2011-05-16 13:36:08 +02:00
qemu_process.h Implement domain state reason 2011-05-16 13:36:08 +02:00
qemu.conf qemu: Support for overriding NPROC limit 2011-04-06 12:08:59 +02:00
test_libvirtd_qemu.aug qemu: Support for overriding NPROC limit 2011-04-06 12:08:59 +02:00
THREADS.txt docs: more on qemu locking patterns 2011-02-02 09:19:31 -07:00