qapi: Restrict query-uuid command to machine code
commitf68c01470b25d89fe4f48e2ecce77c78e42b62ca
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 13 Sep 2020 19:53:45 +0000 (13 21:53 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Sep 2020 13:41:35 +0000 (29 15:41 +0200)
treeb00e809ab7b9d829e3b564d956e3de2155476e33
parentdb0f08df597a71fbb8bd5fe0120aa52d86024774
qapi: Restrict query-uuid command to machine code

Only qemu-system-FOO and qemu-storage-daemon provide QMP
monitors, therefore such declarations and definitions are
irrelevant for user-mode emulation.

Restricting the query-uuid command to machine.json pulls less
QAPI-generated code into user-mode.

Acked-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200913195348.1064154-6-philmd@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
block/iscsi.c
qapi/machine.json
qapi/misc.json
stubs/uuid.c