]> git.ipfire.org Git - thirdparty/qemu.git/commit - system/vl.c
qtest: add a QOM object for qtest
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 Nov 2020 15:13:30 +0000 (10:13 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 May 2021 12:49:45 +0000 (14:49 +0200)
commit6ba7ada3559ed464c06cea7efa4c66f8f2ccbf5b
tree41d9948ce3a8aae2a23bbcc6955eb21f9dc9df93
parent9e33013bd494b43c81a2730b9f5cba2b5743343b
qtest: add a QOM object for qtest

The qtest server right now can only be created using the -qtest
and -qtest-log options.  Allow an alternative way to create it
using "-object qtest,chardev=...,log=...".

This is part of the long term plan to make more (or all) of
QEMU configurable through QMP and preconfig mode.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qapi/qom.json
softmmu/qtest.c
softmmu/vl.c