Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile

2023-11-09 Thread Greg Manning
Alex Bennée writes: > Greg Manning writes: > > v1-v2: Added the signed-off-by line. > > v2-v3: Fixed the issue reference. > > > > Greg Manning (1): > > plugins: fix win plugin tests on cross compile > > > > .gitlab-ci.d/crossbuilds.yml | 2 +- > > contrib/plugins/Makefile | 2 +- > > plu

Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile

2023-11-09 Thread Paolo Bonzini
Il gio 9 nov 2023, 17:04 Alex Bennée ha scritto: > Should I drop the other patch I grabbed: > > plugins: Move the windows linking function to qemu > Yes, go ahead and drop it. Paolo > ? > > -- > Alex Bennée > Virtualisation Tech Lead @ Linaro > >

Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile

2023-11-09 Thread Alex Bennée
Greg Manning writes: > v1-v2: Added the signed-off-by line. > v2-v3: Fixed the issue reference. > > Greg Manning (1): > plugins: fix win plugin tests on cross compile > > .gitlab-ci.d/crossbuilds.yml | 2 +- > contrib/plugins/Makefile | 2 +- > plugins/meson.build | 2 +- > tests/

Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile

2023-11-09 Thread Alex Bennée
Greg Manning writes: > v1-v2: Added the signed-off-by line. > v2-v3: Fixed the issue reference. > > Greg Manning (1): > plugins: fix win plugin tests on cross compile > > .gitlab-ci.d/crossbuilds.yml | 2 +- > contrib/plugins/Makefile | 2 +- > plugins/meson.build | 2 +- > tests/

[PATCH v3 0/1] plugins: fix win plugin tests on cross compile

2023-11-09 Thread Greg Manning
v1-v2: Added the signed-off-by line. v2-v3: Fixed the issue reference. Greg Manning (1): plugins: fix win plugin tests on cross compile .gitlab-ci.d/crossbuilds.yml | 2 +- contrib/plugins/Makefile | 2 +- plugins/meson.build | 2 +- tests/plugin/meson.build | 3 ++- 4 files c