index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
apic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
apic: Fix access to non-existent APIC
aurel32
2009-04-08
1
-3
/
+8
*
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
aliguori
2009-03-12
1
-222
/
+13
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-4
/
+0
*
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
aliguori
2009-01-15
1
-0
/
+22
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Add HPET emulation to qemu (Beth Kon)
aliguori
2008-12-17
1
-0
/
+7
*
Revert "hw/apic.c: use fls() from host-utils"
aurel32
2008-12-06
1
-1
/
+7
*
hw/apic.c: use fls() from host-utils
aurel32
2008-12-04
1
-7
/
+1
*
hw/apic.c: use functions from host-utils.h
aurel32
2008-10-12
1
-35
/
+3
*
Define macro QEMU_GNUC_PREREQ and use it
aurel32
2008-10-12
1
-2
/
+3
*
Only use __builtin_* with GCC >= 3.4
aurel32
2008-10-12
1
-2
/
+2
*
hw/apic.c: use __builtin funtions instead of assembly code
aurel32
2008-10-12
1
-10
/
+8
*
Reset CPU on INIT IPI
aurel32
2008-10-01
1
-0
/
+5
*
hw/apic.c: use bsr and bsf on x86_64
aurel32
2008-10-01
1
-2
/
+2
*
Reset I32_APIC_BASE on system RESET
aurel32
2008-09-02
1
-2
/
+4
*
De-assert PIC IRQs properly at APIC level
aurel32
2008-08-21
1
-1
/
+22
*
APIC: Do not start zero-period timers (Jan Kiszka)
aliguori
2008-08-18
1
-0
/
+2
*
moved halted field to CPU_COMMON
bellard
2008-05-28
1
-2
/
+2
*
x86: Rework local IRQ delivery for APICs
aurel32
2008-04-13
1
-20
/
+43
*
x86: Raise inter-processor NMI and SMI
aurel32
2008-04-13
1
-1
/
+7
*
ignore reads to the EOI register
aurel32
2008-03-28
1
-0
/
+3
*
qemu_put signedness fixes, by Andre Przywara.
ths
2007-12-16
1
-6
/
+6
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+3
*
Don't route PIC interrupts through the local APIC if the local APIC
ths
2007-10-09
1
-0
/
+33
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-6
/
+6
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-20
/
+20
*
Set apic instance number for savevm, by Ari Kivity.
ths
2007-08-26
1
-1
/
+1
*
i386 return APIC ID with cpuid, by Bernhard Kauer.
ths
2007-04-03
1
-0
/
+1
*
Upgrade the apic version_id, by Don Laor.
ths
2007-01-31
1
-1
/
+1
*
APIC init fix + APIC get_irq fix (Juergen Keil)
bellard
2006-10-08
1
-4
/
+3
*
save apic timer
bellard
2006-08-17
1
-1
/
+6
*
C99 64 bit printf
bellard
2006-06-25
1
-2
/
+2
*
initial support for up to 255 CPUs
bellard
2005-12-17
1
-98
/
+156
*
fummy DM_LOWPRI handling
bellard
2005-11-23
1
-8
/
+11
*
APIC fixes - SIPI support
bellard
2005-11-21
1
-23
/
+48
*
do not export fls_bit
bellard
2005-07-24
1
-1
/
+1
*
EXTINT delivery mode support for I/O APIC (Filip Navara)
bellard
2005-07-23
1
-11
/
+19
*
IOAPIC support (initial patch by Filip Navara)
bellard
2005-07-23
1
-25
/
+520
*
CR8 support
bellard
2005-01-23
1
-0
/
+12
*
initial APIC support
bellard
2005-01-03
1
-0
/
+441