]> git.proxmox.com Git - qemu.git/blobdiff - qapi-schema.json
fw_cfg: add qtest test case
[qemu.git] / qapi-schema.json
index 66808c2f2719de74873f206f7f360adb5ce217a6..751d3c22476f9072d08a86c767e0f03605a78f07 100644 (file)
 ##
 { 'union': 'BlockdevAction',
   'data': {
-       'blockdev-snapshot-sync': 'BlockdevSnapshot',
+       'blockdev-snapshot-sync': 'BlockdevSnapshot'
    } }
 
 ##
 ##
 { 'command': 'query-migrate-cache-size', 'returns': 'int' }
 
-##
-## @query-cpu-max
-##
-## query maximum number of CPUs supported by machine
-##
-## Returns: number of CPUs
-##
-## Since: 1.5
-###
-{ 'command': 'query-cpu-max', 'returns': 'int' }
-
 ##
 # @ObjectPropertyInfo:
 #