index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-31
arm_gicv3_kvm: increase clroffset accordingly
Shannon Zhao
1
-0
/
+1
2018-05-31
hw/intc/arm_gicv3: Fix APxR<n> register dispatching
Jan Kiszka
1
-6
/
+6
2018-04-27
heathrow: remove obsolete heathow_init() function
Mark Cave-Ayland
1
-18
/
+5
2018-04-26
target/arm: Fetch GICv3 state directly from CPUARMState
Aaron Lindsay
1
-8
/
+2
2018-03-23
hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accesses
Peter Maydell
1
-3
/
+3
2018-03-06
openpic_kvm: drop address_space_to_flatview call
Paolo Bonzini
1
-4
/
+0
2018-03-06
openpic: move OpenPIC state and related definitions to openpic.h
Mark Cave-Ayland
1
-157
/
+0
2018-03-06
openpic: move KVM-specific declarations into separate openpic_kvm.h file
Mark Cave-Ayland
1
-0
/
+1
2018-03-06
heathrow: change heathrow_pic_init() to return the heathrow device
Mark Cave-Ayland
1
-4
/
+6
2018-03-06
heathrow: convert to trace-events
Mark Cave-Ayland
2
-21
/
+16
2018-03-06
heathrow: QOMify heathrow PIC
Mark Cave-Ayland
1
-56
/
+70
2018-02-26
qmp: expose s390-specific CPU info
Viktor Mihajlovski
1
-2
/
+2
2018-02-15
hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversions
Peter Maydell
1
-4
/
+4
2018-02-15
hw/intc/armv7m_nvic: Implement SCR
Peter Maydell
1
-4
/
+8
2018-02-15
hw/intc/armv7m_nvic: Implement cache ID registers
Peter Maydell
1
-0
/
+16
2018-02-15
hw/intc/armv7m_nvic: Implement v8M CPPWR register
Peter Maydell
1
-0
/
+14
2018-02-15
hw/intc/armv7m_nvic: Implement M profile cache maintenance ops
Peter Maydell
1
-0
/
+12
2018-02-15
hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handling
Peter Maydell
1
-3
/
+3
2018-02-15
hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC
Peter Maydell
1
-14
/
+16
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
2
-2
/
+0
2018-02-09
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...
Peter Maydell
4
-12
/
+218
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2
-2
/
+0
2018-02-09
i.MX: Add code to emulate GPCv2 IP block
Andrey Smirnov
2
-1
/
+126
2018-02-09
target/arm: Split "get pending exception info" from "acknowledge it"
Peter Maydell
2
-8
/
+25
2018-02-09
target/arm: Add armv7m_nvic_set_pending_derived()
Peter Maydell
2
-3
/
+67
2018-02-09
s390x/flic: cache the common flic class in a central function
David Hildenbrand
1
-1
/
+12
2018-02-09
s390x/kvm: cache the kvm flic in a central function
David Hildenbrand
1
-5
/
+16
2018-02-09
s390x/tcg: cache the qemu flic in a central function
David Hildenbrand
1
-6
/
+17
2018-02-09
s390x/flic: optimize CPU wakeup for TCG
David Hildenbrand
1
-2
/
+29
2018-02-09
s390x/flic: implement qemu_s390_clear_io_flic()
David Hildenbrand
1
-2
/
+29
2018-02-09
s390x/flic: make floating interrupts on TCG actually floating
David Hildenbrand
1
-10
/
+134
2018-02-09
s390x/flic: no need to call s390_io_interrupt() from flic
David Hildenbrand
1
-1
/
+2
2018-02-09
s390x/flic: factor out injection of floating interrupts
David Hildenbrand
2
-5
/
+89
2018-02-09
s390x/tcg: simplify lookup of flic
David Hildenbrand
1
-5
/
+3
2018-02-09
s390x/flic: simplify flic initialization
David Hildenbrand
2
-14
/
+5
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
6
-16
/
+10
2018-01-26
xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device
Alistair Francis
2
-0
/
+378
2018-01-26
xlnx-pmu-iomod-intc: Add the PMU Interrupt controller
Alistair Francis
2
-0
/
+555
2018-01-25
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...
Peter Maydell
1
-4
/
+21
2018-01-25
hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1
Luc MICHEL
1
-3
/
+13
2018-01-25
hw/intc/arm_gic: Fix group priority computation for group 1 IRQs
Luc MICHEL
1
-1
/
+2
2018-01-25
hw/intc/arm_gic: Fix C_RPR value on idle priority
Luc MICHEL
1
-0
/
+5
2018-01-25
hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ...
Luc MICHEL
1
-0
/
+1
2018-01-24
sparc/leon3 irqmp: fix IRQ software ack
Jean-Christophe Dubois
1
-6
/
+11
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-1
/
+1
2018-01-16
hw/intc/armv7m: Support byte and halfword accesses to CFSR
Peter Maydell
1
-16
/
+22
2018-01-11
hw/intc/arm_gic: reserved register addresses are RAZ/WI
Peter Maydell
1
-2
/
+3
2018-01-11
hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI
Peter Maydell
3
-5
/
+29
2018-01-09
sun4m: remove include/hw/sparc/sun4m.h and all references to it
Mark Cave-Ayland
1
-1
/
+0
2017-12-22
apic: add function to apic that will be used by hvf
Sergio Andres Gomez Del Real
1
-0
/
+12
[next]