mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
qapi: remove empty flat union branches and types
Flat unions may now have uncovered branches, so it is possible to get rid of empty types defined for that purpose only. Signed-off-by: Anton Nefedov <anton.nefedov@virtuozzo.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1529311206-76847-3-git-send-email-anton.nefedov@virtuozzo.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
800877bb16
commit
29cd0403f1
7 changed files with 7 additions and 138 deletions
|
|
@ -396,8 +396,7 @@
|
|||
'mips': 'CpuInfoMIPS',
|
||||
'tricore': 'CpuInfoTricore',
|
||||
's390': 'CpuInfoS390',
|
||||
'riscv': 'CpuInfoRISCV',
|
||||
'other': 'CpuInfoOther' } }
|
||||
'riscv': 'CpuInfoRISCV' } }
|
||||
|
||||
##
|
||||
# @CpuInfoX86:
|
||||
|
|
@ -467,16 +466,6 @@
|
|||
##
|
||||
{ 'struct': 'CpuInfoRISCV', 'data': { 'pc': 'int' } }
|
||||
|
||||
##
|
||||
# @CpuInfoOther:
|
||||
#
|
||||
# No additional information is available about the virtual CPU
|
||||
#
|
||||
# Since: 2.6
|
||||
#
|
||||
##
|
||||
{ 'struct': 'CpuInfoOther', 'data': { } }
|
||||
|
||||
##
|
||||
# @CpuS390State:
|
||||
#
|
||||
|
|
@ -578,38 +567,7 @@
|
|||
'arch' : 'CpuInfoArch',
|
||||
'target' : 'SysEmuTarget' },
|
||||
'discriminator' : 'target',
|
||||
'data' : { 'aarch64' : 'CpuInfoOther',
|
||||
'alpha' : 'CpuInfoOther',
|
||||
'arm' : 'CpuInfoOther',
|
||||
'cris' : 'CpuInfoOther',
|
||||
'hppa' : 'CpuInfoOther',
|
||||
'i386' : 'CpuInfoOther',
|
||||
'lm32' : 'CpuInfoOther',
|
||||
'm68k' : 'CpuInfoOther',
|
||||
'microblaze' : 'CpuInfoOther',
|
||||
'microblazeel' : 'CpuInfoOther',
|
||||
'mips' : 'CpuInfoOther',
|
||||
'mips64' : 'CpuInfoOther',
|
||||
'mips64el' : 'CpuInfoOther',
|
||||
'mipsel' : 'CpuInfoOther',
|
||||
'moxie' : 'CpuInfoOther',
|
||||
'nios2' : 'CpuInfoOther',
|
||||
'or1k' : 'CpuInfoOther',
|
||||
'ppc' : 'CpuInfoOther',
|
||||
'ppc64' : 'CpuInfoOther',
|
||||
'ppcemb' : 'CpuInfoOther',
|
||||
'riscv32' : 'CpuInfoOther',
|
||||
'riscv64' : 'CpuInfoOther',
|
||||
's390x' : 'CpuInfoS390',
|
||||
'sh4' : 'CpuInfoOther',
|
||||
'sh4eb' : 'CpuInfoOther',
|
||||
'sparc' : 'CpuInfoOther',
|
||||
'sparc64' : 'CpuInfoOther',
|
||||
'tricore' : 'CpuInfoOther',
|
||||
'unicore32' : 'CpuInfoOther',
|
||||
'x86_64' : 'CpuInfoOther',
|
||||
'xtensa' : 'CpuInfoOther',
|
||||
'xtensaeb' : 'CpuInfoOther' } }
|
||||
'data' : { 's390x' : 'CpuInfoS390' } }
|
||||
|
||||
##
|
||||
# @query-cpus-fast:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue