Re: [PATCH v2 2/4] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-12 Thread Samuel Thibault
Damien Zammit, le lun. 12 sept. 2022 10:39:45 +, a ecrit: > This allows clean shutdown of all modern x86 machines > (not just qemu) by using the acpi translator to call > into libacpica code. Applied, thanks! > --- > shutdown/Makefile| 2 +- > shutdown/acpi_shutdown.c | 66 -

[PATCH v2 2/4] shutdown: Use new acpi RPC to halt machine, clean up

2022-09-12 Thread Damien Zammit
This allows clean shutdown of all modern x86 machines (not just qemu) by using the acpi translator to call into libacpica code. --- shutdown/Makefile| 2 +- shutdown/acpi_shutdown.c | 66 shutdown/acpi_shutdown.h | 18 --- shutdown/shutdown