hw/nvram/mac_nvram: Report failure to write data
commitb13ba381ca4d0b3e96a9e5bd138a1f3e11b5a637
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Mar 2024 10:41:01 +0000 (25 10:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Mar 2024 10:41:01 +0000 (25 10:41 +0000)
tree25baf92ea298dc6583c6169f83b1d753c115f4e6
parentc67f7580697198800c57ced59f1dfbce1aaeb4ae
hw/nvram/mac_nvram: Report failure to write data

There's no way for the macio_nvram device to report failure to write
data, but we can at least report it to the user with error_report()
as we do in other devices like xlnx-efuse.

Spotted by Coverity.

Resolves: Coverity CID 1507628
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240312183810.557768-6-peter.maydell@linaro.org
hw/nvram/mac_nvram.c