Re: [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers

2023-11-02 Thread Bernhard Beschow
Am 30. Oktober 2023 03:36:44 UTC schrieb "Philippe Mathieu-Daudé" : >Hi Bernhard, > >On 28/10/23 14:24, Bernhard Beschow wrote: >> Tracing the host pointer of the accessed MemoryRegion seems to be a debug >> feature for developing QEMU itself. When analyzing guest behavior by >> comparing >> t

Re: [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers

2023-10-29 Thread Philippe Mathieu-Daudé
Hi Bernhard, On 28/10/23 14:24, Bernhard Beschow wrote: Tracing the host pointer of the accessed MemoryRegion seems to be a debug feature for developing QEMU itself. When analyzing guest behavior by comparing traces, these pointers generate a lot of noise since the pointers differ between QEMU i

[PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers

2023-10-28 Thread Bernhard Beschow
Tracing the host pointer of the accessed MemoryRegion seems to be a debug feature for developing QEMU itself. When analyzing guest behavior by comparing traces, these pointers generate a lot of noise since the pointers differ between QEMU invocations, making this task harder than it needs to be. Mo