index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
intc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
armv7m: implement CCR, CFSR, HFSR, DFSR, BFAR, and MMFAR
Michael Davidsaver
2017-01-27
1
-10
/
+32
*
|
armv7m_nvic: keep a pointer to the CPU
Michael Davidsaver
2017-01-27
1
-6
/
+5
|
/
*
s390x/flic: fix compilation of kvm flic
Cornelia Huck
2017-01-26
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into staging
Peter Maydell
2017-01-25
2
-0
/
+104
|
\
|
*
nios2: Add IIC interrupt controller emulation
Chris Wulff
2017-01-24
2
-0
/
+104
*
|
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
3
-20
/
+36
*
|
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-2
/
+6
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-20
4
-4
/
+31
|
\
|
*
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
2017-01-19
1
-1
/
+2
|
*
x86: ioapic: fix fail migration when irqchip=split
Peter Xu
2017-01-16
1
-0
/
+5
|
*
x86: ioapic: dump version for "info ioapic"
Peter Xu
2017-01-16
1
-1
/
+2
|
*
x86: ioapic: add traces for ioapic
Peter Xu
2017-01-16
2
-2
/
+22
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...
Peter Maydell
2017-01-20
1
-2
/
+2
|
\
\
|
*
|
s390x/kvm: use kvm_gsi_routing_enabled in flic
Fei Li
2017-01-20
1
-2
/
+2
|
|
/
*
|
hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regs
Peter Maydell
2017-01-20
1
-10
/
+60
*
|
hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()
Peter Maydell
2017-01-20
2
-0
/
+51
*
|
hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IAR
Peter Maydell
2017-01-20
2
-0
/
+222
*
|
hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registers
Peter Maydell
2017-01-20
2
-3
/
+235
*
|
hw/intc/arm_gicv3: Implement ICV_ registers which are just accessors
Peter Maydell
2017-01-20
2
-0
/
+249
*
|
hw/intc/arm_gicv3: Add accessors for ICH_ system registers
Peter Maydell
2017-01-20
2
-0
/
+493
*
|
hw/intc/gicv3: Add data fields for virtualization support
Peter Maydell
2017-01-20
2
-0
/
+38
*
|
hw/intc/gicv3: Add defines for ICH system register fields
Peter Maydell
2017-01-20
1
-0
/
+79
*
|
hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQ
Peter Maydell
2017-01-20
1
-0
/
+6
*
|
hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQ
Peter Maydell
2017-01-20
1
-0
/
+6
|
/
*
hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPU
Peter Maydell
2016-12-27
1
-0
/
+5
*
hw/intc/arm_gicv3: Remove incorrect usage of fieldoffset
Peter Maydell
2016-12-27
1
-7
/
+6
*
hw/intc/arm_gicv3_common: fix aff3 in typer
Andrew Jones
2016-12-27
1
-1
/
+2
*
Move target-* CPU file into a target/ folder
Thomas Huth
2016-12-20
1
-1
/
+1
*
nvic: set pending status for not active interrupts
Marcin Krzeminski
2016-11-07
1
-2
/
+20
*
pseries: Move construction of /interrupt-controller fdt node
David Gibson
2016-10-28
1
-0
/
+22
*
ppc/xics: change the icp_ routines API to use an 'ICPState *' argument
Cédric Le Goater
2016-10-28
2
-22
/
+21
*
ppc/xics: add a XICSState backlink in ICPState
Cédric Le Goater
2016-10-28
1
-0
/
+1
*
ppc/xics: add a xics_set_nr_servers common routine
Cédric Le Goater
2016-10-28
3
-27
/
+23
*
ppc/xics: Add xics to the monitor "info pic" command
Benjamin Herrenschmidt
2016-10-28
1
-0
/
+49
*
pc: apic_common: Reset APIC ID to initial ID when switching into x2APIC mode
Igor Mammedov
2016-10-24
1
-0
/
+5
*
pc: apic_common: Restore APIC ID to initial ID on reset
Igor Mammedov
2016-10-24
1
-0
/
+1
*
pc: apic_common: Extend APIC ID property to 32bit
Igor Mammedov
2016-10-24
1
-1
/
+45
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-10-18
2
-2
/
+7
|
\
|
*
apic: add send_msi() to APICCommonClass
Radim Krčmář
2016-10-17
1
-2
/
+6
|
*
apic: add global apic_get_class()
Radim Krčmář
2016-10-17
1
-0
/
+1
*
|
hw/intc/arm_gicv3: Fix ICC register tracepoints
Peter Maydell
2016-10-17
2
-15
/
+22
*
|
hw/intc/arm_gic_kvm: Fix build on aarch64
Christopher Covington
2016-10-17
1
-14
/
+0
|
/
*
ppc/xics: Split ICS into ics-base and ics class
Benjamin Herrenschmidt
2016-10-14
4
-81
/
+121
*
ppc/xics: Make the ICSState a list
Benjamin Herrenschmidt
2016-10-14
4
-75
/
+128
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-10-10
6
-105
/
+145
|
\
|
*
i8259: give ISA device when registering ISA ioports
Hervé Poussineau
2016-10-04
1
-2
/
+3
|
*
intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...
Hervé Poussineau
2016-10-04
3
-99
/
+0
|
*
intc/lm32_pic: implement InterruptStatsProvider interface
Hervé Poussineau
2016-10-04
1
-4
/
+28
|
*
intc/slavio_intctl: implement InterruptStatsProvider interface
Hervé Poussineau
2016-10-04
1
-0
/
+35
|
*
intc/i8259: implement InterruptStatsProvider interface
Hervé Poussineau
2016-10-04
1
-0
/
+37
[prev]
[next]