Re: [Qemu-devel] [PATCH 27/34] qerror: add proper ErrorClass value for QERR_ macros

2012-08-02 Thread Markus Armbruster
Luiz Capitulino writes: > This commit replaces the place holder value for the ErrorClass > argument with a proper ErrorClass value for all QERR_ macros. > > All current errors are mapped to GenericError, except for errors > CommandNotFound, DeviceNotActive, DeviceNotFound, KVMMissingCap and > Mig

[Qemu-devel] [PATCH 27/34] qerror: add proper ErrorClass value for QERR_ macros

2012-08-01 Thread Luiz Capitulino
This commit replaces the place holder value for the ErrorClass argument with a proper ErrorClass value for all QERR_ macros. All current errors are mapped to GenericError, except for errors CommandNotFound, DeviceNotActive, DeviceNotFound, KVMMissingCap and MigrationExpected, which are maintained