-devel@nongnu.org
Subject: Re: [Qemu-devel] ACPI support
Thanks!
Actually, I don't need the whole ACPI mechanism working.
On the real target, I want to use the power button to initiate a reboot.
Such a thing can be done with something like:
cat /proc/acpi/event | grep specific_event > /
Thanks!
Actually, I don't need the whole ACPI mechanism working.
On the real target, I want to use the power button to initiate a reboot.
Such a thing can be done with something like:
cat /proc/acpi/event | grep specific_event > /dev/null && reboot
In the qemu, I never get to load the relevant ke
This is an interesting topic, however, not an easy task :)
The patch is for APIC support, and only contains one ACPI MADT entry, which is
far from full ACPI support. So you may like to call it an APIC patch rather
than ACPI patch.
If you want to test power management of embedded system with q