Re: [PATCH v3 0/9] memory: assert and define MemoryRegionOps callbacks

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/13/20 8:58 PM, P J P wrote: > +-- On Tue, 30 Jun 2020, P J P wrote --+ > | * This series asserts that MemoryRegionOps objects define read/write > | callback methods. Thus avoids potential NULL pointer dereference. > | ex. -> > https://git.qemu.org/?p=qemu.git;a=commit;h=bb15013ef34617eb1

Re: [PATCH v3 0/9] memory: assert and define MemoryRegionOps callbacks

2020-07-13 Thread P J P
+-- On Tue, 30 Jun 2020, P J P wrote --+ | * This series asserts that MemoryRegionOps objects define read/write | callback methods. Thus avoids potential NULL pointer dereference. | ex. -> https://git.qemu.org/?p=qemu.git;a=commit;h=bb15013ef34617eb1344f5276292cadd326c21b2 | | * Also adds va

[PATCH v3 0/9] memory: assert and define MemoryRegionOps callbacks

2020-06-30 Thread P J P
From: Prasad J Pandit Hello, * This series asserts that MemoryRegionOps objects define read/write callback methods. Thus avoids potential NULL pointer dereference. ex. -> https://git.qemu.org/?p=qemu.git;a=commit;h=bb15013ef34617eb1344f5276292cadd326c21b2 * Also adds various undefined Memo