]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add arch checks to qemuDomainMachine*()
authorAndrea Bolognani <abologna@redhat.com>
Wed, 28 Nov 2018 15:56:35 +0000 (16:56 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Feb 2019 15:16:16 +0000 (16:16 +0100)
commitaa2da99ee8df07cf394759f76c7c7049d670691a
tree2fdaf0bbe3a4d6e283a76dca27ee98c737356482
parent9a5ce5cb29994d6a58ac3046ae59a9ccaf294fce
qemu: Add arch checks to qemuDomainMachine*()

There is very little overlap in the machine types available
on different architectures, so broadly speaking checking the
machine type is usually enough; regardless, it's better to
check the architecture as well.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_domain.c