Re: [PATCH 03/13] microvm: add isa-acpi device

2020-03-20 Thread Igor Mammedov
On Fri, 20 Mar 2020 09:22:58 +0100 Gerd Hoffmann wrote: > On Thu, Mar 19, 2020 at 02:42:18PM +0100, Igor Mammedov wrote: > > On Thu, 19 Mar 2020 09:01:07 +0100 > > Gerd Hoffmann wrote: > > > > > Minimal ACPI device for PCI-less machines like microvm. > > it seems that x86 kernel is able to

Re: [PATCH 03/13] microvm: add isa-acpi device

2020-03-20 Thread Gerd Hoffmann
On Thu, Mar 19, 2020 at 02:42:18PM +0100, Igor Mammedov wrote: > On Thu, 19 Mar 2020 09:01:07 +0100 > Gerd Hoffmann wrote: > > > Minimal ACPI device for PCI-less machines like microvm. > it seems that x86 kernel is able to boot on hw-reduced acpi systems > (but I haven't really tested any distro

Re: [PATCH 03/13] microvm: add isa-acpi device

2020-03-19 Thread Igor Mammedov
On Thu, 19 Mar 2020 09:01:07 +0100 Gerd Hoffmann wrote: > Minimal ACPI device for PCI-less machines like microvm. it seems that x86 kernel is able to boot on hw-reduced acpi systems (but I haven't really tested any distro kernel, not sure how usable NEMU is) Maybe reusing hw/acpi/generic_event_d

[PATCH 03/13] microvm: add isa-acpi device

2020-03-19 Thread Gerd Hoffmann
Minimal ACPI device for PCI-less machines like microvm. Signed-off-by: Gerd Hoffmann --- hw/acpi/isa-acpi.c| 114 ++ hw/acpi/Makefile.objs | 1 + 2 files changed, 115 insertions(+) create mode 100644 hw/acpi/isa-acpi.c diff --git a/hw/acpi/isa-acpi