projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe0753
)
qerror: QERR_DEVICE_IN_USE is no longer used, drop
author
Markus Armbruster
<armbru@redhat.com>
Wed, 6 Mar 2024 13:10:55 +0000
(14:10 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sat, 9 Mar 2024 15:56:37 +0000
(18:56 +0300)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/qapi/qmp/qerror.h
patch
|
blob
|
history
diff --git
a/include/qapi/qmp/qerror.h
b/include/qapi/qmp/qerror.h
index 8dd9fcb071a41835fd6fe783c0b2c0fe734b76ec..0c2689cf8ad3e349d05dd703b86419cc549435aa 100644
(file)
--- a/
include/qapi/qmp/qerror.h
+++ b/
include/qapi/qmp/qerror.h
@@
-23,9
+23,6
@@
#define QERR_DEVICE_HAS_NO_MEDIUM \
"Device '%s' has no medium"
-#define QERR_DEVICE_IN_USE \
- "Device '%s' is in use"
-
#define QERR_DEVICE_NO_HOTPLUG \
"Device '%s' does not support hotplugging"