]> Git Repo - qemu.git/blobdiff - qapi/machine-target.json
qapi: Allow introspecting fix for savevm's cooperation with blockdev
[qemu.git] / qapi / machine-target.json
index 5d7480f6abcf2fef1ef448ef9d1f11e82be2d8df..55310a6aa226d580bb95dcb32c606c6e709cfb8a 100644 (file)
 #            to introspect properties configurable using -cpu or -global.
 #            (since 2.9)
 #
+# @alias-of: Name of CPU model this model is an alias for.  The target of the
+#            CPU model alias may change depending on the machine type.
+#            Management software is supposed to translate CPU model aliases
+#            in the VM configuration, because aliases may stop being
+#            migration-safe in the future (since 4.1)
+#
 # @unavailable-features is a list of QOM property names that
 # represent CPU model attributes that prevent the CPU from running.
 # If the QOM property is read-only, that means there's no known
             '*migration-safe': 'bool',
             'static': 'bool',
             '*unavailable-features': [ 'str' ],
-            'typename': 'str' },
+            'typename': 'str',
+            '*alias-of' : 'str' },
   'if': 'defined(TARGET_PPC) || defined(TARGET_ARM) || defined(TARGET_I386) || defined(TARGET_S390X) || defined(TARGET_MIPS)' }
 
 ##
This page took 0.02324 seconds and 4 git commands to generate.