aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/apic.c
AgeCommit message (Expand)Author
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini
2016-10-24pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-09-22kvm: apic: set APIC base as part of kvm_apic_putDr. David Alan Gilbert
2016-09-19kvm/apic: drop debuggingMichael S. Tsirkin
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov
2016-07-20apic: kvm-apic: Fix crash due to access to freed memory regionIgor Mammedov
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-01-29x86: Clean up includesPeter Maydell
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini
2014-11-13apic_common: migrate missing fieldsPavel Dovgalyuk
2013-12-24apic: QOM'ify APICxiaoqiang zhao
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini