]> git.proxmox.com Git - mirror_qemu.git/commit
qtest: add in-process incoming command handler
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 20 Feb 2020 04:11:04 +0000 (23:11 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Sat, 22 Feb 2020 08:26:48 +0000 (08:26 +0000)
commit0bd9aef89ba941b41773d9dbfa94433c2b7d00de
tree84bf7a05fd6b579c0ba188c5c89a5ca0e1709caf
parentca5d464151c72695a960d0f493f2fe7c083e468f
qtest: add in-process incoming command handler

The handler allows a qtest client to send commands to the server by
directly calling a function, rather than using a file/CharBackend

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200220041118.23264-9-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/sysemu/qtest.h
qtest.c