Re: [libvirt] [PATCH 12/12] qemu-command: Move qemuAssign*Alias* API's into their own module

2016-02-16 Thread Ján Tomko
On Mon, Feb 15, 2016 at 02:37:26PM -0500, John Ferlan wrote: > Create a new module qemu_assign_alias.c to handle the qemuAssign*Alias* APIs qemu_alias.c is shorter and could contain that one function that extracts info from the alias. > Signed-off-by: John Ferlan > --- > po/POTFILES.in

[libvirt] [PATCH 12/12] qemu-command: Move qemuAssign*Alias* API's into their own module

2016-02-15 Thread John Ferlan
Create a new module qemu_assign_alias.c to handle the qemuAssign*Alias* APIs Signed-off-by: John Ferlan --- po/POTFILES.in | 1 + src/Makefile.am | 1 + src/qemu/qemu_assign_alias.c | 468 +++ src/qemu/qemu_assign_alias.h |