mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
error: New QERR_DEVICE_NO_BUS
This commit is contained in:
parent
1ae7871840
commit
07574baf7b
2 changed files with 7 additions and 0 deletions
3
qerror.h
3
qerror.h
|
@ -66,6 +66,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
#define QERR_DEVICE_NOT_REMOVABLE \
|
||||
"{ 'class': 'DeviceNotRemovable', 'data': { 'device': %s } }"
|
||||
|
||||
#define QERR_DEVICE_NO_BUS \
|
||||
"{ 'class': 'DeviceNoBus', 'data': { 'device': %s } }"
|
||||
|
||||
#define QERR_FD_NOT_FOUND \
|
||||
"{ 'class': 'FdNotFound', 'data': { 'name': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue