Re: [PATCH 1/2] qemu_process.c: Fix VIR_QEMU_PROCESS_START_RESET_NVRAM value

2022-02-09 Thread Daniel P . Berrangé
On Wed, Feb 09, 2022 at 09:39:49AM +0100, Michal Privoznik wrote: > In one of recent commits qemuProcessStartFlags enum gained new > value: VIR_QEMU_PROCESS_START_RESET_NVRAM but due to a typo it > has the same value as another member of the enum. Fix that. > > Signed-off-by: Michal Privoznik >

Re: [PATCH 1/2] qemu_process.c: Fix VIR_QEMU_PROCESS_START_RESET_NVRAM value

2022-02-09 Thread Peter Krempa
On Wed, Feb 09, 2022 at 09:39:49 +0100, Michal Privoznik wrote: > In one of recent commits qemuProcessStartFlags enum gained new > value: VIR_QEMU_PROCESS_START_RESET_NVRAM but due to a typo it > has the same value as another member of the enum. Fix that. > > Signed-off-by: Michal Privoznik >

[PATCH 1/2] qemu_process.c: Fix VIR_QEMU_PROCESS_START_RESET_NVRAM value

2022-02-09 Thread Michal Privoznik
In one of recent commits qemuProcessStartFlags enum gained new value: VIR_QEMU_PROCESS_START_RESET_NVRAM but due to a typo it has the same value as another member of the enum. Fix that. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.h | 2 +- 1 file changed, 1 insertion(+), 1