]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process: Accept VIR_QEMU_PROCESS_START_RESET_NVRAM flag when starting a domain
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 10 Feb 2022 09:52:37 +0000 (10:52 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Feb 2022 08:03:16 +0000 (09:03 +0100)
commitf21166c81447c4ea76861fa2ef6400f13e44f000
tree1624ae784d3d26bcab5fc085c2354fc10c3a147b
parent2ac78307af099a2af934d5499f262458f3ce0ea4
qemu_process: Accept VIR_QEMU_PROCESS_START_RESET_NVRAM flag when starting a domain

In one of my previous commits I've fixed the value of
VIR_QEMU_PROCESS_START_RESET_NVRAM flag (which was masking
another value). But what I forgot to do is update virCheckFlags()
calls in two places where the flag is passed: qemuProcessLaunch()
and qemuProcessStart().

Fixes: 1b636593c76f443169ef7bdb3644fd670379d04e
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_process.c