From 755f196898e75bf453957609d1dbe02f73e5b12a Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 6 Oct 2011 14:31:39 -0300 Subject: qapi: Convert the cpu command Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- qapi-schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index eb155b4d54..e4cf6da4fb 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -351,3 +351,14 @@ # prompting the user in some way. ## { 'command': 'system_powerdown' } + +## +# @cpu: +# +# This command is a nop that is only provided for the purposes of compatibility. +# +# Since: 0.14.0 +# +# Notes: Do not use this command. +## +{ 'command': 'cpu', 'data': {'index': 'int'} } -- cgit v1.2.3-55-g7522