]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/machine-target.json
Merge tag 'migration-20230505-pull-request' of https://gitlab.com/juan.quintela/qemu...
[mirror_qemu.git] / qapi / machine-target.json
index 06b0d2ca614e67669fe483f75cffb604cd7d0eb8..afc8c408945c9e3c36e439eb307787e4bd0d8adf 100644 (file)
                    'TARGET_ARM',
                    'TARGET_I386',
                    'TARGET_S390X',
-                   'TARGET_MIPS' ] } }
+                   'TARGET_MIPS',
+                   'TARGET_LOONGARCH64',
+                   'TARGET_RISCV' ] } }
 
 ##
 # @query-cpu-definitions:
 #
 # Return a list of supported virtual CPU definitions
 #
-# Returns: a list of CpuDefInfo
+# Returns: a list of CpuDefinitionInfo
 #
 # Since: 1.2
 ##
                    'TARGET_ARM',
                    'TARGET_I386',
                    'TARGET_S390X',
-                   'TARGET_MIPS' ] } }
+                   'TARGET_MIPS',
+                   'TARGET_LOONGARCH64',
+                   'TARGET_RISCV' ] } }