index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-10
/
+11
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
1
-2
/
+2
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-6
/
+6
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-2
/
+4
2012-10-30
target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
Andreas Färber
1
-1
/
+1
2012-10-30
apic: Store X86CPU in APICCommonState
Andreas Färber
1
-17
/
+21
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-7
/
+7
2012-07-10
apic: Defer interrupt updates to VCPU thread
Jan Kiszka
1
-1
/
+4
2012-07-10
apic: Reevaluate pending interrupts on LVT_LINT0 changes
Jan Kiszka
1
-4
/
+14
2012-07-10
apic: Resolve potential endless loop around apic_update_irq
Jan Kiszka
1
-3
/
+7
2012-06-21
Introduce apic-msidef.h
Anthony PERARD
1
-10
/
+1
2012-05-16
pc: Enable MSI support at APIC level
Jan Kiszka
1
-0
/
+3
2012-02-18
kvmvapic: Introduce TPR access optimization for Windows guests
Jan Kiszka
1
-11
/
+115
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-4
/
+6
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-7
/
+14
2012-01-19
apic: Open-code timer save/restore
Jan Kiszka
1
-18
/
+12
2012-01-19
apic: Factor out base class for KVM reuse
Jan Kiszka
1
-297
/
+41
2012-01-19
apic: Introduce apic_report_irq_delivered
Jan Kiszka
1
-3
/
+8
2012-01-19
apic: Inject external NMI events via LINT1
Jan Kiszka
1
-0
/
+7
2012-01-19
apic: Stop timer on reset
Jan Kiszka
1
-0
/
+2
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-1
/
+1
2011-10-16
pc: Fix and clean up PIC-to-APIC IRQ path
Jan Kiszka
1
-0
/
+4
2011-08-22
target-i386: Remove unused polarity arguments from APIC API
Jan Kiszka
1
-13
/
+9
2011-08-22
apic: convert to memory API
Avi Kivity
1
-15
/
+10
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-4
/
+4
2011-02-14
correctly check ppr priority during interrupt injection]
Gleb Natapov
1
-12
/
+30
2011-02-04
ioapic: Implement EOI handling for level-triggered IRQs
Jan Kiszka
1
-3
/
+6
2010-12-20
apic: Fix accidental use of SoftFloat uint32 type
Andreas Färber
1
-1
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-11-16
apic: Don't iterate past last used apic
Alex Williamson
1
-0
/
+4
2010-10-20
apic: convert debug printf statements to tracepoints
Blue Swirl
1
-30
/
+18
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
[next]