diff options
author | Cornelia Huck <cohuck@redhat.com> | 2020-01-16 13:10:35 +0100 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2020-06-22 12:48:41 -0500 |
commit | bc509b2a5baedb7112afba4dd2ad5f1f67f300a9 (patch) | |
tree | 0c4b282ee75f6e5544c79a48eb98bff30cb5bbc0 /qapi/qobject-output-visitor.c | |
parent | cd8ecfb19cbbdd13f2b2e210c88485bf5f15c51c (diff) | |
download | qemu-bc509b2a5baedb7112afba4dd2ad5f1f67f300a9.zip qemu-bc509b2a5baedb7112afba4dd2ad5f1f67f300a9.tar.gz qemu-bc509b2a5baedb7112afba4dd2ad5f1f67f300a9.tar.bz2 |
s390x: adapter routes error handling
If the kernel irqchip has been disabled, we don't want the
{add,release}_adapter_routes routines to call any kvm_irqchip_*
interfaces, as they may rely on an irqchip actually having been
created. Just take a quick exit in that case instead. If you are
trying to use irqfd without a kernel irqchip, we will fail with
an error.
Also initialize routes->gsi[] with -1 in the virtio-ccw handling,
to make sure we don't trip over other errors, either. (Nobody
else uses the gsi array in that structure.)
Fixes: d426d9fba8ea ("s390x/virtio-ccw: wire up irq routing and irqfds")
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20200117111147.5006-1-cohuck@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
(cherry picked from commit 3c5fd8074335c67777d9391b84f97070c35d9c63)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'qapi/qobject-output-visitor.c')
0 files changed, 0 insertions, 0 deletions