diff options
author | Salva Peiró <speirofr@gmail.com> | 2015-07-27 10:51:52 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-07-27 23:05:49 +0200 |
commit | 55875fc4ca45a35e36134663ade946d86fe7bfcd (patch) | |
tree | b07804a7439fb148b90a130a189d28cddd59c81e /memory.c | |
parent | 019c2ab8623daee210df8b1085a33b1e83c9ee11 (diff) |
megasas: Add write function to handle write access to PCI BAR 3
This patch fixes a QEMU SEGFAULT when a write operation is performed on
the memory region of the PCI BAR 3 (base address space).
When a writeb(0xe0000000) is performed the .write function is invoked to
handle the write access, however, since the .write is not initialised,
the call to 0, causes QEMU to SEGFAULT.
Signed-off-by: Salva Peiró <speirofr@gmail.com>
Acked-by: Hannes Reinecke <hare@suse.com>
Message-Id: <1437987112-24744-1-git-send-email-speirofr@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'memory.c')
0 files changed, 0 insertions, 0 deletions