index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
apic.c
Age
Commit message (
Expand
)
Author
2010-05-29
apic: improve debugging
Blue Swirl
2010-03-21
Move x86 specific PC declarations to a separate file
Blue Swirl
2010-03-04
KVM: Rework VCPU state writeback API
Jan Kiszka
2009-11-07
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-10-05
set correct CS seg limit and flags on sipi
Gleb Natapov
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-09-11
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
2009-09-09
don't call cpu_sychronize_state from reset handlers
Glauber Costa
2009-08-27
kvm: Simplify cpu_synchronize_state()
Avi Kivity
2009-08-27
Port apic to new VMState design
Juan Quintela
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
kvm: Rework VCPU synchronization
Jan Kiszka
2009-06-24
qemu/apic: minimal MSI/MSI-X implementation for PC
Michael S. Tsirkin
2009-06-22
Handle init/sipi in a main cpu exec loop. (v2)
Gleb Natapov
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-13
Don't use cpu_index as apic_id.
Gleb Natapov
2009-05-22
Introduce reset notifier order
Jan Kiszka
2009-04-08
apic: Fix access to non-existent APIC
aurel32
2009-03-12
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
aliguori
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-15
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
aliguori
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-12-17
Add HPET emulation to qemu (Beth Kon)
aliguori
2008-12-06
Revert "hw/apic.c: use fls() from host-utils"
aurel32
2008-12-04
hw/apic.c: use fls() from host-utils
aurel32
2008-10-12
hw/apic.c: use functions from host-utils.h
aurel32
2008-10-12
Define macro QEMU_GNUC_PREREQ and use it
aurel32
2008-10-12
Only use __builtin_* with GCC >= 3.4
aurel32
2008-10-12
hw/apic.c: use __builtin funtions instead of assembly code
aurel32
2008-10-01
Reset CPU on INIT IPI
aurel32
2008-10-01
hw/apic.c: use bsr and bsf on x86_64
aurel32
2008-09-02
Reset I32_APIC_BASE on system RESET
aurel32
2008-08-21
De-assert PIC IRQs properly at APIC level
aurel32
2008-08-18
APIC: Do not start zero-period timers (Jan Kiszka)
aliguori
2008-05-28
moved halted field to CPU_COMMON
bellard
2008-04-13
x86: Rework local IRQ delivery for APICs
aurel32
2008-04-13
x86: Raise inter-processor NMI and SMI
aurel32
2008-03-28
ignore reads to the EOI register
aurel32
2007-12-16
qemu_put signedness fixes, by Andre Przywara.
ths
2007-11-17
Break up vl.h.
pbrook
2007-10-09
Don't route PIC interrupts through the local APIC if the local APIC
ths
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-08-26
Set apic instance number for savevm, by Ari Kivity.
ths
2007-04-03
i386 return APIC ID with cpuid, by Bernhard Kauer.
ths
2007-01-31
Upgrade the apic version_id, by Don Laor.
ths
2006-10-08
APIC init fix + APIC get_irq fix (Juergen Keil)
bellard
[next]