Re: [PATCH 10/12] qemuAgentGetTimezone: expose 'report_unsupported' argument

2020-03-25 Thread Ján Tomko
On a Monday in 2020, Peter Krempa wrote: Use qemuAgentCommandFull so that callers of qemuAgentGetTimezone can suppress error reports if the function is not supported by the guest agent. Signed-off-by: Peter Krempa --- src/qemu/qemu_agent.c | 17 + src/qemu/qemu_agent.h | 3 ++-

[PATCH 10/12] qemuAgentGetTimezone: expose 'report_unsupported' argument

2020-03-16 Thread Peter Krempa
Use qemuAgentCommandFull so that callers of qemuAgentGetTimezone can suppress error reports if the function is not supported by the guest agent. Signed-off-by: Peter Krempa --- src/qemu/qemu_agent.c | 17 + src/qemu/qemu_agent.h | 3 ++- src/qemu/qemu_driver.c | 2 +- tests/q