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
/
ioapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-5
/
+5
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-03-19
ioapic: fix build with DEBUG_IOAPIC
Jason Wang
1
-1
/
+1
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
-6
/
+8
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
1
-5
/
+12
2012-01-19
ioapic: Factor out base class for KVM reuse
Jan Kiszka
1
-114
/
+16
2012-01-19
ioapic: Drop post-load irr initialization
Jan Kiszka
1
-12
/
+0
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
1
-1
/
+1
2011-11-24
ioapic: Convert to memory API
Jan Kiszka
1
-17
/
+11
2011-11-24
ioapic: Reject non-dword accesses to IOWIN register
Jan Kiszka
1
-0
/
+6
2011-08-22
ioapic: Implement polarity
Jan Kiszka
1
-0
/
+3
2011-08-22
target-i386: Remove unused polarity arguments from APIC API
Jan Kiszka
1
-3
/
+1
2011-04-27
ioapic: Do not set irr for masked edge IRQs
Jan Kiszka
1
-2
/
+3
2011-04-04
Revert "ioapic: when switches to level trigger mode, interrupts raised repeat...
Aurelien Jarno
1
-1
/
+0
2011-04-03
ioapic: when switches to level trigger mode, interrupts raised repeatedly.
Isaku Yamahata
1
-0
/
+1
2011-02-04
ioapic: Style & magics cleanup
Jan Kiszka
1
-70
/
+107
2011-02-04
ioapic: Add support for qemu-kvm's vmstate v2
Jan Kiszka
1
-1
/
+2
2011-02-04
ioapic: Save/restore irr
Jan Kiszka
1
-1
/
+14
2011-02-04
ioapic: Implement EOI handling for level-triggered IRQs
Jan Kiszka
1
-2
/
+41
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-06-19
ioapic: convert to qdev
Blue Swirl
1
-15
/
+30
2010-06-17
ioapic: unexport ioapic_set_irq
Blue Swirl
1
-1
/
+1
2010-05-31
ioapic: improve debugging
Blue Swirl
1
-6
/
+10
2010-03-21
Move x86 specific PC declarations to a separate file
Blue Swirl
1
-0
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-2
/
+2
2009-10-01
Get rid of _t suffix
malc
1
-2
/
+2
2009-09-11
vmstate: port ioapic device
Juan Quintela
1
-27
/
+12
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-08-24
Route IOAPIC interrupts via ISA bus
Avi Kivity
1
-2
/
+4
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-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-03-12
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
aliguori
1
-0
/
+261