]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: attach/detach device: Move 'virCheckFlags' to top level functions
authorPeter Krempa <pkrempa@redhat.com>
Thu, 2 Apr 2026 13:41:24 +0000 (15:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 14 May 2026 10:13:09 +0000 (12:13 +0200)
commita55ca07c8ab207ca1968df95835df2211ee013f7
tree13608310ba5504d7a27324716d209a1560eae7d9
parent227f4570d81d75b740bfc706eb438c9b518fb25b
qemu: attach/detach device: Move 'virCheckFlags' to top level functions

Move the flag check to the top level to allow programatic introspection
of supported flags.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c