mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 03:43:37 +08:00
5db15096d0
qapi/block-core.json contains block definitions unrelated to emulation. qapi/block.json is a superset of the previous and contains definitions related to emulation. The purpose of these extractions is to be able to hook qapi/block-core.json generated code on qemu-nbd. Signed-off-by: Benoit Canet <benoit@irqsave.net> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
8 lines
128 B
Python
8 lines
128 B
Python
# -*- Mode: Python -*-
|
|
#
|
|
# QAPI block definitions (vm related)
|
|
|
|
# QAPI block core definitions
|
|
{ 'include': 'block-core.json' }
|
|
|