]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Remove iothreads restriction in virDomainDefCheckABIStabilityFlags
authorJie Wang <wangjie88@huawei.com>
Thu, 31 Jan 2019 12:50:31 +0000 (20:50 +0800)
committerCole Robinson <crobinso@redhat.com>
Wed, 6 Feb 2019 22:05:55 +0000 (17:05 -0500)
commit6e27a81a17d8f0abff380dc1c4f1018292ceaf75
tree0b64e3a745676ef5822faa11b6d6cc92801badfb
parent74dfa15abe3f8588d1ff38a9fb84857128362169
conf: Remove iothreads restriction in virDomainDefCheckABIStabilityFlags

The number of iothreads is not part of the vm state sent during
migration, nor exposed to the guest ABI, so this restriction is
a mistake in libvirt. Let's remove that bit of code.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Jie Wang <wangjie88@huawei.com>
src/conf/domain_conf.c