Re: [PATCH 08/12] hw/hppa: Require at least SeaBIOS-hppa version 10

2023-10-14 Thread BALATON Zoltan
On Sat, 14 Oct 2023, del...@kernel.org wrote: From: Helge Deller The new SeaBIOS-hppa version 10 includes initial support for PA2.0 CPUs. Patch does a few misc things not mentioned in commit message. Would those need to be split of in separate patch or mentioned here? Regards, BALATON Zolt

[PATCH 08/12] hw/hppa: Require at least SeaBIOS-hppa version 10

2023-10-14 Thread deller
From: Helge Deller The new SeaBIOS-hppa version 10 includes initial support for PA2.0 CPUs. Signed-off-by: Helge Deller --- hw/hppa/machine.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c index cf28cb9586..c6d8deffcf 100644