On Tue, Nov 08, 2022 at 09:29:05 +0100, Michal Privoznik wrote:
The qemuAgent has option to issue guest-sync command before each
intended command or issue the sync commend just once, right after
the socked is opened and before the first intended command is
*socket
issued. The latter is referred to as single sync agent and is
enabled by VSERPORT_CHANGED event which allows us to detect
when the agent (dis-)connects in the guest.
Now, every QEMU that we support (4.2.0 or newer) has the event
and thus will use single sync agent. Therefore, adjust
qemuagenttest to make it test what's used in the real world,
rather than old approach.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
tests/qemuagenttest.c | 50 +++---------------------------------
tests/qemumonitortestutils.c | 2 +-
2 files changed, 4 insertions(+), 48 deletions(-)