]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuDomainMachineIsPSeries()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 23 Jun 2016 08:19:05 +0000 (10:19 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 24 Jun 2016 08:17:59 +0000 (10:17 +0200)
commit177ecaa5985fcb933985836443e923139fd75711
treea0825c15e67d3a2f69e88b10ca9914e4b73be350
parent210acdb1a59dcd601debbc34432333b04dea4713
qemu: Introduce qemuDomainMachineIsPSeries()

This new function checks for both the architecture and the
machine type, so we can use it instead of writing the same
checks over and over again.
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domain_address.c
src/qemu/qemu_parse_command.c