mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
microvm/acpi: add minimal acpi support
$subject says all. Can be controlled using -M microvm,acpi=on/off. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-id: 20200915120909.20838-9-kraxel@redhat.com
This commit is contained in:
parent
d4e9d577be
commit
8045df14bc
6 changed files with 246 additions and 1 deletions
8
hw/i386/acpi-microvm.h
Normal file
8
hw/i386/acpi-microvm.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef HW_I386_ACPI_MICROVM_H
|
||||
#define HW_I386_ACPI_MICROVM_H
|
||||
|
||||
#include "hw/i386/microvm.h"
|
||||
|
||||
void acpi_setup_microvm(MicrovmMachineState *mms);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue