]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuAssign*Alias* API's into their own module
authorJohn Ferlan <jferlan@redhat.com>
Tue, 16 Feb 2016 15:24:35 +0000 (10:24 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 16 Feb 2016 16:07:48 +0000 (11:07 -0500)
commitde71e0e500663eb06eeb43d295e03cb6dffb41b8
treef84d786ad14eff088cedc69f65b1c903479f6d73
parentaba930af151da948ee39f896b7af84110c2b97db
qemu: Move qemuAssign*Alias* API's into their own module

Create a new module qemu_alias.c to handle the qemuAssign*Alias* APIs
and the qemuDomainDeviceAliasIndex
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_alias.c [new file with mode: 0644]
src/qemu/qemu_alias.h [new file with mode: 0644]
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c
tests/qemuhotplugtest.c
tests/qemuxml2argvtest.c