Re: [PATCH 1/3] exec: Make the MemOp enum cast explicit

2024-06-19 Thread Philippe Mathieu-Daudé
On 19/6/24 12:40, 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 I searched for this on https://developers.google.com/issue-tracker/concepts/searches but no hit, is this public information? Chang

Re: [PATCH 1/3] exec: Make the MemOp enum cast explicit

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: I785f2e65d192287f1f964d2840131b653755648c Signed-off-by: Roman Kiryanov --- include/exec/memop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Phili

Re: [PATCH 1/3] exec: Make the MemOp enum cast explicit

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: I785f2e65d192287f1f964d2840131b653755648c Signed-off-by: Roman Kiryanov --- include/exec/memop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includ

[PATCH 1/3] exec: Make the MemOp enum cast explicit

2024-06-18 Thread Roman Kiryanov
to use the QEMU headers with a C++ compiler. Google-Bug-Id: 331190993 Change-Id: I785f2e65d192287f1f964d2840131b653755648c Signed-off-by: Roman Kiryanov --- include/exec/memop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exec/memop.h b/include/exec/memop.h index