summaryrefslogtreecommitdiffstats
path: root/hw/i386/kvm/apic.c
Commit message (Expand)AuthorAgeFilesLines
* i386/kvm: Remove IRQ routing support checksEduardo Habkost2020-10-141-3/+2Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-0/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
* *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-7/+7
* pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov2016-10-241-2/+10
* apic: add send_msi() to APICCommonClassRadim Krčmář2016-10-171-6/+13
* cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-271-3/+2Star
* kvm: apic: set APIC base as part of kvm_apic_putDr. David Alan Gilbert2016-09-221-0/+2
* kvm/apic: drop debuggingMichael S. Tsirkin2016-09-191-1/+0Star
* x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert2016-09-131-2/+25
* (kvm)apic: Add unrealize callbacksIgor Mammedov2016-07-201-0/+5
* apic: kvm-apic: Fix crash due to access to freed memory regionIgor Mammedov2016-07-201-2/+2
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2014-12-151-3/+7
* apic_common: migrate missing fieldsPavel Dovgalyuk2014-11-131-0/+3
* apic: QOM'ify APICxiaoqiang zhao2013-12-241-2/+4
* apic: Cleanup for QOM'ificationxiaoqiang zhao2013-12-241-4/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-1/+1
* target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-1/+1
* hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini2013-04-081-0/+209