mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
error: New QERR_BAD_BUS_FOR_DEVICE
This commit is contained in:
parent
aa924ae730
commit
56e9f56309
2 changed files with 7 additions and 0 deletions
3
qerror.h
3
qerror.h
|
@ -42,6 +42,9 @@ QError *qobject_to_qerror(const QObject *obj);
|
|||
/*
|
||||
* QError class list
|
||||
*/
|
||||
#define QERR_BAD_BUS_FOR_DEVICE \
|
||||
"{ 'class': 'BadBusForDevice', 'data': { 'device': %s, 'bad_bus_type': %s } }"
|
||||
|
||||
#define QERR_BUS_NOT_FOUND \
|
||||
"{ 'class': 'BusNotFound', 'data': { 'bus': %s } }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue