diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-04-20 17:26:06 +0400 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-04-21 17:03:51 +0400 |
| commit | 9ca9c893b617c0c182f16331021c5ff8c64c5c00 (patch) | |
| tree | 75996f4442dce66597a069c7d7cf8a0d4cbacb38 /tests/unit/test-keyval.c | |
| parent | 282468c7c4c84ce497e51d046f545badc320c154 (diff) | |
| download | focaccia-qemu-9ca9c893b617c0c182f16331021c5ff8c64c5c00.tar.gz focaccia-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 'tests/unit/test-keyval.c')
| -rw-r--r-- | tests/unit/test-keyval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test-keyval.c b/tests/unit/test-keyval.c index af0581ae6c..4dc52c7a1a 100644 --- a/tests/unit/test-keyval.c +++ b/tests/unit/test-keyval.c @@ -19,7 +19,7 @@ #include "qapi/qobject-input-visitor.h" #include "test-qapi-visit.h" #include "qemu/cutils.h" -#include "qemu/option.h" +#include "qemu/keyval.h" static void test_keyval_parse(void) { |