diff options
| author | Markus Armbruster | 2017-08-24 21:13:56 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-09-04 13:09:12 +0200 |
| commit | a2ff5a48c4623be422f6271dd95ce047af0df3ec (patch) | |
| tree | bb47c55a0e0003a62f390d16a0af7eacb7752ae4 /qapi/block-core.json | |
| parent | qapi-schema: Rocker doc section contains unrelated stuff, fix (diff) | |
| download | qemu-a2ff5a48c4623be422f6271dd95ce047af0df3ec.tar.gz qemu-a2ff5a48c4623be422f6271dd95ce047af0df3ec.tar.xz qemu-a2ff5a48c4623be422f6271dd95ce047af0df3ec.zip | |
qapi-schema: Collect sockets stuff in qapi/sockets.json
Cc: "Daniel P. Berrange" <berrange@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1503602048-12268-5-git-send-email-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'qapi/block-core.json')
| -rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 833c602150..5379674292 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -4,8 +4,8 @@ # == QAPI block core definitions (vm unrelated) ## -# QAPI common definitions { 'include': 'common.json' } +{ 'include': 'sockets.json' } ## # @SnapshotInfo: |
