mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-09 10:03:54 +00:00
QError: Add QERR_DEVICE_NOT_FOUND
New class for device not found errors. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
8204a9180c
commit
357b6156f9
4
qerror.c
4
qerror.c
@ -40,6 +40,10 @@ static const QType qerror_type = {
|
|||||||
* "running out of foo: %(foo)%%"
|
* "running out of foo: %(foo)%%"
|
||||||
*/
|
*/
|
||||||
const QErrorStringTable qerror_table[] = {
|
const QErrorStringTable qerror_table[] = {
|
||||||
|
{
|
||||||
|
.error_fmt = QERR_DEVICE_NOT_FOUND,
|
||||||
|
.desc = "The %(device) device has not been found",
|
||||||
|
},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user