]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove redundant arguments to qemuBuildSerialChrDeviceStr()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 23 Jun 2016 08:07:44 +0000 (10:07 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 24 Jun 2016 08:17:59 +0000 (10:17 +0200)
commit0969b5051bb7ea4638d236e53944ca5dd92707ed
treee3cd0de1cda7d8407ac992f6d070fca02d12763f
parentd0bef6433408745e4fffb9f16a146cbde9510f3b
qemu: Remove redundant arguments to qemuBuildSerialChrDeviceStr()

Since we're already passing the full virDomainDef, it doesn't
make sense to also pass def->os.arch and def->os.machine as
separate arguments.
src/qemu/qemu_command.c