summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson
2021-05-19target/ppc: Split out decode_legacyRichard Henderson
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)
2021-05-19target/ppc: updated vscr manipulation in machine.cBruno Larsen (billionai)
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)
2021-05-19target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)
2021-05-19target/ppc: move SPR R/W callbacks to translate.cBruno Larsen (billionai)
2021-05-19target/ppc: renamed SPR registration functionsBruno Larsen (billionai)
2021-05-19target/ppc: Fold gen_*_xer into their callersBruno Larsen (billionai)
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas
2021-05-18Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-05-18Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf
2021-05-18vhost-user-blk-test: test discard/write zeroes invalid inputsStefan Hajnoczi
2021-05-18tests/qtest: add multi-queue test case to vhost-user-blk-testStefan Hajnoczi
2021-05-18test: new qTest case to test the vhost-user-blk-serverCoiby Xu
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell
2021-05-18block/export: improve vu_blk_sect_range_ok()Stefan Hajnoczi
2021-05-18block: Fix Transaction leak in bdrv_reopen_multiple()Kevin Wolf
2021-05-18block: Fix Transaction leak in bdrv_root_attach_child()Kevin Wolf
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy
2021-05-18configure: use cc, not host_cc to set cross_cc for build archAlex Bennée
2021-05-18tests/tcg: don't allow clang as a cross compilerAlex Bennée
2021-05-18tests/tcg: fix missing returnAlex Bennée
2021-05-18tests/tcg/ppc64le: tests for brh/brw/brdMatheus Ferst
2021-05-18tests/docker: gcc-10 based images for ppc64{,le} testsMatheus Ferst
2021-05-18tests/tcg/tricore: Add muls testBastian Koppelmann
2021-05-18tests/tcg/tricore: Add msub testBastian Koppelmann
2021-05-18tests/tcg/tricore: Add madd testBastian Koppelmann
2021-05-18tests/tcg/tricore: Add ftoi testBastian Koppelmann