Re: [PATCH v4] memory: Directly dispatch alias accesses on origin memory region

2022-01-18 Thread Philippe Mathieu-Daudé via
On 4/18/21 07:57, Philippe Mathieu-Daudé wrote: > Since commit 2cdfcf272d ("memory: assign MemoryRegionOps to all > regions"), all newly created regions are assigned with > unassigned_mem_ops (which might be then overwritten). > > When using aliased container regions, and there is no region mapped

Re: [PATCH v4] memory: Directly dispatch alias accesses on origin memory region

2021-10-14 Thread Philippe Mathieu-Daudé
ping? On Sun, Apr 18, 2021 at 7:57 AM Philippe Mathieu-Daudé wrote: > > Since commit 2cdfcf272d ("memory: assign MemoryRegionOps to all > regions"), all newly created regions are assigned with > unassigned_mem_ops (which might be then overwritten). > > When using aliased container regions, and th

Re: [PATCH v4] memory: Directly dispatch alias accesses on origin memory region

2021-07-07 Thread Philippe Mathieu-Daudé
Peter Xu already reviewed, but Cc'ing Peter Maydell too due to his last comment on v3: https://www.mail-archive.com/qemu-devel@nongnu.org/msg800482.html On 4/18/21 7:57 AM, Philippe Mathieu-Daudé wrote: > Since commit 2cdfcf272d ("memory: assign MemoryRegionOps to all > regions"), all newly create

Re: [PATCH v4] memory: Directly dispatch alias accesses on origin memory region

2021-04-20 Thread Peter Xu
On Sun, Apr 18, 2021 at 07:57:08AM +0200, Philippe Mathieu-Daudé wrote: > Since commit 2cdfcf272d ("memory: assign MemoryRegionOps to all > regions"), all newly created regions are assigned with > unassigned_mem_ops (which might be then overwritten). > > When using aliased container regions, and t

[PATCH v4] memory: Directly dispatch alias accesses on origin memory region

2021-04-17 Thread Philippe Mathieu-Daudé
Since commit 2cdfcf272d ("memory: assign MemoryRegionOps to all regions"), all newly created regions are assigned with unassigned_mem_ops (which might be then overwritten). When using aliased container regions, and there is no region mapped at address 0 in the container, the memory_region_dispatch