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-19
target/ppc: moved ppc_store_lpcr to misc_helper.c
Lucas Mateus Castro (alqotel)
4
-11
/
+11
2021-05-19
target/ppc: moved function out of mmu-hash64
Lucas Mateus Castro (alqotel)
3
-60
/
+59
2021-05-19
hw/ppc: moved hcalls that depend on softmmu
Lucas Mateus Castro (alqotel)
4
-576
/
+668
2021-05-19
target/ppc: move SPR R/W callbacks to translate.c
Bruno Larsen (billionai)
2
-1020
/
+1028
2021-05-19
target/ppc: renamed SPR registration functions
Bruno Larsen (billionai)
1
-430
/
+430
2021-05-19
target/ppc: Fold gen_*_xer into their callers
Bruno Larsen (billionai)
2
-39
/
+31
2021-05-19
hw/ppc/spapr.c: Make sure the host supports the selected MMU mode
Fabiano Rosas
1
-0
/
+1
2021-05-19
hw/ppc/spapr.c: Extract MMU mode error reporting into a function
Fabiano Rosas
3
-12
/
+19
2021-05-18
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
48
-1653
/
+842
2021-05-18
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
21
-1088
/
+988
2021-05-18
vhost-user-blk: Check that num-queues is supported by backend
Kevin Wolf
3
-0
/
+8
2021-05-18
virtio: Fail if iommu_platform is requested, but unsupported
Kevin Wolf
1
-0
/
+5
2021-05-18
vhost-user-blk: Get more feature flags from vhost device
Kevin Wolf
1
-0
/
+2
2021-05-18
vhost-user-blk: Improve error reporting in realize
Kevin Wolf
1
-12
/
+11
2021-05-18
vhost-user-blk: Don't reconnect during initialisation
Kevin Wolf
1
-42
/
+17
2021-05-18
vhost-user-blk: Make sure to set Error on realize failure
Kevin Wolf
1
-3
/
+1
2021-05-18
vhost-user-blk-test: test discard/write zeroes invalid inputs
Stefan Hajnoczi
1
-0
/
+124
2021-05-18
tests/qtest: add multi-queue test case to vhost-user-blk-test
Stefan Hajnoczi
1
-5
/
+76
2021-05-18
test: new qTest case to test the vhost-user-blk-server
Coiby Xu
6
-0
/
+979
2021-05-18
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...
Peter Maydell
4
-2
/
+13
2021-05-18
block/export: improve vu_blk_sect_range_ok()
Stefan Hajnoczi
1
-1
/
+8
2021-05-18
block: Fix Transaction leak in bdrv_reopen_multiple()
Kevin Wolf
1
-1
/
+1
2021-05-18
block: Fix Transaction leak in bdrv_root_attach_child()
Kevin Wolf
1
-3
/
+4
2021-05-18
qcow2: set bdi->is_dirty
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2021-05-18
configure: use cc, not host_cc to set cross_cc for build arch
Alex Bennée
1
-1
/
+1
2021-05-18
tests/tcg: don't allow clang as a cross compiler
Alex Bennée
1
-11
/
+22
2021-05-18
tests/tcg: fix missing return
Alex Bennée
1
-0
/
+1
2021-05-18
tests/tcg/ppc64le: tests for brh/brw/brd
Matheus Ferst
3
-0
/
+47
2021-05-18
tests/docker: gcc-10 based images for ppc64{,le} tests
Matheus Ferst
6
-46
/
+32
2021-05-18
tests/tcg/tricore: Add muls test
Bastian Koppelmann
2
-0
/
+10
2021-05-18
tests/tcg/tricore: Add msub test
Bastian Koppelmann
2
-0
/
+10
2021-05-18
tests/tcg/tricore: Add madd test
Bastian Koppelmann
3
-0
/
+30
2021-05-18
tests/tcg/tricore: Add ftoi test
Bastian Koppelmann
3
-0
/
+18
2021-05-18
tests/tcg/tricore: Add fmul test
Bastian Koppelmann
2
-0
/
+9
2021-05-18
tests/tcg/tricore: Add fadd test
Bastian Koppelmann
2
-0
/
+17
2021-05-18
tests/tcg/tricore: Add dvstep test
Bastian Koppelmann
3
-1
/
+44
2021-05-18
tests/tcg/tricore: Add clz test
Bastian Koppelmann
2
-0
/
+10
2021-05-18
tests/tcg/tricore: Add bmerge test
Bastian Koppelmann
3
-0
/
+33
2021-05-18
tests/tcg/tricore: Add macros to create tests and first test 'abs'
Bastian Koppelmann
4
-0
/
+68
2021-05-18
configure: Emit HOST_CC to config-host.mak
Bastian Koppelmann
1
-0
/
+1
2021-05-18
tests/tcg/tricore: Add build infrastructure
Bastian Koppelmann
3
-0
/
+76
2021-05-18
hw/tricore: Add testdevice for tests in tests/tcg/
Bastian Koppelmann
4
-0
/
+129
2021-05-18
tests/tcg: Run timeout cmds using --foreground
Bastian Koppelmann
1
-2
/
+3
2021-05-18
tests/tcg: Add docker_as and docker_ld cmds
Bastian Koppelmann
2
-1
/
+33
2021-05-18
tests/docker: Added libbpf library to the docker files.
Andrew Melnychenko
3
-0
/
+3
2021-05-18
tests/tcg: don't iterate through other arch compilers
Alex Bennée
1
-89
/
+59
2021-05-18
gitlab: add build-user-hexagon test
Alex Bennée
1
-0
/
+11
2021-05-18
tests/tcg: Use Hexagon Docker image
Alessandro Di Federico
1
-0
/
+5
2021-05-18
docker: Add Hexagon image
Alessandro Di Federico
4
-0
/
+210
2021-05-18
tests/docker: add "fetch" sub-command
Alex Bennée
1
-0
/
+17
[prev]
[next]