Re: [PATCH 1/5] hw/smbios: add core_count2 to smbios table type 4

2022-05-27 Thread Ani Sinha
On Fri, 27 May 2022, Julia Suvorova wrote: > In order to use the increased number of cpus, we need to bring smbios > tables in line with the SMBIOS 3.0 specification. This allows us to > introduce core_count2 which acts as a duplicate of core_count if we have > fewer cores than 256, and contain

Re: [PATCH 4/5] bios-tables-test: add test for number of cores > 255

2022-05-27 Thread Ani Sinha
On Fri, 27 May 2022, Julia Suvorova wrote: > The new test is run with a large number of cpus and checks if the > core_count field in smbios_cpu_test (structure type 4) is correct. > > Choose q35 as it allows to run with -smp > 255. > > Signed-off-by: Julia Suvorova > --- > tests/qtest/bios-ta

Re: [PATCH 3/5] tests/acpi: allow changes for core_count2 test

2022-05-27 Thread Ani Sinha
On Fri, 27 May 2022, Julia Suvorova wrote: > Signed-off-by: Julia Suvorova Acked-by: Ani Sinha > --- > tests/qtest/bios-tables-test-allowed-diff.h | 3 +++ > tests/data/acpi/q35/APIC.core-count2| 0 > tests/data/acpi/q35/DSDT.core-count2| 0 > tests/data/acpi/q35/FACP.core-

Re: [PATCH 00/50] PS2 device QOMification - part 1

2022-05-27 Thread Mark Cave-Ayland
On 24/05/2022 19:25, Helge Deller wrote: Hi Mark, On 5/22/22 20:17, Mark Cave-Ayland wrote: This series came about when looking at improving the LASI PS2 device for the HPPA machine: there were improvements that I was keen to make, but was restricted because the PS2 device(s) weren't QOMified.

Re: [PATCH 2/2] hppa: Fix serial port pass-through

2022-05-27 Thread Mark Cave-Ayland
On 26/05/2022 12:19, Helge Deller wrote: This fixes the serial ports in the emulation to behave as on original hardware. On the real hardware, the LASI UART is serial port #0 and the DINO UART is serial port #1. This is fixed in SEABIOS_HPPA_VERSION >= 6, which is why the latest firmware is req

<    1   2   3   4