2af282ec51
This adds and parses the --monitor option, so that a QMP monitor can be used in the storage daemon. The monitor offers commands defined in the QAPI schema at storage-daemon/qapi/qapi-schema.json. The --monitor options currently allows to create multiple monitors with the same ID. This part of the interface is considered unstable. We will reject such configurations as soon as we have a design for the monitor subsystem to perform these checks. (In the system emulator, we depend on QemuOpts rejecting duplicate IDs.) Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20200224143008.13362-21-kwolf@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
7 lines
187 B
Makefile
7 lines
187 B
Makefile
obj-y += misc.o
|
|
common-obj-y += monitor.o qmp.o hmp.o
|
|
common-obj-y += qmp-cmds.o qmp-cmds-control.o
|
|
common-obj-y += hmp-cmds.o
|
|
|
|
storage-daemon-obj-y += monitor.o qmp.o qmp-cmds-control.o
|