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
/
intc
/
apic.c
Age
Commit message (
Expand
)
Author
2024-03-08
hw/intc/apic: fix memory leak
Paolo Bonzini
2024-02-14
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
apic: add support for x2APIC mode
Bui Quang Minh
2024-02-14
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2023-04-28
apic: disable reentrancy detection for apic-msi
Alexander Bulekov
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-06
KVM: x86: deprecate -M kernel-irqchip=off except for -M isapc
Paolo Bonzini
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-09-09
Use DECLARE_*CHECKER* when possible (--force mode)
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
apic: Report current_count via 'info lapic'
Jan Kiszka
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-10-22
hw/intc/apic: reject pic ints if isa_pic == NULL
Sergio Lopez
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
2018-08-23
hw/intc/apic: Switch away from old_mmio
Peter Maydell
2017-12-22
apic: add function to apic that will be used by hvf
Sergio Andres Gomez Del Real
2016-10-17
apic: add send_msi() to APICCommonClass
Radim Krčmář
2016-09-15
pc: apic: introduce APIC macro
Wanpeng Li
2016-07-20
(kvm)apic: Add unrealize callbacks
Igor Mammedov
2016-07-20
apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]
Igor Mammedov
2016-07-20
apic: move MAX_APICS check to 'apic' class
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
2015-09-25
apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS
Pavel Butsykin
2015-09-25
apic_internal.h: make some apic_get_* functions externally visible
Pavel Butsykin
2015-06-02
apic: convert ->busdev.qdev casts to C casts
Zhu Guihua
2014-11-24
apic: fix incorrect handling of ExtINT interrupts wrt processor priority
Paolo Bonzini
2014-11-24
apic: fix loss of IPI due to masked ExtINT
Paolo Bonzini
2014-11-24
apic: avoid getting out of halted state on masked PIC interrupts
Paolo Bonzini
2014-08-15
apic: Fix reported DFR content
Jan Kiszka
2014-05-07
apic: use emulated lapic version 0x14 on pc machines >= 2.1
Gabriel L. Somlo
2014-04-27
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
2014-03-27
hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
Peter Maydell
2014-02-11
exec: Make cpu_physical_memory_write_rom input an AS
Edgar E. Iglesias
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
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-02
apic: rename apic specific bitopts
Michael S. Tsirkin
2013-05-01
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-04-08
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini