Re: [RFC PATCH] tests/docker: merge debian-native with debian-amd64

2023-11-08 Thread Anders Roxell
people to use it to build a native QEMU. > > Rename it so it follows the same non-arch pattern of the other distro > containers. > > Signed-off-by: Alex Bennée > Cc: Anders Roxell I tried it on my arm machine and it worked as expected. And this should work for me Tes

Re: [RFC PATCH] target/arm: update the cortex-a15 MIDR to latest rev

2022-09-06 Thread Anders Roxell
kernel (29s->24s). > > Signed-off-by: Alex Bennée > Cc: Arnd Bergmann > Cc: Anders Roxell Tested-by: Anders Roxell > --- > target/arm/cpu_tcg.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu

Re: [RFC PATCH] gitlab: add a binary build to project registry

2022-07-11 Thread Anders Roxell
On Wed, 22 Jun 2022 at 17:06, Daniel P. Berrangé wrote: > > On Wed, Jun 22, 2022 at 03:43:54PM +0100, Alex Bennée wrote: > > > > Peter Maydell writes: > > > > > On Wed, 22 Jun 2022 at 13:33, Alex Bennée wrote: > > >> > > >> There have been requests from other projects such LKFT to have > > >> "o

Re: [RFC PATCH] tests/docker: add a debian-native image and make available

2021-10-07 Thread Anders Roxell
he dependencies themselves. > > We disable the registry because we currently don't have multi-arch > support there. > > Signed-off-by: Alex Bennée > Cc: Anders Roxell Thank you for doing this Alex, Tested-by: Anders Roxell Cheers, Anders > --- > tests/docker/Makef