]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Reintroduce virDomainDef::hpt_resizing
authorAndrea Bolognani <abologna@redhat.com>
Wed, 23 May 2018 16:17:57 +0000 (18:17 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 26 Jun 2018 08:15:47 +0000 (10:15 +0200)
commitc2fef631ba26626e1cabbf98b59ca58dd647a11d
tree317c6a6794b5ca01c52a805d0850ec61996fe5b4
parent90e6e0fae8cc442ec2c6076eb1ff1eab3d9fe4fd
conf: Reintroduce virDomainDef::hpt_resizing

We're going to introduce a second HPT-related setting soon,
at which point using a single location to store everything is
no longer going to cut it.

This mostly, but not completely, reverts 3dd1eb3b2650.

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