summaryrefslogtreecommitdiff
path: root/hw/i386/kvm/apic.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-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>
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini1-0/+209
Peter requested the KVM GIC to be in hw/intc. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>