Re: [libvirt] [PATCH 08/13] qemu: use alias for all controller ids in qemuBuildControllerDevStr

2015-05-08 Thread John Ferlan
On 05/05/2015 02:03 PM, Laine Stump wrote: > Some of the other controllers in this function still had their id's > hardcoded with a printf rather than getting it from alias in the > controller object. > --- > src/qemu/qemu_command.c | 11 +-- > 1 file changed, 5 insertions(+), 6 deletion

[libvirt] [PATCH 08/13] qemu: use alias for all controller ids in qemuBuildControllerDevStr

2015-05-05 Thread Laine Stump
Some of the other controllers in this function still had their id's hardcoded with a printf rather than getting it from alias in the controller object. --- src/qemu/qemu_command.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qem