Re: [PATCH] qemu: S390 does not provide physical address size

2023-07-19 Thread Michal Prívozník
On 7/14/23 16:38, Boris Fiuczynski wrote: > Commit be1b7d5b18 introduced parsing /proc/cpuinfo for "address size" > which is not including on S390 and therefore reports an internal error. > Lets remove the parsing on S390. > > Signed-off-by: Boris Fiuczynski > Reviewed-by: Marc Hartmayer >

[PATCH] qemu: S390 does not provide physical address size

2023-07-14 Thread Boris Fiuczynski
Commit be1b7d5b18 introduced parsing /proc/cpuinfo for "address size" which is not including on S390 and therefore reports an internal error. Lets remove the parsing on S390. Signed-off-by: Boris Fiuczynski Reviewed-by: Marc Hartmayer Reviewed-by: Collin Walling --- src/cpu/cpu_x86.c