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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
target/ppc: convert VMX logical instructions to use vector operations
Mark Cave-Ayland
2
-31
/
+17
2019-02-18
xics: Drop the KVM ICS class
Greg Kurz
3
-44
/
+1
2019-02-18
spapr/irq: Use the "simple" ICS class for KVM
Greg Kurz
1
-8
/
+7
2019-02-18
xics: Handle KVM interrupt presentation from "simple" ICS code
Greg Kurz
4
-9
/
+8
2019-02-18
xics: Handle KVM ICS reset from the "simple" ICS code
Greg Kurz
2
-18
/
+4
2019-02-18
xics: Explicitely call KVM ICS methods from the common code
Greg Kurz
3
-24
/
+18
2019-02-18
xics: Drop the KVM ICP class
Greg Kurz
2
-21
/
+0
2019-02-18
spapr/irq: Use the base ICP class for KVM
Greg Kurz
2
-4
/
+1
2019-02-18
xics: Handle KVM ICP realize from the common code
Greg Kurz
3
-9
/
+10
2019-02-18
xics: Handle KVM ICP reset from the common code
Greg Kurz
3
-20
/
+4
2019-02-18
xics: Explicitely call KVM ICP methods from the common code
Greg Kurz
3
-25
/
+20
2019-02-17
spapr/irq: remove the XICS offset adjustment
Cédric Le Goater
1
-26
/
+1
2019-02-17
spapr/irq: add an 'nr_irq' parameter to initialize the backend.
Cédric Le Goater
2
-9
/
+11
2019-02-17
spapr: fix out of bounds write in spapr_populate_drmem_v2
Fabiano Rosas
1
-2
/
+2
2019-02-17
target/ppc: Disable ISA 2.06 PM instructions on POWER9
Benjamin Herrenschmidt
1
-1
/
+1
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
13
-24
/
+16
2019-02-17
xive: Only set source type for LSIs
Greg Kurz
2
-9
/
+5
2019-02-17
ppc: fix crash during branch stepping
Roman Kapl
1
-22
/
+15
2019-02-17
target/ppc: Remove some #if 0'ed code
Benjamin Herrenschmidt
2
-24
/
+0
2019-02-17
mac_newworld: change default NIC to sungem for mac99 machine
Mark Cave-Ayland
1
-1
/
+1
2019-02-17
spapr: Disallow unsupported kernel-irqchip settings
Greg Kurz
1
-0
/
+13
2019-02-17
cuda: decrease time delay before raising VIA SR interrupt and remove fast path
Mark Cave-Ayland
1
-10
/
+1
2019-02-17
spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error path
Greg Kurz
1
-0
/
+6
2019-02-17
target/ppc: Fix msync to do what hardware does
BALATON Zoltan
1
-3
/
+8
2019-02-17
target/ppc: Enable reporting of SPRs to GDB
Fabiano Rosas
4
-2
/
+130
2019-02-17
spapr: Rename xics to intc in interrupt controller agnostic code
Greg Kurz
6
-10
/
+10
2019-02-17
hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2019-02-15
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190215' i...
Peter Maydell
4
-0
/
+0
2019-02-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190215'...
Peter Maydell
18
-195
/
+622
2019-02-15
Update OpenBIOS images to 3464681b built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2019-02-15
gdbstub: Send a reply to the vKill packet.
Sandra Loosemore
1
-0
/
+1
2019-02-15
target/arm: Add missing clear_tail calls
Richard Henderson
1
-0
/
+2
2019-02-15
target/arm: Use vector operations for saturation
Richard Henderson
5
-44
/
+331
2019-02-15
target/arm: Split out FPSCR.QC to a vector field
Richard Henderson
4
-7
/
+21
2019-02-15
target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]
Richard Henderson
1
-7
/
+8
2019-02-15
target/arm: Split out flags setting from vfp compares
Richard Henderson
1
-18
/
+27
2019-02-15
target/arm: Fix arm_cpu_dump_state vs FPSCR
Richard Henderson
1
-1
/
+1
2019-02-15
target/arm: Fix vfp_gdb_get/set_reg vs FPSCR
Richard Henderson
1
-2
/
+2
2019-02-15
target/arm: Remove neon min/max helpers
Richard Henderson
2
-24
/
+0
2019-02-15
target/arm: Use tcg integer min/max primitives for neon
Richard Henderson
1
-4
/
+4
2019-02-15
target/arm: Use vector minmax expanders for aarch32
Richard Henderson
1
-6
/
+19
2019-02-15
target/arm: Use vector minmax expanders for aarch64
Richard Henderson
1
-21
/
+14
2019-02-15
target/arm: Rely on optimization within tcg_gen_gvec_or
Richard Henderson
3
-19
/
+5
2019-02-15
hw/arm/armsse: Fix miswiring of expansion IRQs
Peter Maydell
1
-1
/
+1
2019-02-15
hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
Peter Maydell
1
-2
/
+2
2019-02-15
MAINTAINERS: Remove Peter Crosthwaite from various entries
Peter Maydell
1
-4
/
+0
2019-02-15
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
5
-22
/
+38
2019-02-15
linux-user/elfload: enable HWCAP_CPUID for AArch64
Alex Bennée
1
-0
/
+1
2019-02-15
target/arm: expose remaining CPUID registers as RAZ
Alex Bennée
2
-3
/
+26
2019-02-15
target/arm: expose MPIDR_EL1 to userspace
Alex Bennée
1
-7
/
+14
[next]