[Qemu-devel] [PATCH] megasas: Add write function to handle write access to PCI BAR 3

2015-07-27 Thread Salva Peiró
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(0xe000) 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

Re: [Qemu-devel] [PATCH] megasas: Add write function to handle write access to PCI BAR 3

2015-07-27 Thread Hannes Reinecke
On 07/27/2015 10:51 AM, Salva Peiró wrote: > 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(0xe000) is performed the .write function is invoked to > handle the write access, however, since the .w

Re: [Qemu-devel] [PATCH] megasas: Add write function to handle write access to PCI BAR 3

2015-07-27 Thread Paolo Bonzini
On 27/07/2015 10:57, Hannes Reinecke wrote: > Acked-by: Hannes Reinecke Thanks, applied for 2.4. Paolo