aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/apic.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-7/+7
2016-10-24pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov1-2/+10
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář1-6/+13
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-3/+2
2016-09-22kvm: apic: set APIC base as part of kvm_apic_putDr. David Alan Gilbert1-0/+2
2016-09-19kvm/apic: drop debuggingMichael S. Tsirkin1-1/+0
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert1-2/+25
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov1-0/+5
2016-07-20apic: kvm-apic: Fix crash due to access to freed memory regionIgor Mammedov1-2/+2
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini1-3/+7
2014-11-13apic_common: migrate missing fieldsPavel Dovgalyuk1-0/+3
2013-12-24apic: QOM'ify APICxiaoqiang zhao1-2/+4
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao1-4/+4
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber1-1/+1
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-1/+1
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini1-0/+209