index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-19
apic: qdev conversion cleanup
Blue Swirl
1
-48
/
+38
2010-06-19
apic: convert to qdev
Blue Swirl
1
-28
/
+60
2010-06-19
apic: avoid using CPUState internals
Blue Swirl
1
-25
/
+14
2010-06-19
apic: avoid passing CPUState from CPU code
Blue Swirl
1
-23
/
+16
2010-06-19
apic: avoid passing CPUState from devices
Blue Swirl
1
-18
/
+14
2010-05-29
apic: improve debugging
Blue Swirl
1
-13
/
+30
2010-03-21
Move x86 specific PC declarations to a separate file
Blue Swirl
1
-0
/
+1
2010-03-04
KVM: Rework VCPU state writeback API
Jan Kiszka
1
-2
/
+0
2009-11-07
v3: don't call reset functions on cpu initialization
Glauber Costa
1
-1
/
+0
2009-10-05
set correct CS seg limit and flags on sipi
Gleb Natapov
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-7
/
+7
2009-10-01
Get rid of _t suffix
malc
1
-7
/
+7
2009-09-11
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
1
-0
/
+2
2009-09-09
don't call cpu_sychronize_state from reset handlers
Glauber Costa
1
-2
/
+0
2009-08-27
kvm: Simplify cpu_synchronize_state()
Avi Kivity
1
-3
/
+4
2009-08-27
Port apic to new VMState design
Juan Quintela
1
-34
/
+33
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-29
kvm: Rework VCPU synchronization
Jan Kiszka
1
-0
/
+3
2009-06-24
qemu/apic: minimal MSI/MSI-X implementation for PC
Michael S. Tsirkin
1
-4
/
+39
2009-06-22
Handle init/sipi in a main cpu exec loop. (v2)
Gleb Natapov
1
-11
/
+26
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-06-13
Don't use cpu_index as apic_id.
Gleb Natapov
1
-13
/
+33
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-04-08
apic: Fix access to non-existent APIC
aurel32
1
-3
/
+8
2009-03-12
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
aliguori
1
-222
/
+13
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-01-15
Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)
aliguori
1
-0
/
+22
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-17
Add HPET emulation to qemu (Beth Kon)
aliguori
1
-0
/
+7
2008-12-06
Revert "hw/apic.c: use fls() from host-utils"
aurel32
1
-1
/
+7
2008-12-04
hw/apic.c: use fls() from host-utils
aurel32
1
-7
/
+1
2008-10-12
hw/apic.c: use functions from host-utils.h
aurel32
1
-35
/
+3
2008-10-12
Define macro QEMU_GNUC_PREREQ and use it
aurel32
1
-2
/
+3
2008-10-12
Only use __builtin_* with GCC >= 3.4
aurel32
1
-2
/
+2
2008-10-12
hw/apic.c: use __builtin funtions instead of assembly code
aurel32
1
-10
/
+8
2008-10-01
Reset CPU on INIT IPI
aurel32
1
-0
/
+5
2008-10-01
hw/apic.c: use bsr and bsf on x86_64
aurel32
1
-2
/
+2
2008-09-02
Reset I32_APIC_BASE on system RESET
aurel32
1
-2
/
+4
2008-08-21
De-assert PIC IRQs properly at APIC level
aurel32
1
-1
/
+22
2008-08-18
APIC: Do not start zero-period timers (Jan Kiszka)
aliguori
1
-0
/
+2
2008-05-28
moved halted field to CPU_COMMON
bellard
1
-2
/
+2
2008-04-13
x86: Rework local IRQ delivery for APICs
aurel32
1
-20
/
+43
2008-04-13
x86: Raise inter-processor NMI and SMI
aurel32
1
-1
/
+7
2008-03-28
ignore reads to the EOI register
aurel32
1
-0
/
+3
2007-12-16
qemu_put signedness fixes, by Andre Przywara.
ths
1
-6
/
+6
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+3
2007-10-09
Don't route PIC interrupts through the local APIC if the local APIC
ths
1
-0
/
+33
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-6
/
+6
[next]