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
/
intc
Commit message (
Expand
)
Author
Age
Files
Lines
*
xics: move registration of global state to realize()
Alexey Kardashevskiy
2013-09-02
1
-10
/
+11
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
4
-19
/
+19
*
ioapic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-1
/
+1
*
xilinx_intc: QOM cast cleanup
Andreas Färber
2013-07-29
1
-7
/
+12
*
slavio_intctl: QOM cast cleanup
Andreas Färber
2013-07-29
1
-17
/
+18
*
realview_gic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-7
/
+13
*
puv3_intc: QOM cast cleanup
Andreas Färber
2013-07-29
1
-9
/
+14
*
pl190: QOM cast cleanup
Andreas Färber
2013-07-29
1
-18
/
+22
*
pl190: Rename pl190_state to PL190State
Andreas Färber
2013-07-29
1
-21
/
+21
*
omap_intc: QOM'ify omap-intc and omap2-intc
Andreas Färber
2013-07-29
1
-22
/
+35
*
lm32_pic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-11
/
+16
*
grlib_irqmp: QOM cast cleanup
Andreas Färber
2013-07-29
1
-23
/
+10
*
exynos4210_gic: QOM cast cleanup for exynos4210.irq_gate
Andreas Färber
2013-07-29
1
-9
/
+14
*
exynos4210_gic: QOM cast cleanup for exynos4210.gic
Andreas Färber
2013-07-29
1
-8
/
+14
*
exynos4210_combiner: QOM cast cleanup
Andreas Färber
2013-07-29
1
-9
/
+14
*
etraxfs_pic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-8
/
+14
*
arm_gic: QOM cast cleanup
Andreas Färber
2013-07-29
3
-4
/
+8
*
imx_avic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-10
/
+17
*
xics: rename types to be sane and follow coding style
Anthony Liguori
2013-07-29
1
-112
/
+233
*
ioapic: Use QOM realize for ioapic
Hu Tao
2013-07-23
1
-7
/
+5
*
pseries: move interrupt controllers to hw/intc/
Alexey Kardashevskiy
2013-07-11
2
-0
/
+588
*
intc/openpic: Build openpic only once
Andreas Färber
2013-07-09
2
-2
/
+2
*
intc/arm_gic: Build arm_gic only once
Andreas Färber
2013-07-09
2
-1
/
+2
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-3
/
+2
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
3
-10
/
+11
*
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
19
-33
/
+45
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
21
-35
/
+35
*
intc/openpic_kvm: Fix QOM and build issues
Andreas Färber
2013-07-01
1
-21
/
+33
*
intc/openpic: Convert to QOM realize
Andreas Färber
2013-07-01
1
-15
/
+19
*
intc/openpic: QOM'ify
Andreas Färber
2013-07-01
1
-6
/
+11
*
kvm/openpic: in-kernel mpic support
Scott Wood
2013-07-01
2
-0
/
+253
*
openpic: factor out some common defines into openpic.h
Scott Wood
2013-07-01
1
-22
/
+18
*
intc/xilinx_intc: Dont lower IRQ when HIE cleared
Peter Crosthwaite
2013-06-18
1
-5
/
+0
*
intc/xilinx_intc: Inhibit write to ISR when HIE
Peter Crosthwaite
2013-06-18
1
-0
/
+5
*
intc/xilinx_intc: Handle level interrupt retriggering
Peter Crosthwaite
2013-06-18
1
-1
/
+15
*
intc/xilinx_intc: Don't clear level sens. IRQs without ACK
Peter Crosthwaite
2013-06-18
1
-7
/
+1
*
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
2013-06-15
2
-32
/
+50
|
\
|
*
isa: QOM'ify ISADevice
Andreas Färber
2013-06-07
1
-10
/
+12
|
*
i8259: Convert PICCommonState to use QOM realizefn
Andreas Färber
2013-06-07
2
-7
/
+21
|
*
i8259: QOM'ify some more
Andreas Färber
2013-06-07
1
-9
/
+14
|
*
isa: Use realizefn for ISADevice
Andreas Färber
2013-06-07
1
-6
/
+3
*
|
intc/xilinx_intc: Use qemu_set_irq
Peter Crosthwaite
2013-06-11
1
-5
/
+1
|
/
*
apic: rename apic specific bitopts
Michael S. Tsirkin
2013-06-02
1
-21
/
+21
*
Remove Sun4c, Sun4d and a few CPUs
Blue Swirl
2013-05-26
3
-365
/
+1
*
remove double semicolons
Dong Xu Wang
2013-05-12
1
-1
/
+1
*
target-i386: Move APIC to ICC bus
Igor Mammedov
2013-05-01
1
-6
/
+12
*
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-05-01
1
-1
/
+1
*
i8259: QOM cleanups
Andreas Färber
2013-04-29
2
-11
/
+13
*
ioapic: Replace FROM_SYSBUS() with QOM type cast
Igor Mammedov
2013-04-16
1
-1
/
+1
*
arm: fix location of some include files
Peter Maydell
2013-04-15
1
-1
/
+1
[next]