index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
kvm
/
apic.c
Age
Commit message (
Expand
)
Author
2021-06-05
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-10
target/i386: Support up to 32768 CPUs without IRQ remapping
David Woodhouse
2020-10-14
i386/kvm: Remove IRQ routing support checks
Eduardo Habkost
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-10-31
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2016-10-24
pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC mode
Igor Mammedov
2016-10-17
apic: add send_msi() to APICCommonClass
Radim Krčmář
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2016-09-22
kvm: apic: set APIC base as part of kvm_apic_put
Dr. David Alan Gilbert
2016-09-19
kvm/apic: drop debugging
Michael S. Tsirkin
2016-09-13
x86/lapic: Load LAPIC state at post_load
Dr. David Alan Gilbert
2016-07-20
(kvm)apic: Add unrealize callbacks
Igor Mammedov
2016-07-20
apic: kvm-apic: Fix crash due to access to freed memory region
Igor Mammedov
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2016-01-29
x86: Clean up includes
Peter Maydell
2014-12-15
kvm/apic: fix 2.2->2.1 migration
Paolo Bonzini
2014-11-13
apic_common: migrate missing fields
Pavel Dovgalyuk
2013-12-24
apic: QOM'ify APIC
xiaoqiang zhao
2013-12-24
apic: Cleanup for QOM'ification
xiaoqiang zhao
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-28
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-05-01
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-04-08
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini