mirror of
https://github.com/mii443/qemu.git
synced 2025-09-02 15:19:24 +00:00
error: New QERR_DEVICE_NO_BUS
This commit is contained in:
4
qerror.c
4
qerror.c
@ -72,6 +72,10 @@ static const QErrorStringTable qerror_table[] = {
|
||||
.error_fmt = QERR_DEVICE_NOT_REMOVABLE,
|
||||
.desc = "Device '%(device)' is not removable",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_DEVICE_NO_BUS,
|
||||
.desc = "Device '%(device)' has no child bus",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_FD_NOT_FOUND,
|
||||
.desc = "File descriptor named '%(name)' not found",
|
||||
|
Reference in New Issue
Block a user