Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.h | Michael S. Tsirkin | 2013-07-29 | 1 | -0/+1 |
| | | | | | | | | | | | Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Message-id: 1375109277-25561-2-git-send-email-imammedo@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | ||||
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+27 |
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |