aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-19target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)4-11/+11
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)3-60/+59
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)4-576/+668
2021-05-19target/ppc: move SPR R/W callbacks to translate.cBruno Larsen (billionai)2-1020/+1028
2021-05-19target/ppc: renamed SPR registration functionsBruno Larsen (billionai)1-430/+430
2021-05-19target/ppc: Fold gen_*_xer into their callersBruno Larsen (billionai)2-39/+31
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas1-0/+1
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas3-12/+19
2021-05-18Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell48-1653/+842
2021-05-18Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell21-1088/+988
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf3-0/+8
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf1-0/+5
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf1-0/+2
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf1-12/+11
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf1-42/+17
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf1-3/+1
2021-05-18vhost-user-blk-test: test discard/write zeroes invalid inputsStefan Hajnoczi1-0/+124
2021-05-18tests/qtest: add multi-queue test case to vhost-user-blk-testStefan Hajnoczi1-5/+76
2021-05-18test: new qTest case to test the vhost-user-blk-serverCoiby Xu6-0/+979
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell4-2/+13
2021-05-18block/export: improve vu_blk_sect_range_ok()Stefan Hajnoczi1-1/+8
2021-05-18block: Fix Transaction leak in bdrv_reopen_multiple()Kevin Wolf1-1/+1
2021-05-18block: Fix Transaction leak in bdrv_root_attach_child()Kevin Wolf1-3/+4
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy1-0/+1
2021-05-18configure: use cc, not host_cc to set cross_cc for build archAlex Bennée1-1/+1
2021-05-18tests/tcg: don't allow clang as a cross compilerAlex Bennée1-11/+22
2021-05-18tests/tcg: fix missing returnAlex Bennée1-0/+1
2021-05-18tests/tcg/ppc64le: tests for brh/brw/brdMatheus Ferst3-0/+47
2021-05-18tests/docker: gcc-10 based images for ppc64{,le} testsMatheus Ferst6-46/+32
2021-05-18tests/tcg/tricore: Add muls testBastian Koppelmann2-0/+10
2021-05-18tests/tcg/tricore: Add msub testBastian Koppelmann2-0/+10
2021-05-18tests/tcg/tricore: Add madd testBastian Koppelmann3-0/+30
2021-05-18tests/tcg/tricore: Add ftoi testBastian Koppelmann3-0/+18
2021-05-18tests/tcg/tricore: Add fmul testBastian Koppelmann2-0/+9
2021-05-18tests/tcg/tricore: Add fadd testBastian Koppelmann2-0/+17
2021-05-18tests/tcg/tricore: Add dvstep testBastian Koppelmann3-1/+44
2021-05-18tests/tcg/tricore: Add clz testBastian Koppelmann2-0/+10
2021-05-18tests/tcg/tricore: Add bmerge testBastian Koppelmann3-0/+33
2021-05-18tests/tcg/tricore: Add macros to create tests and first test 'abs'Bastian Koppelmann4-0/+68
2021-05-18configure: Emit HOST_CC to config-host.makBastian Koppelmann1-0/+1
2021-05-18tests/tcg/tricore: Add build infrastructureBastian Koppelmann3-0/+76
2021-05-18hw/tricore: Add testdevice for tests in tests/tcg/Bastian Koppelmann4-0/+129
2021-05-18tests/tcg: Run timeout cmds using --foregroundBastian Koppelmann1-2/+3
2021-05-18tests/tcg: Add docker_as and docker_ld cmdsBastian Koppelmann2-1/+33
2021-05-18tests/docker: Added libbpf library to the docker files.Andrew Melnychenko3-0/+3
2021-05-18tests/tcg: don't iterate through other arch compilersAlex Bennée1-89/+59
2021-05-18gitlab: add build-user-hexagon testAlex Bennée1-0/+11
2021-05-18tests/tcg: Use Hexagon Docker imageAlessandro Di Federico1-0/+5
2021-05-18docker: Add Hexagon imageAlessandro Di Federico4-0/+210
2021-05-18tests/docker: add "fetch" sub-commandAlex Bennée1-0/+17