Re: [PATCH] trace/simple: seperate hot paths of tracing fucntions

2025-05-26 Thread Tanish Desai
2025, 21:01 Stefan Hajnoczi ha > scritto: > >> > >> On Mon, May 19, 2025 at 2:52 PM Tanish Desai > wrote: > >> > > >> > Remove hot paths from .c file and added it in .h file to keep it > inline. > >> > >> Please include performance res

[PATCH] trace/simple: seperate hot paths of tracing fucntions

2025-05-19 Thread Tanish Desai
Remove hot paths from .c file and added it in .h file to keep it inline. Signed-off-by: Tanish Desai --- scripts/tracetool/backend/simple.py | 23 ++- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/scripts/tracetool/backend/simple.py b/scripts/tracetool

Re: [PATCH] Fix duplicate symbol error on MacOS build

2025-03-19 Thread Tanish Desai
7:19 PM, Philippe Mathieu-Daudé wrote: > On 19/3/25 14:44, Peter Maydell wrote: > > On Wed, 19 Mar 2025 at 12:53, Tanish Desai > wrote: > >> > >> The issue started after commit > https://github.com/qemu/qemu/commit/59f4d65584bd3372070e2484876436c8d02505e4 >

[PATCH] Fix duplicate symbol error on MacOS build

2025-03-19 Thread Tanish Desai
UST is true, X_PL011_RUST should be selected instead of CONFIG_PL011. Signed-off-by: Tanish Desai --- hw/vmapple/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/vmapple/Kconfig b/hw/vmapple/Kconfig index 2382b297672..01bcbf40e00 100644 --- a/hw/vmapple/Kconfig +++ b/hw