projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdac62d
)
qerror: QERR_IO_ERROR is no longer used, drop
author
Markus Armbruster
<armbru@redhat.com>
Mon, 13 May 2024 14:17:03 +0000
(16:17 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Mon, 27 May 2024 10:53:29 +0000
(12:53 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <
20240513141703
.549874-7-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
include/qapi/qmp/qerror.h
patch
|
blob
|
history
diff --git
a/include/qapi/qmp/qerror.h
b/include/qapi/qmp/qerror.h
index 00b18e9082031b5d7466d0a8e7af18b8cd321d09..bc9116f76a0ed3e28e8dfb078a753ff6be2f76d5 100644
(file)
--- a/
include/qapi/qmp/qerror.h
+++ b/
include/qapi/qmp/qerror.h
@@
-20,9
+20,6
@@
#define QERR_INVALID_PARAMETER_VALUE \
"Parameter '%s' expects %s"
-#define QERR_IO_ERROR \
- "An IO error has occurred"
-
#define QERR_MISSING_PARAMETER \
"Parameter '%s' is missing"