aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-08-26docs: update the documentation upfront about schema configurationMarc-André Lureau
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster
2021-08-25Merge remote-tracking branch 'remotes/philmd/tags/mips-20210825' into stagingPeter Maydell
2021-08-25Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-...Peter Maydell
2021-08-25target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé
2021-08-25target/mips: Store CP0_Config0 in DisasContextPhilippe Mathieu-Daudé
2021-08-25target/mips: Replace GET_LMASK64() macro by get_lmask(64) functionPhilippe Mathieu-Daudé
2021-08-25target/mips: Replace GET_LMASK() macro by get_lmask(32) functionPhilippe Mathieu-Daudé
2021-08-25target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpersPhilippe Mathieu-Daudé
2021-08-25target/mips: Define gen_helper() macros in translate.hPhilippe Mathieu-Daudé
2021-08-25target/mips: Use tcg_constant_i32() in generate_exception_err()Philippe Mathieu-Daudé
2021-08-25target/mips: Inline gen_helper_0e0i()Philippe Mathieu-Daudé
2021-08-25target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macrosPhilippe Mathieu-Daudé
2021-08-25target/mips: Simplify gen_helper() macros by using tcg_constant_i32()Philippe Mathieu-Daudé
2021-08-25target/mips: Use tcg_constant_i32() in gen_helper_0e2i()Philippe Mathieu-Daudé
2021-08-25target/mips: Remove gen_helper_1e2i()Philippe Mathieu-Daudé
2021-08-25target/mips: Remove gen_helper_0e3i()Philippe Mathieu-Daudé
2021-08-25target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXTPhilippe Mathieu-Daudé
2021-08-25target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddrPhilippe Mathieu-Daudé
2021-08-25target/mips: Document Loongson-3A CPU definitionsPhilippe Mathieu-Daudé
2021-08-25target/mips: Convert Vr54xx MSA* opcodes to decodetreePhilippe Mathieu-Daudé
2021-08-25target/mips: Convert Vr54xx MUL* opcodes to decodetreePhilippe Mathieu-Daudé
2021-08-25target/mips: Convert Vr54xx MACC* opcodes to decodetreePhilippe Mathieu-Daudé
2021-08-25target/mips: Introduce decodetree structure for NEC Vr54xx extensionPhilippe Mathieu-Daudé
2021-08-25target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.cPhilippe Mathieu-Daudé
2021-08-25target/mips: Extract NEC Vr54xx helper definitionsPhilippe Mathieu-Daudé
2021-08-25target/mips: Introduce generic TRANS() macro for decodetree helpersPhilippe Mathieu-Daudé
2021-08-25target/mips: Rename 'rtype' as 'r'Philippe Mathieu-Daudé
2021-08-25target/mips: Merge 32-bit/64-bit Release6 decodetree definitionsPhilippe Mathieu-Daudé
2021-08-25target/mips: Decode vendor extensions before MIPS ISAsPhilippe Mathieu-Daudé
2021-08-25target/mips: Simplify PREF opcodePhilippe Mathieu-Daudé
2021-08-25target/mips: Remove JR opcode unused argumentsPhilippe Mathieu-Daudé
2021-08-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210825'...Peter Maydell
2021-08-25docs: make sphinx-build be quiet by defaultDaniel P. Berrangé
2021-08-25docs: split the CI docs into two filesDaniel P. Berrangé
2021-08-25docs/about/removed-features: Move some CLI options to the right locationThomas Huth
2021-08-25docs: Document how to use gdb with unix socketsSebastian Meyer
2021-08-25fsl-imx7: Instantiate SAI1/2/3 as unimplemented devicesGuenter Roeck
2021-08-25sbsa-ref: Rename SBSA_GWDT enum valueEduardo Habkost
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian
2021-08-25fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devicesGuenter Roeck
2021-08-25hw/char/pl011: add support for sending breakJan Luebbe
2021-08-25target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()Hamza Mahfooz
2021-08-25target/arm: Implement M-profile trapping on division by zeroPeter Maydell
2021-08-25target/arm: Re-indent sdiv and udiv helpersPeter Maydell