Statistics
| Branch: | Revision:

root / qerror.c @ 076d2471

History | View | Annotate | Download (8.5 kB)

# Date Author Comment
41471a23 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_FD_NOT_SUPPLIED

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

7a046f5f 12/08/2009 12:34 am Markus Armbruster

New QERR_INVALID_PARAMETER

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

a488be27 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_TOO_MANY_FILES

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

77e595e7 12/08/2009 12:34 am Markus Armbruster

QMP: add human-readable description to error response

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

a6906e31 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_VNC_SERVER_FAILED

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

c7c338c4 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_FD_NOT_FOUND

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

5cfe0264 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_DEVICE_NOT_REMOVABLE

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

17901e75 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_INVALID_BLOCK_FORMAT

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

7a84cb23 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_SET_PASSWD_FAILED

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

e16a1812 12/08/2009 12:34 am Markus Armbruster

QError: Put error definitions in alphabetical order

Also fix the odd typoe and clean up whitespace.

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

b0868380 12/08/2009 12:34 am Markus Armbruster

QError: New QERR_DEVICE_LOCKED

Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

0df37c41 12/08/2009 12:34 am Luiz Capitulino

QError: new class for device encrypted errors

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Markus Armbruster <>
Signed-off-by: Anthony Liguori <>

f6d855c5 12/07/2009 10:04 pm Luiz Capitulino

QError: Add class for invalid passwords

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>

d05ac8fa 12/04/2009 10:44 pm Blue Swirl

Add "static" to please Sparse

Signed-off-by: Blue Swirl <>

4b9d4683 12/03/2009 05:41 pm Luiz Capitulino

QError: Add errors needed by QMP

Only QERR_QMP_BAD_INPUT_OBJECT is QMP specific, the others can
be used in different contexts by other subsystems.

Please, note that QERR_JSON_PARSING signals any parsing error
from the json parser. We will need it until the parser gets...

055f6122 12/03/2009 05:41 pm Luiz Capitulino

QError: Add QERR_DEVICE_NOT_ACTIVE

New class for device not active errors.

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>

82a60711 12/03/2009 05:41 pm Luiz Capitulino

QError: Add QERR_KVM_MISSING_CAP

New class for KVM unavailable features errors.

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>

9f9daf9a 12/03/2009 05:41 pm Luiz Capitulino

Introduce QError

QError is a high-level data type which represents an exception
in QEMU, it stores the following error information:

- class Error class name (eg. "ServiceUnavailable")
- description A detailed error description, which can contain...

357b6156 12/03/2009 05:41 pm Luiz Capitulino

QError: Add QERR_DEVICE_NOT_FOUND

New class for device not found errors.

Signed-off-by: Luiz Capitulino <>
Signed-off-by: Anthony Liguori <>