diff options
author | Marc-André Lureau | 2022-04-20 15:26:06 +0200 |
---|---|---|
committer | Marc-André Lureau | 2022-04-21 15:03:51 +0200 |
commit | 9ca9c893b617c0c182f16331021c5ff8c64c5c00 (patch) | |
tree | 75996f4442dce66597a069c7d7cf8a0d4cbacb38 /qom | |
parent | include: move qemu_fdatasync() to osdep (diff) | |
download | qemu-9ca9c893b617c0c182f16331021c5ff8c64c5c00.tar.gz qemu-9ca9c893b617c0c182f16331021c5ff8c64c5c00.tar.xz qemu-9ca9c893b617c0c182f16331021c5ff8c64c5c00.zip |
include: add qemu/keyval.h
Do not require the whole option machinery to handle keyval, as it is
used by QAPI alone, without the option API. And match the associated
unit name.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220420132624.2439741-24-marcandre.lureau@redhat.com>
Diffstat (limited to 'qom')
-rw-r--r-- | qom/object_interfaces.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qom/object_interfaces.c b/qom/object_interfaces.c index 3b61c195c5..f94b6c3193 100644 --- a/qom/object_interfaces.c +++ b/qom/object_interfaces.c @@ -17,6 +17,7 @@ #include "qemu/qemu-print.h" #include "qapi/opts-visitor.h" #include "qemu/config-file.h" +#include "qemu/keyval.h" bool user_creatable_complete(UserCreatable *uc, Error **errp) { |