]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/openpic: Improve errors for out of bounds property values
authorMarkus Armbruster <armbru@redhat.com>
Thu, 10 Oct 2024 15:01:43 +0000 (17:01 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 18 Oct 2024 13:03:35 +0000 (15:03 +0200)
commit627c1e012cb3f14745f9b7d991642894a4402d5c
tree77931c84e85c6f04d1302532a2c772204f52a1f0
parentdac7f90c1ccb717959fb216ace7126be5e3f330a
hw/intc/openpic: Improve errors for out of bounds property values

The error message doesn't matter much, as the "openpic" device isn't
user-creatable.  But it's the last use of
QERR_PROPERTY_VALUE_OUT_OF_RANGE, which has to go.  Change the message
just like the previous commit did for x86 CPUs.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20241010150144.986655-7-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/intc/openpic.c