]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_validate: Reflect dependencies of hv-tlbflush
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Oct 2025 08:48:07 +0000 (10:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Oct 2025 07:46:00 +0000 (09:46 +0200)
commit941af83360d1aa57d8dec1b0af85d8cde18c7c04
tree95a575543be604c07e8d6616a7488b62c5d472f1
parentda261327ea94300d1aa2d3b76ba9dcd4de6160f6
qemu_validate: Reflect dependencies of hv-tlbflush

Per QEMU documentation (docs/system/i386/hyperv.rst):

``hv-tlbflush``
  Enables paravirtualized TLB shoot-down mechanism. <snip/>

  Requires: ``hv-vpindex``

Reflect this dependency when validating domain definition.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_validate.c