[PATCH 0/2] Make mock-noinline.py work again

Michal Privoznik via Devel posted 2 patches 7 months, 3 weeks ago
Failed in applying to current master (apply log)
scripts/mock-noinline.py | 3 ++-
src/util/virfirewalld.h  | 2 +-
src/util/virhostcpu.h    | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
[PATCH 0/2] Make mock-noinline.py work again
Posted by Michal Privoznik via Devel 7 months, 3 weeks ago
*** BLURB HERE ***

Michal Prívozník (2):
  util: Add missing G_NO_INLINE annotation
  scripts: Fix reading list of files in mock-noinline.py

 scripts/mock-noinline.py | 3 ++-
 src/util/virfirewalld.h  | 2 +-
 src/util/virhostcpu.h    | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] Make mock-noinline.py work again
Posted by Peter Krempa via Devel 7 months, 3 weeks ago
On Mon, Apr 28, 2025 at 13:47:48 +0200, Michal Privoznik via Devel wrote:
> *** BLURB HERE ***

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
> 
> Michal Prívozník (2):
>   util: Add missing G_NO_INLINE annotation
>   scripts: Fix reading list of files in mock-noinline.py