summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c
diff options
context:
space:
mode:
authorPeter Lieven <pl@kamp.de>2019-04-04 14:10:15 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-05-15 11:56:53 +0200
commit2e56fbc87f6ec3cd56c37b01d313abd502b80d61 (patch)
treecdda790fd272bd608cc07869db35432c2bc2405f /hw/intc/omap_intc.c
parentd2fa65cd1c17801bde1dbfc9f622ba627ebd0adb (diff)
downloadfocaccia-qemu-2e56fbc87f6ec3cd56c37b01d313abd502b80d61.tar.gz
focaccia-qemu-2e56fbc87f6ec3cd56c37b01d313abd502b80d61.zip
megasas: fix mapped frame size
the current value of 1024 bytes (16 * MFI_FRAME_SIZE) we map is not enough to hold
the maximum number of scatter gather elements we advertise. We actually need a
maximum of 2048 bytes. This is 128 max sg elements * 16 bytes (sizeof (union mfi_sgl)).

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Message-Id: <20190404121015.28634-1-pl@kamp.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/intc/omap_intc.c')
0 files changed, 0 insertions, 0 deletions