]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use ARCH_IS_X86() more
authorAndrea Bolognani <abologna@redhat.com>
Thu, 2 Mar 2017 17:00:05 +0000 (18:00 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2017 11:55:13 +0000 (12:55 +0100)
commit4b33872914cc792a0a560aa35e22fe752ec0951f
tree39d54684637a7f3c5b7270201d062844902e8e34
parent7191778e5c6a958a0ec220073fb298d525fc652e
qemu: Use ARCH_IS_X86() more

In a few cases, we checked for VIR_ARCH_X86_64 and
VIR_ARCH_I686 separately: change all those to use the
ARCH_IS_X86() macro instead.
src/qemu/qemu_capabilities.c
src/qemu/qemu_parse_command.c