projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d09593
)
qerror: QERR_PERMISSION_DENIED is no longer used, drop
author
Markus Armbruster
<armbru@redhat.com>
Wed, 12 Oct 2022 15:38:01 +0000
(17:38 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Thu, 27 Oct 2022 05:57:18 +0000
(07:57 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <
20221012153801
.
2604340
-5-armbru@redhat.com>
include/qapi/qmp/qerror.h
patch
|
blob
|
history
diff --git
a/include/qapi/qmp/qerror.h
b/include/qapi/qmp/qerror.h
index 596fce0c54e7de96a0dd5afa4627565caaf0f201..87ca83b155afc0ff139cafacabb6c0834688f8e9 100644
(file)
--- a/
include/qapi/qmp/qerror.h
+++ b/
include/qapi/qmp/qerror.h
@@
-50,9
+50,6
@@
#define QERR_MISSING_PARAMETER \
"Parameter '%s' is missing"
-#define QERR_PERMISSION_DENIED \
- "Insufficient permission to perform this operation"
-
#define QERR_PROPERTY_VALUE_BAD \
"Property '%s.%s' doesn't take value '%s'"