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
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-4
/
+4
*
correctly check ppr priority during interrupt injection]
Gleb Natapov
2011-02-14
1
-12
/
+30
*
ioapic: Implement EOI handling for level-triggered IRQs
Jan Kiszka
2011-02-04
1
-3
/
+6
*
apic: Fix accidental use of SoftFloat uint32 type
Andreas Färber
2010-12-20
1
-1
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
apic: Don't iterate past last used apic
Alex Williamson
2010-11-16
1
-0
/
+4
*
apic: convert debug printf statements to tracepoints
Blue Swirl
2010-10-20
1
-30
/
+18
*
apic: qdev conversion cleanup
Blue Swirl
2010-06-19
1
-48
/
+38
*
apic: convert to qdev
Blue Swirl
2010-06-19
1
-28
/
+60
*
apic: avoid using CPUState internals
Blue Swirl
2010-06-19
1
-25
/
+14
*
apic: avoid passing CPUState from CPU code
Blue Swirl
2010-06-19
1
-23
/
+16
*
apic: avoid passing CPUState from devices
Blue Swirl
2010-06-19
1
-18
/
+14
*
apic: improve debugging
Blue Swirl
2010-05-29
1
-13
/
+30
*
Move x86 specific PC declarations to a separate file
Blue Swirl
2010-03-21
1
-0
/
+1
*
KVM: Rework VCPU state writeback API
Jan Kiszka
2010-03-04
1
-2
/
+0
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-1
/
+0
*
set correct CS seg limit and flags on sipi
Gleb Natapov
2009-10-05
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-7
/
+7
*
Get rid of _t suffix
malc
2009-10-01
1
-7
/
+7
*
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
2009-09-11
1
-0
/
+2
*
don't call cpu_sychronize_state from reset handlers
Glauber Costa
2009-09-09
1
-2
/
+0
*
kvm: Simplify cpu_synchronize_state()
Avi Kivity
2009-08-27
1
-3
/
+4
*
Port apic to new VMState design
Juan Quintela
2009-08-27
1
-34
/
+33
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
kvm: Rework VCPU synchronization
Jan Kiszka
2009-06-29
1
-0
/
+3
*
qemu/apic: minimal MSI/MSI-X implementation for PC
Michael S. Tsirkin
2009-06-24
1
-4
/
+39
*
Handle init/sipi in a main cpu exec loop. (v2)
Gleb Natapov
2009-06-22
1
-11
/
+26
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Don't use cpu_index as apic_id.
Gleb Natapov
2009-06-13
1
-13
/
+33
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
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
[next]