Re: [PATCH v9 23/23] plugins: Support C++

2023-10-11 Thread Daniel P . Berrangé
On Thu, Oct 12, 2023 at 01:42:04AM +0900, Akihiko Odaki wrote: > On 2023/10/12 1:21, Thomas Huth wrote: > > On 11/10/2023 17.48, Akihiko Odaki wrote: > > > On 2023/10/11 17:51, Daniel P. Berrangé wrote: > > > > On Wed, Oct 11, 2023 at 04:03:09PM +0900, Akihiko Odaki wrote: > > > > > Make qemu-plugi

Re: [PATCH v9 23/23] plugins: Support C++

2023-10-11 Thread Akihiko Odaki
On 2023/10/12 1:21, Thomas Huth wrote: On 11/10/2023 17.48, Akihiko Odaki wrote: On 2023/10/11 17:51, Daniel P. Berrangé wrote: On Wed, Oct 11, 2023 at 04:03:09PM +0900, Akihiko Odaki wrote: Make qemu-plugin.h consumable for C++ platform. Signed-off-by: Akihiko Odaki ---   docs/devel/tcg-plu

Re: [PATCH v9 23/23] plugins: Support C++

2023-10-11 Thread Thomas Huth
On 11/10/2023 17.48, Akihiko Odaki wrote: On 2023/10/11 17:51, Daniel P. Berrangé wrote: On Wed, Oct 11, 2023 at 04:03:09PM +0900, Akihiko Odaki wrote: Make qemu-plugin.h consumable for C++ platform. Signed-off-by: Akihiko Odaki ---   docs/devel/tcg-plugins.rst |  4   meson.build

Re: [PATCH v9 23/23] plugins: Support C++

2023-10-11 Thread Akihiko Odaki
On 2023/10/11 17:51, Daniel P. Berrangé wrote: On Wed, Oct 11, 2023 at 04:03:09PM +0900, Akihiko Odaki wrote: Make qemu-plugin.h consumable for C++ platform. Signed-off-by: Akihiko Odaki --- docs/devel/tcg-plugins.rst | 4 meson.build| 2 +- include/qemu/qemu-plugin.

Re: [PATCH v9 23/23] plugins: Support C++

2023-10-11 Thread Daniel P . Berrangé
On Wed, Oct 11, 2023 at 04:03:09PM +0900, Akihiko Odaki wrote: > Make qemu-plugin.h consumable for C++ platform. > > Signed-off-by: Akihiko Odaki > --- > docs/devel/tcg-plugins.rst | 4 > meson.build| 2 +- > include/qemu/qemu-plugin.h | 4 > tests/plugin/cc.cc

[PATCH v9 23/23] plugins: Support C++

2023-10-11 Thread Akihiko Odaki
Make qemu-plugin.h consumable for C++ platform. Signed-off-by: Akihiko Odaki --- docs/devel/tcg-plugins.rst | 4 meson.build| 2 +- include/qemu/qemu-plugin.h | 4 tests/plugin/cc.cc | 16 tests/plugin/meson.build | 5 + tests/tcg/Make