mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
QError: New QERR_DEVICE_LOCKED
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e16a181222
commit
b086838090
2 changed files with 7 additions and 0 deletions
4
qerror.c
4
qerror.c
|
@ -48,6 +48,10 @@ static const QErrorStringTable qerror_table[] = {
|
|||
.error_fmt = QERR_DEVICE_ENCRYPTED,
|
||||
.desc = "The %(device) is encrypted",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_DEVICE_LOCKED,
|
||||
.desc = "Device %(device) is locked",
|
||||
},
|
||||
{
|
||||
.error_fmt = QERR_DEVICE_NOT_ACTIVE,
|
||||
.desc = "The %(device) device has not been activated by the guest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue