Re: [PATCH 1/6] coverity-model: update address_space_read/write models

2021-08-02 Thread Peter Maydell
On Sat, 31 Jul 2021 at 07:29, Paolo Bonzini wrote: > > Use void * for consistency with the actual function; provide a model > for MemoryRegionCache functions and for address_space_rw. These > let Coverity understand the bounds of the data that various functions > read and write even at very high

[PATCH 1/6] coverity-model: update address_space_read/write models

2021-07-31 Thread Paolo Bonzini
Use void * for consistency with the actual function; provide a model for MemoryRegionCache functions and for address_space_rw. These let Coverity understand the bounds of the data that various functions read and write even at very high levels of inlining (e.g. pci_dma_read). Signed-off-by: Paolo