riscv: plic: Set msi_nonbroken as true
commit4f5604c41d4a4d41964dfacaa87b08178abcc838
authorAlistair Francis <Alistair.Francis@wdc.com>
Fri, 15 Mar 2019 20:05:36 +0000 (15 20:05 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 18 Mar 2019 08:39:57 +0000 (18 09:39 +0100)
tree8fdca2648f2dc21bc97d7b971d0e9a17bcf0d706
parent9164add701788075f229b560bc3e92f6562ff857
riscv: plic: Set msi_nonbroken as true

Set msi_nonbroken as true for the PLIC.

According to the comment located here:
https://git.qemu.org/?p=qemu.git;a=blob;f=hw/pci/msi.c;h=47d2b0f33c664533b8dbd5cb17faa8e6a01afe1f;hb=HEAD#l38
the msi_nonbroken variable should be set to true even if they don't
support MSI. In this case that is what we are doing as we don't support
MSI.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reported-by: Andrea Bolognani <abologna@redhat.com>
Reported-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
Message-Id: <256afbb2da005dc62c159b0f4a4fc0d95c050660.1552679970.git.alistair.francis@wdc.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/riscv/sifive_plic.c