examples: Organize C examples into categories
commit4ebefac793605544b53b126ae2ce95876e41d88e
authorAndrea Bolognani <abologna@redhat.com>
Wed, 22 May 2019 15:49:43 +0000 (22 17:49 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:37 +0000 (3 17:27 +0200)
tree177d8ff53e8f36a9d72006b73223866397429c01
parent81c2486ab7dbeab69a217b24270768640a40d120
examples: Organize C examples into categories

Most C examples live in their own directory, which seems a
bit unnecessary especially considering that all virt-admin
related examples share a single admin/ directory. Reorganize
non-admin C examples in two categories: domain/ for those
that act on a domain, and misc/ for everything else.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
.gitignore
examples/Makefile.am
examples/domain/dommigrate.c [moved from examples/dommigrate/dommigrate.c with 100% similarity]
examples/domain/domtop.c [moved from examples/domtop/domtop.c with 100% similarity]
examples/domain/info1.c [moved from examples/dominfo/info1.c with 100% similarity]
examples/domain/rename.c [moved from examples/rename/rename.c with 100% similarity]
examples/domain/suspend.c [moved from examples/domsuspend/suspend.c with 100% similarity]
examples/misc/event-test.c [moved from examples/object-events/event-test.c with 100% similarity]
examples/misc/hellolibvirt.c [moved from examples/hellolibvirt/hellolibvirt.c with 100% similarity]
examples/misc/openauth.c [moved from examples/openauth/openauth.c with 100% similarity]