]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Improve HPT feature handling
authorAndrea Bolognani <abologna@redhat.com>
Tue, 6 Feb 2018 13:49:41 +0000 (14:49 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 13 Feb 2018 13:40:09 +0000 (14:40 +0100)
commit3dd1eb3b26504f91ec6c8487784c494718d884c1
tree8ec282d9dd11d3706727c3d4e5dd2ee537daad17
parentc5a451ef21293468b64eb7929ada6b9406350bf5
conf: Improve HPT feature handling

Instead of storing separately whether the feature is enabled
or not and what resizing policy 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