]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move skip for implicit PHB of pSeries guests
authorAndrea Bolognani <abologna@redhat.com>
Mon, 12 Feb 2018 17:52:40 +0000 (18:52 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 20 Feb 2018 12:44:18 +0000 (13:44 +0100)
commit35e9c02cbe2cedf0f4ff0b9132e35c45550c0f3c
tree9f48cbd6f92747faf2ce88871996c479d5fc7efc
parent3424de62883d43b533b87c88c7fac53cc7cd12ca
qemu: Move skip for implicit PHB of pSeries guests

Performing the skip earlier will help us making the function
nicer later on. We also make the condition for the skip a bit
more precise, though that'a more for self-documenting purposes
and doesn't change anything in practice.

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