mbox series

[0/5] contrib/plugins: Build fixes for Darwin

Message ID 20230907105004.88600-1-philmd@linaro.org
Headers show
Series contrib/plugins: Build fixes for Darwin | expand

Message

Philippe Mathieu-Daudé Sept. 7, 2023, 10:49 a.m. UTC
Trivial:
- Fix string formats
- Link with GLib

Alex, Thomas: FWIW, plugins aren't build on CI.

Based-on: <20230907101811.469236-1-pbonzini@redhat.com>

Philippe Mathieu-Daudé (5):
  contrib/plugins/cache: Fix string format
  contrib/plugins/drcov: Fix string format
  contrib/plugins/howvec: Fix string format
  contrib/plugins/lockstep: Fix string format
  contrib/plugins: Link with GLib

 contrib/plugins/cache.c    | 19 ++++++++++---------
 contrib/plugins/drcov.c    |  2 +-
 contrib/plugins/howvec.c   |  6 ++++--
 contrib/plugins/lockstep.c | 11 ++++++++---
 contrib/plugins/Makefile   |  1 +
 5 files changed, 24 insertions(+), 15 deletions(-)

Comments

Paolo Bonzini Sept. 7, 2023, 10:57 a.m. UTC | #1
On 9/7/23 12:49, Philippe Mathieu-Daudé wrote:
> - Fix string formats
> - Link with GLib
> 
> Alex, Thomas: FWIW, plugins aren't build on CI.

They become tested with my patch "configure: unify recursion into 
sub-Makefiles", which is how I got into this business.  So I'll queue 
these patches and include them in my next pull request.

Paolo

> Based-on:<20230907101811.469236-1-pbonzini@redhat.com>
Philippe Mathieu-Daudé Sept. 7, 2023, 11:24 a.m. UTC | #2
On 7/9/23 12:57, Paolo Bonzini wrote:
> On 9/7/23 12:49, Philippe Mathieu-Daudé wrote:
>> - Fix string formats
>> - Link with GLib
>>
>> Alex, Thomas: FWIW, plugins aren't build on CI.
> 
> They become tested with my patch "configure: unify recursion into 
> sub-Makefiles", which is how I got into this business.  So I'll queue 
> these patches and include them in my next pull request.

Thanks!