diff options
Diffstat (limited to 'qapi/common.json')
-rw-r--r-- | qapi/common.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qapi/common.json b/qapi/common.json index bad56bf..6fb40e7 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -3,7 +3,7 @@ # QAPI common definitions ## -# @ErrorClass +# @QapiErrorClass # # QEMU error classes # @@ -24,7 +24,8 @@ # # Since: 1.2 ## -{ 'enum': 'ErrorClass', +{ 'enum': 'QapiErrorClass', + # Keep this in sync with ErrorClass in error.h 'data': [ 'GenericError', 'CommandNotFound', 'DeviceEncrypted', 'DeviceNotActive', 'DeviceNotFound', 'KVMMissingCap' ] } |