Re: [PATCH 1/4] conf: add loader type 'none'

2023-03-23 Thread Andrea Bolognani
On Wed, Mar 22, 2023 at 04:52:34PM +, Daniel P. Berrangé wrote: > On Wed, Mar 22, 2023 at 11:37:10AM -0500, Andrea Bolognani wrote: > > Note that the firmware descriptor format already supports u-boot as > > the firmware type. So in the long run ideally you'd only need to > > specify > > > >

Re: [PATCH] vfio/pci: Propagate ACPI notifications to the user-space

2023-03-23 Thread Alex Williamson
On Thu, 9 Mar 2023 14:41:23 +0100 Grzegorz Jaszczyk wrote: > czw., 9 mar 2023 o 00:38 Alex Williamson > napisał(a): > > > > On Wed, 8 Mar 2023 14:44:28 -0800 > > Dominik Behr wrote: > > > > > On Wed, Mar 8, 2023 at 12:06 PM Alex Williamson > > > wrote: > > > > > > > > On Wed, 8 Mar 2023

[PATCH] meson: Work around configure_file(copy:true) deprecation

2023-03-23 Thread Michal Privoznik
In our meson scripts, we use configure_file(copy:true) to copy files from srcdir into builddir. However, as of meson-0.64.0, this is deprecated [1] in favor of using: fs = import('fs') fs.copyfile(in, out) Except, the submodule's new method wasn't introduced until 0.64.0. And since we can't

Re: [PATCH] ci: Add OpenSUSE leap 15.4 job

2023-03-23 Thread Michal Prívozník
On 3/23/23 15:53, Peter Krempa wrote: > As a precursor to dropping the EOL OpenSUSE 15.3 job add first the > definitions for the replacement version. > > Signed-off-by: Peter Krempa > --- > > Posting this one separately so that we validate that the container > images can be built successfully

[PATCH] ci: Add OpenSUSE leap 15.4 job

2023-03-23 Thread Peter Krempa
As a precursor to dropping the EOL OpenSUSE 15.3 job add first the definitions for the replacement version. Signed-off-by: Peter Krempa --- Posting this one separately so that we validate that the container images can be built successfully before converting any jobs. I've witnessed some

Re: [PATCH] ci: Switch to OpenSUSE leap 15.4

2023-03-23 Thread Ján Tomko
On a Thursday in 2023, Peter Krempa wrote: The '15.3' version is EOL now: https://get.opensuse.org/leap/15.3/ Also switch the 'codestyle' job to the appropriate container image. Double space ---^^ Signed-off-by: Peter Krempa --- .gitlab-ci.yml | 8

Re: [PATCH] ci: Switch to OpenSUSE leap 15.4

2023-03-23 Thread Michal Prívozník
On 3/23/23 10:31, Peter Krempa wrote: > The '15.3' version is EOL now: > > https://get.opensuse.org/leap/15.3/ > > Also switch the 'codestyle' job to the appropriate container image. > > Signed-off-by: Peter Krempa > --- > .gitlab-ci.yml | 8

[PATCH] ci: Switch to OpenSUSE leap 15.4

2023-03-23 Thread Peter Krempa
The '15.3' version is EOL now: https://get.opensuse.org/leap/15.3/ Also switch the 'codestyle' job to the appropriate container image. Signed-off-by: Peter Krempa --- .gitlab-ci.yml | 8 .../{opensuse-leap-153.sh => opensuse-leap-154.sh} |