Sign in
qemu
/
qemu
/
9fe640a53dd8ef33d32ab6e833fa9b6d1356cfae
/
hw
/
intc
/
apic.c
6e083c0
apic: Report current_count via 'info lapic'
by Jan Kiszka
· 5 years ago
b69c3c2
qdev: Unrealize must not fail
by Markus Armbruster
· 4 years, 10 months ago
852c27e
hw: replace hw/i386/pc.h with a header just for the i8259
by Paolo Bonzini
· 5 years ago
78cafff
hw/intc/apic: reject pic ints if isa_pic == NULL
by Sergio Lopez
· 5 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
7d37435
avoid TABs in files that only contain a few
by Paolo Bonzini
· 6 years ago
3c8133f
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
by Peter Maydell
· 6 years ago
21f80e8
hw/intc/apic: Switch away from old_mmio
by Peter Maydell
· 7 years ago
2cb9f06
apic: add function to apic that will be used by hvf
by Sergio Andres Gomez Del Real
· 7 years ago
267ee35
apic: add send_msi() to APICCommonClass
by Radim Krčmář
· 8 years ago
927d5a1
pc: apic: introduce APIC macro
by Wanpeng Li
· 8 years ago
9c156f9
(kvm)apic: Add unrealize callbacks
by Igor Mammedov
· 9 years ago
1dfe328
apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]
by Igor Mammedov
· 9 years ago
889211b
apic: move MAX_APICS check to 'apic' class
by Igor Mammedov
· 9 years ago
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
· 11 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
· 12 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
· 14 years ago
312b423
apic: convert to memory API
by Avi Kivity
· 14 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
· 16 years ago
4c0960c
kvm: Simplify cpu_synchronize_state()
by Avi Kivity
· 16 years ago
695dcf7
Port apic to new VMState design
by Juan Quintela
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 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
Next »