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
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
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
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