mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
error: New QERR_DEVICE_INIT_FAILED
This commit is contained in:
parent
8eae73b5d7
commit
4d9a1a1521
2 changed files with 7 additions and 0 deletions
3
qerror.h
3
qerror.h
|
@ -57,6 +57,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
#define QERR_DEVICE_ENCRYPTED \
|
||||
"{ 'class': 'DeviceEncrypted', 'data': { 'device': %s } }"
|
||||
|
||||
#define QERR_DEVICE_INIT_FAILED \
|
||||
"{ 'class': 'DeviceInitFailed', 'data': { 'device': %s } }"
|
||||
|
||||
#define QERR_DEVICE_LOCKED \
|
||||
"{ 'class': 'DeviceLocked', 'data': { 'device': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue