diff options
| author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-09-13 21:53:45 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2020-09-29 15:41:35 +0200 |
| commit | f68c01470b25d89fe4f48e2ecce77c78e42b62ca (patch) | |
| tree | b00e809ab7b9d829e3b564d956e3de2155476e33 /stubs/uuid.c | |
| parent | db0f08df597a71fbb8bd5fe0120aa52d86024774 (diff) | |
| download | focaccia-qemu-f68c01470b25d89fe4f48e2ecce77c78e42b62ca.tar.gz focaccia-qemu-f68c01470b25d89fe4f48e2ecce77c78e42b62ca.zip | |
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>
Diffstat (limited to 'stubs/uuid.c')
| -rw-r--r-- | stubs/uuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/uuid.c b/stubs/uuid.c index 67f182fa3a..e5112eb3f6 100644 --- a/stubs/uuid.c +++ b/stubs/uuid.c @@ -1,5 +1,5 @@ #include "qemu/osdep.h" -#include "qapi/qapi-commands-misc.h" +#include "qapi/qapi-commands-machine.h" #include "qemu/uuid.h" UuidInfo *qmp_query_uuid(Error **errp) |