Re: [PATCH 1/5] qemu_process: Accept VIR_QEMU_PROCESS_START_RESET_NVRAM flag when starting a domain

2022-02-10 Thread Daniel P . Berrangé
On Thu, Feb 10, 2022 at 12:13:22PM +0100, Michal Privoznik wrote: > 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:

[PATCH 1/5] qemu_process: Accept VIR_QEMU_PROCESS_START_RESET_NVRAM flag when starting a domain

2022-02-10 Thread Michal Privoznik
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: