
13 Apr
2016
13 Apr
'16
12:27 p.m.
On Wed, Apr 13, 2016 at 09:51:41 +0200, Ján Tomko wrote:
The address assigning code might add new pci bridges. We need them to have an alias when building the command line.
In real word usage, this is not a problem because all the code paths already call qemuDomainAssignAddresses. However moving this call lets us remove one extra call from qemuxml2argvtest. --- src/qemu/qemu_process.c | 26 +++++++++++++------------- tests/qemuxml2argvtest.c | 6 ------ 2 files changed, 13 insertions(+), 19 deletions(-)
ACK