aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-25target/mips: Store CP0_Config0 in DisasContextPhilippe Mathieu-Daudé2-0/+2
2021-08-25target/mips: Replace GET_LMASK64() macro by get_lmask(64) functionPhilippe Mathieu-Daudé1-19/+16
2021-08-25target/mips: Replace GET_LMASK() macro by get_lmask(32) functionPhilippe Mathieu-Daudé1-11/+21
2021-08-25target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpersPhilippe Mathieu-Daudé1-22/+33
2021-08-25target/mips: Define gen_helper() macros in translate.hPhilippe Mathieu-Daudé2-12/+12
2021-08-25target/mips: Use tcg_constant_i32() in generate_exception_err()Philippe Mathieu-Daudé1-5/+2
2021-08-25target/mips: Inline gen_helper_0e0i()Philippe Mathieu-Daudé1-6/+2
2021-08-25target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macrosPhilippe Mathieu-Daudé1-5/+1
2021-08-25target/mips: Simplify gen_helper() macros by using tcg_constant_i32()Philippe Mathieu-Daudé1-15/+5
2021-08-25target/mips: Use tcg_constant_i32() in gen_helper_0e2i()Philippe Mathieu-Daudé1-12/+2
2021-08-25target/mips: Remove gen_helper_1e2i()Philippe Mathieu-Daudé1-6/+0
2021-08-25target/mips: Remove gen_helper_0e3i()Philippe Mathieu-Daudé1-6/+0
2021-08-25target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXTPhilippe Mathieu-Daudé1-2/+0
2021-08-25target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddrPhilippe Mathieu-Daudé1-1/+1
2021-08-25target/mips: Document Loongson-3A CPU definitionsPhilippe Mathieu-Daudé1-2/+2
2021-08-25target/mips: Convert Vr54xx MSA* opcodes to decodetreePhilippe Mathieu-Daudé3-53/+14
2021-08-25target/mips: Convert Vr54xx MUL* opcodes to decodetreePhilippe Mathieu-Daudé3-24/+18
2021-08-25target/mips: Convert Vr54xx MACC* opcodes to decodetreePhilippe Mathieu-Daudé3-16/+42
2021-08-25target/mips: Introduce decodetree structure for NEC Vr54xx extensionPhilippe Mathieu-Daudé5-0/+33
2021-08-25target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.cPhilippe Mathieu-Daudé3-118/+143
2021-08-25target/mips: Extract NEC Vr54xx helper definitionsPhilippe Mathieu-Daudé2-15/+27
2021-08-25target/mips: Introduce generic TRANS() macro for decodetree helpersPhilippe Mathieu-Daudé1-0/+8
2021-08-25target/mips: Rename 'rtype' as 'r'Philippe Mathieu-Daudé6-46/+46
2021-08-25target/mips: Merge 32-bit/64-bit Release6 decodetree definitionsPhilippe Mathieu-Daudé4-40/+19
2021-08-25target/mips: Decode vendor extensions before MIPS ISAsPhilippe Mathieu-Daudé1-3/+5
2021-08-25target/mips: Simplify PREF opcodePhilippe Mathieu-Daudé1-6/+2
2021-08-25target/mips: Remove JR opcode unused argumentsPhilippe Mathieu-Daudé1-1/+1
2021-08-25Open 6.2 development treePeter Maydell1-1/+1
2021-08-24Update version for v6.1.0 releasev6.1.0Peter Maydell1-1/+1
2021-08-17Update version for v6.1.0-rc4 releasev6.1.0-rc4Peter Maydell1-1/+1
2021-08-17softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()David Hildenbrand1-1/+0
2021-08-17qapi/machine.json: Remove zero value reference from SMPConfiguration document...Andrew Jones1-1/+1
2021-08-15Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-...Peter Maydell7-22/+215
2021-08-15Merge remote-tracking branch 'remotes/kraxel/tags/maintainers-20210811-pull-r...Peter Maydell1-8/+8
2021-08-15Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20210812' into stagingPeter Maydell1-1/+2
2021-08-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-3/+4
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé1-1/+1
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé1-0/+1
2021-08-13target/i386: Fixed size of constant for WindowsLara Lazier2-2/+2
2021-08-12Hexagon (disas/hexagon.c) fix memory leak for early exit casesTaylor Simpson1-1/+2
2021-08-11docs/about/removed-features: Document removed machines from older QEMU versionsThomas Huth1-2/+18
2021-08-11docs/about/removed-features: Document removed devices from older QEMU versionsThomas Huth1-0/+11
2021-08-11docs/about/removed-features: Document removed HMP commands from QEMU v2.12Thomas Huth1-0/+11
2021-08-11docs/about/removed-features: Document removed CLI options from QEMU v3.1Thomas Huth1-0/+67
2021-08-11docs/about/removed-features: Document removed CLI options from QEMU v3.0Thomas Huth1-0/+35
2021-08-11docs/about/removed-features: Document removed CLI options from QEMU v2.12Thomas Huth1-2/+37
2021-08-11fuzz: avoid building twice, when running on gitlabAlexander Bulekov1-11/+13
2021-08-11tests/qtest/vhost-user-blk-test: Check whether qemu-storage-daemon is availableThomas Huth1-0/+8
2021-08-11storage-daemon: Add missing build dependency to the vhost-user-blk-testThomas Huth2-6/+9
2021-08-11gitlab: skip many more targets in windows cross buildsDaniel P. Berrangé2-1/+5