libvirt/tools
Osier Yang bb705e2519 Destroy virdomainlist.[ch]
As the consensus in:
https://www.redhat.com/archives/libvir-list/2012-July/msg01692.html,
this patch is to destroy conf/virdomainlist.[ch], folding the
helpers into conf/domain_conf.[ch].

* src/Makefile.am:
  - Various indention fixes incidentally
  - Add macro DATATYPES_SOURCES (datatypes.[ch])
  - Link datatypes.[ch] for libvirt_lxc

* src/conf/domain_conf.c:
  - Move all the stuffs from virdomainlist.c into it
  - Use virUnrefDomain and virUnrefDomainSnapshot instead of
    virDomainFree and virDomainSnapshotFree, which are defined
    in libvirt.c, and we don't want to link to it.
  - Remove "if" before "free" the object, as virObjectUnref
    is in the list "useless_free_options".

* src/conf/domain_conf.h:
  - Move all the stuffs from virdomainlist.h into it
  - s/LIST_FILTER/LIST_DOMAINS_FILTER/

* src/libxl/libxl_driver.c:
  - s/LIST_FILTER/LIST_DOMAINS_FILTER/
  - no (include "virdomainlist.h")

* src/libxl/libxl_driver.c: Likewise

* src/lxc/lxc_driver.c: Likewise

* src/openvz/openvz_driver.c: Likewise

* src/parallels/parallels_driver.c: Likewise

* src/qemu/qemu_driver.c: Likewise

* src/test/test_driver.c: Likewise

* src/uml/uml_driver.c: Likewise

* src/vbox/vbox_tmpl.c: Likewise

* src/vmware/vmware_driver.c: Likewise

* tools/virsh-domain-monitor.c: Likewise

* tools/virsh.c: Likewise
2012-08-14 17:27:49 +08:00
..
console.c virsh: console: Avoid using stream after being freed. 2012-08-03 13:33:18 +02:00
console.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
libvirt_win_icon_16x16.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_32x32.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_48x48.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_64x64.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt-guests.init.sh libvirt-guests: Remove LISTFILE if it's empty when stopping service 2012-05-15 16:22:28 +08:00
libvirt-guests.service.in libvirt-guests: systemd host shutdown does not work 2012-07-27 09:31:52 -06:00
libvirt-guests.sysconf libvirt-guests: Add parallel startup and shutdown of guests 2012-03-05 13:18:24 +01:00
Makefile.am build: distribute virsh related source files 2012-07-31 14:31:43 +08:00
virsh_win_icon.rc Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
virsh-domain-monitor.c Destroy virdomainlist.[ch] 2012-08-14 17:27:49 +08:00
virsh-domain.c virsh: say save-image-edit failed only when it does 2012-08-14 08:54:55 +08:00
virsh-edit.c maint: Use consistent copyright. 2012-07-27 18:27:21 +08:00
virsh-host.c docs/virsh: various minor fixes 2012-08-10 10:58:54 +02:00
virsh-interface.c virsh: Move command group definition into its own file 2012-07-26 12:00:43 +08:00
virsh-network.c virsh: Refactor error clearing on graceful fallback paths 2012-07-27 10:28:22 +02:00
virsh-nodedev.c virsh: Move command group definition into its own file 2012-07-26 12:00:43 +08:00
virsh-nwfilter.c virsh: Move command group definition into its own file 2012-07-26 12:00:43 +08:00
virsh-pool.c virsh: Refactor error clearing on graceful fallback paths 2012-07-27 10:28:22 +02:00
virsh-secret.c virsh: Move command group definition into its own file 2012-07-26 12:00:43 +08:00
virsh-snapshot.c virsh: Fix error resetting on fallback paths 2012-07-27 10:34:58 +02:00
virsh-volume.c virsh: Move command group definition into its own file 2012-07-26 12:00:43 +08:00
virsh.c Destroy virdomainlist.[ch] 2012-08-14 17:27:49 +08:00
virsh.pod util: set minimum value of nodesuspend duration to 60 seconds 2012-07-26 15:29:03 +08:00
virt-host-validate-common.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-host-validate-common.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-host-validate-lxc.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-host-validate-lxc.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-host-validate-qemu.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-host-validate-qemu.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-host-validate.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virt-pki-validate.in Fixup manpage names and copyright dates 2012-07-25 12:46:29 -04:00
virt-sanlock-cleanup.in Fix virt-sanlock-cleanup documentation 2011-10-17 10:57:36 -06:00
virt-xml-validate.in maint: avoid regression on copyright listings 2012-07-27 07:42:34 -06:00