aboutsummaryrefslogtreecommitdiff
path: root/qapi/meson.build
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2020-09-24 17:26:48 +0200
committerKevin Wolf <kwolf@redhat.com>2020-10-02 15:46:40 +0200
commit5daa6bfd8eec913872d6438bc679a92f92a7a0c4 (patch)
treefe1db84af65cbc4e44d668d4a5bd8a14e32a6ef9 /qapi/meson.build
parent8760366cdbbddc574860294a443041982b90e2f5 (diff)
downloadqemu-5daa6bfd8eec913872d6438bc679a92f92a7a0c4.zip
qemu-5daa6bfd8eec913872d6438bc679a92f92a7a0c4.tar.gz
qemu-5daa6bfd8eec913872d6438bc679a92f92a7a0c4.tar.bz2
qapi: Create block-export module
Move all block export related types and commands from block-core to the new QAPI module block-export. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200924152717.287415-3-kwolf@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi/meson.build')
-rw-r--r--qapi/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/qapi/meson.build b/qapi/meson.build
index 7c4a89a..ea359a0 100644
--- a/qapi/meson.build
+++ b/qapi/meson.build
@@ -17,8 +17,9 @@ qapi_all_modules = [
'acpi',
'audio',
'authz',
- 'block-core',
'block',
+ 'block-core',
+ 'block-export',
'char',
'common',
'control',
@@ -49,6 +50,7 @@ qapi_all_modules = [
qapi_storage_daemon_modules = [
'block-core',
+ 'block-export',
'char',
'common',
'control',