summaryrefslogtreecommitdiff
path: root/hw/intc/apic_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27Revert "apic: save apic_delivered flag"Paolo Bonzini1-33/+0
2017-02-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert1-1/+1
2017-01-27apic: save apic_delivered flagPavel Dovgalyuk1-0/+33
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin1-1/+2
2016-10-24pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC modeIgor Mammedov1-0/+5
2016-10-24pc: apic_common: Restore APIC ID to initial ID on resetIgor Mammedov1-0/+1
2016-10-24pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov1-1/+45
2016-10-17apic: add global apic_get_class()Radim Krčmář1-0/+1
2016-07-20apic: Use apic_id as apic's migration instance_idIgor Mammedov1-1/+11
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov1-0/+13
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov1-8/+0
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan1-3/+2
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan1-6/+0
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+4
2015-04-30apic_common: improve readability of apic_reset_commonDenis V. Lunev1-4/+3
2015-04-28target-i386: disable LINT0 after resetNadav Amit1-9/+0
2015-04-02target-i386: clear bsp bit when designating bspNadav Amit1-2/+6
2015-01-26apic: do not dereference pointer before it is checked for NULLPaolo Bonzini1-3/+5
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini1-0/+5
2014-11-13apic_common: migrate missing fieldsPavel Dovgalyuk1-0/+38
2014-05-13apic: do not accept SIPI on the bootstrap processorPaolo Bonzini1-1/+1
2014-05-07apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo1-0/+1
2014-04-01trace: add workaround for SystemTap PR13296Frank Ch. Eigler1-1/+6
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao1-6/+7
2013-12-24apic: QOM'ify APICxiaoqiang zhao1-1/+1
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao1-30/+30
2013-12-23apic: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov1-6/+12
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+402