aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/hw/acpi.c
Commit message (Collapse)AuthorAgeFilesLines
* [ioemu] Update to qemu 0.90.Christian Limpach2007-05-091-373/+281
| | | | Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
* [qemu] Update ioemu to qemu 0.8.2.chris@kneesaa.uk.xensource.com2006-08-071-0/+615
| | | | | Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
* Remove qemu 0.6.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-121-178/+0
| | | | | | Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
* Add rudimentary ACPI support which allows a fully virtualized domainkaf24@firebug.cl.cam.ac.uk2006-05-151-0/+178
to perform a poweroff via the S5 state. This involves adding S5 information to the ASL file; adding ACPI I/O address processing to qemu and modifying the FADT to point to these specific I/O addresses. Note that this is a rudimentary implementation, which is expected to allow growth over time. Currently, only allow/detect writes to one of the PM registers, even though the S5 package specifies data for both. Currently, this is sufficient for the kernels tested. (Specifically, use of _PST, and _GST and other methods are unnecessary and not implemented.) Signed-off-by: Ben Thomas <ben@virtualiron.com>