Re: [PATCH 2/3] exec: avoid using C++ keywords in function parameters

2024-06-20 Thread Paolo Bonzini
On 6/19/24 00:45, Roman Kiryanov wrote: to use the QEMU headers with a C++ compiler. Google-Bug-Id: 331190993 Change-Id: Ic4e49b9c791616bb22c973922772b0494706092c Signed-off-by: Roman Kiryanov --- include/exec/memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 2/3] exec: avoid using C++ keywords in function parameters

2024-06-19 Thread Richard Henderson
On 6/19/24 03:22, Philippe Mathieu-Daudé wrote: On 19/6/24 00:45, Roman Kiryanov wrote: to use the QEMU headers with a C++ compiler. Google-Bug-Id: 331190993 Change-Id: Ic4e49b9c791616bb22c973922772b0494706092c Signed-off-by: Roman Kiryanov ---   include/exec/memory.h | 4 ++--   1 file

Re: [PATCH 2/3] exec: avoid using C++ keywords in function parameters

2024-06-19 Thread Philippe Mathieu-Daudé
On 19/6/24 00:45, Roman Kiryanov wrote: to use the QEMU headers with a C++ compiler. Google-Bug-Id: 331190993 Change-Id: Ic4e49b9c791616bb22c973922772b0494706092c Signed-off-by: Roman Kiryanov --- include/exec/memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 2/3] exec: avoid using C++ keywords in function parameters

2024-06-18 Thread Richard Henderson
On 6/18/24 15:45, Roman Kiryanov wrote: to use the QEMU headers with a C++ compiler. Google-Bug-Id: 331190993 Change-Id: Ic4e49b9c791616bb22c973922772b0494706092c Signed-off-by: Roman Kiryanov --- include/exec/memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by:

[PATCH 2/3] exec: avoid using C++ keywords in function parameters

2024-06-18 Thread Roman Kiryanov
to use the QEMU headers with a C++ compiler. Google-Bug-Id: 331190993 Change-Id: Ic4e49b9c791616bb22c973922772b0494706092c Signed-off-by: Roman Kiryanov --- include/exec/memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/exec/memory.h