]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Improve IOAPIC feature handling
authorAndrea Bolognani <abologna@redhat.com>
Tue, 6 Feb 2018 13:30:40 +0000 (14:30 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 13 Feb 2018 13:40:06 +0000 (14:40 +0100)
commitc5a451ef21293468b64eb7929ada6b9406350bf5
tree6203ba4344f4902c3f0a3c258978cde4e6ab2053
parent132548efde76defaca54f90cc9c8a57508a4a86f
conf: Improve IOAPIC feature handling

Instead of storing separately whether the feature is enabled
or not and what driver should be used, store both of them in
a single place.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c