diff options
author | Kevin Wolf <kwolf@redhat.com> | 2020-02-24 15:30:04 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-03-06 17:21:28 +0100 |
commit | f2098725aa3ebdb4095bc1951c1c0680adbdecc7 (patch) | |
tree | 97338604ed7722d36a0e5241391d039ba9132c30 /docs | |
parent | 9a9f909951516cfec8473f778fb24d6cc9366573 (diff) | |
download | qemu-f2098725aa3ebdb4095bc1951c1c0680adbdecc7.zip qemu-f2098725aa3ebdb4095bc1951c1c0680adbdecc7.tar.gz qemu-f2098725aa3ebdb4095bc1951c1c0680adbdecc7.tar.bz2 |
monitor: Create QAPIfied monitor_init()
This adds a new QAPI-based monitor_init() function. The existing
monitor_init_opts() is rewritten to simply put its QemuOpts parameter
into a visitor and pass the resulting QAPI object to monitor_init().
This will cause some change in those error messages for the monitor
options in the system emulator that are now generated by the visitor
rather than explicitly checked in monitor_init_opts().
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200224143008.13362-17-kwolf@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions