On a Monday in 2020, Peter Krempa wrote:
Use qemuAgentCommandFull so that callers of qemuAgentGetFSInfo can
suppress error reports if the function is not supported by the guest
agent.
Since this patch removes the last use of
qemuAgentErrorCommandUnsupported the whole function is deleted as well.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_agent.c | 42 +++++++++---------------------------------
src/qemu/qemu_agent.h | 4 +++-
src/qemu/qemu_driver.c | 4 ++--
tests/qemuagenttest.c | 4 ++--
4 files changed, 16 insertions(+), 38 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano