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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2021-05-10
edid: Make refresh rate configurable
Akihiko Odaki
2
-9
/
+12
2021-05-10
edid: use dta extension block descriptors
Gerd Hoffmann
1
-0
/
+8
2021-05-10
edid: move xtra3 descriptor
Gerd Hoffmann
1
-9
/
+11
2021-05-10
edid: edid_desc_next
Gerd Hoffmann
1
-15
/
+26
2021-05-10
qemu-edid: use qemu_edid_size()
Gerd Hoffmann
1
-2
/
+4
2021-05-05
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
48
-1197
/
+4009
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
371
-507
/
+53
2021-05-04
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...
Peter Maydell
20
-76
/
+1389
2021-05-04
Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' int...
Peter Maydell
3
-29
/
+31
2021-05-04
hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-2
/
+2
2021-05-04
hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()
Peter Maydell
1
-1
/
+1
2021-05-04
hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-1
/
+1
2021-05-04
target/ppc: removed VSCR from SPR registration
Bruno Larsen (billionai)
1
-7
/
+13
2021-05-04
target/ppc: Reduce the size of ppc_spr_t
Richard Henderson
1
-4
/
+8
2021-05-04
target/ppc: Clean up _spr_register et al
Richard Henderson
1
-82
/
+76
2021-05-04
target/ppc: Add POWER10 exception model
Nicholas Piggin
6
-8
/
+65
2021-05-04
target/ppc: rework AIL logic in interrupt delivery
Nicholas Piggin
4
-70
/
+108
2021-05-04
target/ppc: move opcode table logic to translate.c
Bruno Larsen (billionai)
3
-390
/
+403
2021-05-04
target/ppc: code motion from translate_init.c.inc to gdbstub.c
Bruno Larsen (billionai)
3
-253
/
+264
2021-05-04
spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()
Daniel Henrique Barboza
1
-0
/
+23
2021-05-04
spapr.h: increase FDT_MAX_SIZE
Daniel Henrique Barboza
1
-1
/
+1
2021-05-04
spapr.c: do not use MachineClass::max_cpus to limit CPUs
Daniel Henrique Barboza
1
-1
/
+10
2021-05-04
ppc: Rename current DAWR macros and variables
Ravi Bangoria
3
-5
/
+5
2021-05-04
target/ppc: POWER10 supports scv
Nicholas Piggin
1
-1
/
+1
2021-05-04
target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour
Nicholas Piggin
1
-4
/
+13
2021-05-04
docs/system: ppc: Add documentation for ppce500 machine
Bin Meng
2
-0
/
+157
2021-05-04
roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci support
Bin Meng
2
-0
/
+0
2021-05-04
roms/Makefile: Update ppce500 u-boot build directory name
Bin Meng
1
-4
/
+4
2021-05-04
ppc/spapr: Add support for implement support for H_SCM_HEALTH
Vaibhav Jain
2
-1
/
+38
2021-05-04
spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR
Alexey Kardashevskiy
1
-4
/
+4
2021-05-04
hw/ppc: Add emulation of Genesi/bPlan Pegasos II
BALATON Zoltan
5
-0
/
+167
2021-05-04
hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
BALATON Zoltan
7
-0
/
+1890
2021-05-04
vt82c686: Add emulation of VT8231 south bridge
BALATON Zoltan
3
-0
/
+86
2021-05-04
vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
BALATON Zoltan
2
-32
/
+40
2021-05-04
vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
BALATON Zoltan
1
-0
/
+102
2021-05-04
vt82c686: QOM-ify superio related functionality
BALATON Zoltan
2
-65
/
+132
2021-05-04
target/ppc: Validate hflags with CONFIG_DEBUG_TCG
Richard Henderson
2
-2
/
+32
2021-05-04
linux-user/ppc: Fix msr updates for signal handling
Richard Henderson
2
-14
/
+14
2021-05-04
target/ppc: Remove env->immu_idx and env->dmmu_idx
Richard Henderson
6
-56
/
+56
2021-05-04
target/ppc: Remove MSR_SA and MSR_AP from hflags
Richard Henderson
2
-9
/
+5
2021-05-04
target/ppc: Put LPCR[GTSE] in hflags
Richard Henderson
4
-1
/
+8
2021-05-04
target/ppc: Create helper_scv
Richard Henderson
3
-13
/
+17
2021-05-04
target/ppc: Put dbcr0 single-step bits into hflags
Richard Henderson
3
-18
/
+20
2021-05-04
target/ppc: Reduce env->hflags to uint32_t
Richard Henderson
3
-4
/
+4
2021-05-04
target/ppc: Disconnect hflags from MSR
Richard Henderson
3
-50
/
+95
2021-05-04
target/ppc: Extract post_load_update_msr
Richard Henderson
1
-16
/
+14
2021-05-04
hw/ppc/spapr_rtas: Update hflags after setting msr
Richard Henderson
1
-0
/
+2
2021-05-04
hw/ppc/pnv_core: Update hflags after setting msr
Richard Henderson
1
-1
/
+2
2021-05-04
target/ppc: Fix comment for MSR_FE{0,1}
Richard Henderson
1
-2
/
+2
2021-05-04
target/ppc: Retain hflags_nmsr only for migration
Richard Henderson
3
-7
/
+8
[next]