]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/misc.json
exec.c: subpage->sub_section is already initialized to 0
[mirror_qemu.git] / qapi / misc.json
index a7fba7230cfa97dbe750b9ca6a195187ffdc6bb4..6bd11f50e66584bb6def1a338c643c411c8de176 100644 (file)
 ##
 { 'command': 'query-fdsets', 'returns': ['FdsetInfo'] }
 
-##
-# @TargetInfo:
-#
-# Information describing the QEMU target.
-#
-# @arch: the target architecture
-#
-# Since: 1.2.0
-##
-{ 'struct': 'TargetInfo',
-  'data': { 'arch': 'SysEmuTarget' } }
-
-##
-# @query-target:
-#
-# Return information about the target for this QEMU
-#
-# Returns: TargetInfo
-#
-# Since: 1.2.0
-##
-{ 'command': 'query-target', 'returns': 'TargetInfo' }
-
 ##
 # @AcpiTableOptions:
 #