]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: refactor deprecated features code
authorCollin Walling <walling@linux.ibm.com>
Mon, 30 Jun 2025 03:19:28 +0000 (23:19 -0400)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 25 Jul 2025 13:36:21 +0000 (15:36 +0200)
commitf279ea36b0715889b666113f645e928c88590c4f
tree46307ea23810f201c050c1d1d6677eb773625216
parent30335e5fc5e7e1d9863b3dfeec0c496391f0eb07
qemu: process: refactor deprecated features code

Group up the deprecated features code into a single block to keep things
clean; only check if the deprecated_features attribute is present
once and then do relevent work.

Signed-off-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Acked-by: Thomas Huth <thuth@redhat.com>
src/qemu/qemu_process.c