Sign in
qemu
/
qemu
/
ad9671b8700ac491564d964f79ee9d1f106756ae
/
hw
/
intc
/
apic.c
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
226419d
msi_supported -> msi_nonbroken
by Michael S. Tsirkin
· 9 years ago
b6a0aa0
x86: Clean up includes
by Peter Maydell
· 9 years ago
a22bf99
apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESS
by Pavel Butsykin
· 9 years ago
82a5e04
apic_internal.h: make some apic_get_* functions externally visible
by Pavel Butsykin
· 9 years ago
be9f8a0
apic: convert ->busdev.qdev casts to C casts
by Zhu Guihua
· 10 years ago
5224c88
apic: fix incorrect handling of ExtINT interrupts wrt processor priority
by Paolo Bonzini
· 10 years ago
8092cb7
apic: fix loss of IPI due to masked ExtINT
by Paolo Bonzini
· 10 years ago
60e6804
apic: avoid getting out of halted state on masked PIC interrupts
by Paolo Bonzini
· 10 years ago
d6c140a
apic: Fix reported DFR content
by Jan Kiszka
· 10 years ago
aa93200
apic: use emulated lapic version 0x14 on pc machines >= 2.1
by Gabriel L. Somlo
· 11 years ago
eb6282f
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
by Stefan Weil
· 11 years ago
6d55574
hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
by Peter Maydell
· 11 years ago
2a22165
exec: Make cpu_physical_memory_write_rom input an AS
by Edgar E. Iglesias
· 11 years ago
ff6986c
apic: QOM'ify APIC
by xiaoqiang zhao
· 11 years ago
d3b0c9e
apic: Cleanup for QOM'ification
by xiaoqiang zhao
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
1437c94
hw/i*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
edf9735
apic: rename apic specific bitopts
by Michael S. Tsirkin
· 12 years ago
baaeda0
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
by Igor Mammedov
· 12 years ago
7702e47
hw: move interrupt controllers to hw/intc/, configure with default-configs/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/apic.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
d8ed887
exec: Pass CPUState to cpu_reset_interrupt()
by Andreas Färber
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
60e8257
cpus: Pass CPUState to qemu_cpu_is_self()
by Andreas Färber
· 13 years ago
e9f9d6b
target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
by Andreas Färber
· 13 years ago
60671e5
apic: Store X86CPU in APICCommonState
by Andreas Färber
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
5d62c43
apic: Defer interrupt updates to VCPU thread
by Jan Kiszka
· 13 years ago
a94820d
apic: Reevaluate pending interrupts on LVT_LINT0 changes
by Jan Kiszka
· 13 years ago
3db3659
apic: Resolve potential endless loop around apic_update_irq
by Jan Kiszka
· 13 years ago
9886c23
Introduce apic-msidef.h
by Anthony PERARD
· 13 years ago
08a82ac
pc: Enable MSI support at APIC level
by Jan Kiszka
· 13 years ago
e5ad936
kvmvapic: Introduce TPR access optimization for Windows guests
by Jan Kiszka
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
7a380ca
apic: Open-code timer save/restore
by Jan Kiszka
· 13 years ago
dae0168
apic: Factor out base class for KVM reuse
by Jan Kiszka
· 13 years ago
343270e
apic: Introduce apic_report_irq_delivered
by Jan Kiszka
· 13 years ago
02c0919
apic: Inject external NMI events via LINT1
by Jan Kiszka
· 13 years ago
ab388a9
apic: Stop timer on reset
by Jan Kiszka
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
d96e173
pc: Fix and clean up PIC-to-APIC IRQ path
by Jan Kiszka
· 13 years ago
1f6f408
target-i386: Remove unused polarity arguments from APIC API
by Jan Kiszka
· 13 years ago
312b423
apic: convert to memory API
by Avi Kivity
· 13 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
0fbfbb5
correctly check ppr priority during interrupt injection]
by Gleb Natapov
· 14 years ago
0280b57
ioapic: Implement EOI handling for level-triggered IRQs
by Jan Kiszka
· 14 years ago
f5095c6
apic: Fix accidental use of SoftFloat uint32 type
by Andreas Färber
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
b538e53
apic: Don't iterate past last used apic
by Alex Williamson
· 14 years ago
d8023f3
apic: convert debug printf statements to tracepoints
by Blue Swirl
· 14 years ago
92a16d7
apic: qdev conversion cleanup
by Blue Swirl
· 15 years ago
8546b09
apic: convert to qdev
by Blue Swirl
· 15 years ago
0e26b7b
apic: avoid using CPUState internals
by Blue Swirl
· 15 years ago
4a942ce
apic: avoid passing CPUState from CPU code
by Blue Swirl
· 15 years ago
cf6d64b
apic: avoid passing CPUState from devices
by Blue Swirl
· 15 years ago
0a3c592
apic: improve debugging
by Blue Swirl
· 15 years ago
aa28b9b
Move x86 specific PC declarations to a separate file
by Blue Swirl
· 15 years ago
ea375f9
KVM: Rework VCPU state writeback API
by Jan Kiszka
· 15 years ago
c169998
v3: don't call reset functions on cpu initialization
by Glauber Costa
· 15 years ago
19a2223
set correct CS seg limit and flags on sipi
by Gleb Natapov
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
1c3173b
Revert "don't call cpu_sychronize_state from reset handlers"
by Anthony Liguori
· 15 years ago
733318e
don't call cpu_sychronize_state from reset handlers
by Glauber Costa
· 15 years ago
4c0960c
kvm: Simplify cpu_synchronize_state()
by Avi Kivity
· 15 years ago
695dcf7
Port apic to new VMState design
by Juan Quintela
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
8d2ba1f
kvm: Rework VCPU synchronization
by Jan Kiszka
· 16 years ago
54c96da
qemu/apic: minimal MSI/MSI-X implementation for PC
by Michael S. Tsirkin
· 16 years ago
b09ea7d
Handle init/sipi in a main cpu exec loop. (v2)
by Gleb Natapov
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
678e12c
Don't use cpu_index as apic_id.
by Gleb Natapov
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
2c7c13d
apic: Fix access to non-existent APIC
by aurel32
· 16 years ago
610626a
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
by aliguori
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
73822ec
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
16b29ae
Add HPET emulation to qemu (Beth Kon)
by aliguori
· 16 years ago
3b63c04
Revert "hw/apic.c: use fls() from host-utils"
by aurel32
· 16 years ago
d34ca59
hw/apic.c: use fls() from host-utils
by aurel32
· 16 years ago
bb7e729
hw/apic.c: use functions from host-utils.h
by aurel32
· 16 years ago
bad5b1e
Define macro QEMU_GNUC_PREREQ and use it
by aurel32
· 16 years ago
5b7ada4
Only use __builtin_* with GCC >= 3.4
by aurel32
· 16 years ago
e95f549
hw/apic.c: use __builtin funtions instead of assembly code
by aurel32
· 16 years ago
3003b8b
Reset CPU on INIT IPI
by aurel32
· 16 years ago
5a964d9
hw/apic.c: use bsr and bsf on x86_64
by aurel32
· 16 years ago
fec5fa0
Reset I32_APIC_BASE on system RESET
by aurel32
· 16 years ago
1a7de94
De-assert PIC IRQs properly at APIC level
by aurel32
· 16 years ago
681f8c2
APIC: Do not start zero-period timers (Jan Kiszka)
by aliguori
· 16 years ago
Next »