summaryrefslogtreecommitdiffstats
path: root/hw/loongarch/virt.c
diff options
context:
space:
mode:
authorCornelia Huck2022-07-28 16:24:46 +0200
committerPaolo Bonzini2022-07-29 00:15:02 +0200
commit47c182fe8b03c0c40059fb95840923e65c9bdb4f (patch)
tree9a0d55a01c0dbcbe48e8c6718fb453cab8ed29fb /hw/loongarch/virt.c
parentconfigure: Fix ppc container_cross_cc substitution (diff)
downloadqemu-47c182fe8b03c0c40059fb95840923e65c9bdb4f.tar.gz
qemu-47c182fe8b03c0c40059fb95840923e65c9bdb4f.tar.xz
qemu-47c182fe8b03c0c40059fb95840923e65c9bdb4f.zip
kvm: don't use perror() without useful errno
perror() is designed to append the decoded errno value to a string. This, however, only makes sense if we called something that actually sets errno prior to that. For the callers that check for split irqchip support that is not the case, and we end up with confusing error messages that end in "success". Use error_report() instead. Signed-off-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20220728142446.438177-1-cohuck@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/loongarch/virt.c')
0 files changed, 0 insertions, 0 deletions