Re: [PATCH 04/13] microvm: add minimal acpi support.

2020-03-25 Thread Igor Mammedov
On Wed, 25 Mar 2020 10:04:29 +0100 Gerd Hoffmann wrote: > Hi, > > > > +{ > > > +AcpiRsdpData rsdp_data = { > > > +.revision = 0, > > > +.oem_id = ACPI_BUILD_APPNAME6, > > > +.xsdt_tbl_offset = NULL, > > > +.rsdt_tbl_offset = , > >

Re: [PATCH 04/13] microvm: add minimal acpi support.

2020-03-25 Thread Gerd Hoffmann
Hi, > > +{ > > +AcpiRsdpData rsdp_data = { > > +.revision = 0, > > +.oem_id = ACPI_BUILD_APPNAME6, > > +.xsdt_tbl_offset = NULL, > > +.rsdt_tbl_offset = , > are we interested in 32-bit guests? Well, sort-of. seabios runs in 32bit

Re: [PATCH 04/13] microvm: add minimal acpi support.

2020-03-19 Thread Igor Mammedov
On Thu, 19 Mar 2020 09:01:08 +0100 Gerd Hoffmann wrote: > $subject says all. Can be disabled using the usual -no-acpi switch. > > Signed-off-by: Gerd Hoffmann > --- > include/hw/i386/microvm.h | 3 + > hw/i386/acpi-build.c | 124 +++--- >