]> Git Repo - qemu.git/blobdiff - qapi/introspect.json
qapi: Split visit_end_struct() into pieces
[qemu.git] / qapi / introspect.json
index 9e9369e160a55b021176cf11c438f39ea8e9dd45..3fd81fb5400a6e561f36fc71137358f0d2940122 100644 (file)
   'data': [ 'builtin', 'enum', 'array', 'object', 'alternate',
             'command', 'event' ] }
 
-##
-# @SchemaInfoBase
-#
-# Members common to any @SchemaInfo.
-#
-# Since: 2.5
-##
-{ 'struct': 'SchemaInfoBase',
-  'data': { 'name': 'str', 'meta-type': 'SchemaMetaType' } }
-
 ##
 # @SchemaInfo
 #
 # Since: 2.5
 ##
 { 'union': 'SchemaInfo',
-  'base': 'SchemaInfoBase',
+  'base': { 'name': 'str', 'meta-type': 'SchemaMetaType' },
   'discriminator': 'meta-type',
   'data': {
       'builtin': 'SchemaInfoBuiltin',
This page took 0.024014 seconds and 4 git commands to generate.