summary refs log tree commit diff stats
path: root/hw/intc/apic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* apic: rename apic specific bitoptsMichael S. Tsirkin2013-06-021-21/+21
| | | | | | | | | | | apic has its own version of bitops, with the difference that it works on u32 and not long. Add apic_ prefix to avoid namespace clashes. We should look into reusing standard bitops long-term, but that's not entirely trivial. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-1/+1
| | | | | | | | Put APIC_SPACE_SIZE in a public header so that it can be reused elsewhere later. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+911
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>