projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627c1e0
)
qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop
author
Markus Armbruster
<armbru@redhat.com>
Thu, 10 Oct 2024 15:01:44 +0000
(17:01 +0200)
committer
Markus Armbruster
<armbru@redhat.com>
Fri, 18 Oct 2024 13:03:35 +0000
(15:03 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <
20241010150144
.986655-8-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@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 101c1141b9bc2500d51cceeb5dc941f133929950..d1db6f18cd65f13d7504cc99573b52254b78bc1e 100644
(file)
--- a/
include/qapi/qmp/qerror.h
+++ b/
include/qapi/qmp/qerror.h
@@
-23,7
+23,4
@@
#define QERR_MISSING_PARAMETER \
"Parameter '%s' is missing"
-#define QERR_PROPERTY_VALUE_OUT_OF_RANGE \
- "Property %s.%s doesn't take value %" PRId64 " (minimum: %" PRId64 ", maximum: %" PRId64 ")"
-
#endif /* QERROR_H */