Re: [libvirt PATCH v4 11/31] qemu: remove unused 'mode' param from qemuDomainLogContextNew()

2023-02-07 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:05 -0600, Jonathon Jongsma wrote: > The only use of this function always passes > QEMU_DOMAIN_LOG_CONTEXT_MODE_START. The other enum values are never used > anywhere in the code. Remove them. > > Signed-off-by: Jonathon Jongsma > --- > src/qemu/qemu_domain.c | 26 +

[libvirt PATCH v4 11/31] qemu: remove unused 'mode' param from qemuDomainLogContextNew()

2023-01-20 Thread Jonathon Jongsma
The only use of this function always passes QEMU_DOMAIN_LOG_CONTEXT_MODE_START. The other enum values are never used anywhere in the code. Remove them. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_domain.c | 26 +++--- src/qemu/qemu_domain.h | 9 + src/qemu/qe