Home
last modified time | relevance | path

Searched hist:"9 f9daf9a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile9f9daf9a Wed Nov 18 19:05:30 CST 2009 Luiz Capitulino <lcapitulino@redhat.com> 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
references to run-time error data
- filename The file name of where the error occurred
- line number The exact line number of the error
- function The function name of where the error occurred
- run-time data Any run-time error data

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>