Statistics
| Branch: | Revision:

root / hw / acpi / core.c @ a8aec295

History | View | Annotate | Download (18.1 kB)

# Date Author Comment
2d3b9895 05/14/2013 04:53 pm Gerd Hoffmann

acpi: add dummy write function for acpi timer

Otherwise the guest can crash qemu (NULL pointer dereference).

https://bugzilla.redhat.com/show_bug.cgi?id=947691

Signed-off-by: Gerd Hoffmann <>
Reviewed-by: Laszlo Ersek <>...

49ab747f 04/08/2013 07:13 pm Paolo Bonzini

hw: move target-independent files to subdirectories

This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.

Signed-off-by: Paolo Bonzini <>