diff options
author | Anthony Green <green@moxielogic.com> | 2013-03-18 15:49:25 -0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-03-23 14:25:42 +0000 |
commit | d15a9c2390889623a681b4d0bc56371b4d25893c (patch) | |
tree | 0b7b769f7b2dfcd40bfea0b72ba2ebaa3205855c /qapi-schema.json | |
parent | a360d965821870fa1dbb3effdf7436b715ad3358 (diff) | |
download | qemu-d15a9c2390889623a681b4d0bc56371b4d25893c.tar.gz qemu-d15a9c2390889623a681b4d0bc56371b4d25893c.tar.bz2 qemu-d15a9c2390889623a681b4d0bc56371b4d25893c.zip |
Add top level changes for moxie
Signed-off-by: Anthony Green <green@moxielogic.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index fdaa9da133..088f4e150f 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2994,9 +2994,9 @@ ## { 'enum': 'TargetType', 'data': [ 'alpha', 'arm', 'cris', 'i386', 'lm32', 'm68k', 'microblazeel', - 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'or32', - 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4', 'sparc64', - 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa' ] } + 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'moxie', + 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4', + 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa' ] } ## # @TargetInfo: |