]> Git Repo - qemu.git/blobdiff - qapi/machine.json
qapi/machine: Fix an incorrect comment of SMPConfiguration
[qemu.git] / qapi / machine.json
index e2f01e9c15b114e7371eca5d6a23b25bc4f0e3f2..0e91a57a76b1e6269b4f9e49539c63ebeee27358 100644 (file)
 #
 # @msg: Informative message
 #
+# Features:
+# @deprecated: This event is deprecated. Use @DEVICE_UNPLUG_GUEST_ERROR
+#              instead.
+#
 # Since: 2.4
 #
 # Example:
 #
 ##
 { 'event': 'MEM_UNPLUG_ERROR',
-  'data': { 'device': 'str', 'msg': 'str' } }
+  'data': { 'device': 'str', 'msg': 'str' },
+  'features': ['deprecated'] }
 
 ##
 # @SMPConfiguration:
 #
 # @dies: number of dies per socket in the CPU topology
 #
-# @cores: number of cores per thread in the CPU topology
+# @cores: number of cores per die in the CPU topology
 #
 # @threads: number of threads per core in the CPU topology
 #
This page took 0.022003 seconds and 4 git commands to generate.