aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-13target/mips/tx79: Salvage instructions description commentPhilippe Mathieu-Daudé2-160/+188
2021-03-13target/mips: Remove 'C790 Multimedia Instructions' dead codePhilippe Mathieu-Daudé1-371/+0
2021-03-13target/mips/tx79: Move PCPYLD / PCPYUD opcodes to decodetreePhilippe Mathieu-Daudé3-80/+48
2021-03-13target/mips/tx79: Move PCPYH opcode to decodetreePhilippe Mathieu-Daudé3-39/+27
2021-03-13target/mips/translate: Simplify PCPYH using deposit_i64()Philippe Mathieu-Daudé1-30/+4
2021-03-13target/mips/translate: Make gen_rdhwr() publicPhilippe Mathieu-Daudé2-1/+3
2021-03-13target/mips/tx79: Move MTHI1 / MTLO1 opcodes to decodetreePhilippe Mathieu-Daudé3-25/+17
2021-03-13target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetreePhilippe Mathieu-Daudé6-12/+94
2021-03-13target/mips: Use gen_load_gpr[_hi]() when possiblePhilippe Mathieu-Daudé1-23/+6
2021-03-13target/mips: Extract MXU code to new mxu_translate.c filePhilippe Mathieu-Daudé3-1605/+1613
2021-03-13target/mips: Introduce mxu_translate_init() helperPhilippe Mathieu-Daudé2-12/+17
2021-03-13target/mips: Simplify decode_opc_mxu() ifdef'ryPhilippe Mathieu-Daudé2-4/+5
2021-03-13target/mips: Convert decode_ase_mxu() to decodetree prototypePhilippe Mathieu-Daudé1-3/+5
2021-03-13target/mips: Rename decode_opc_mxu() as decode_ase_mxu()Philippe Mathieu-Daudé1-2/+2
2021-03-13target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()Philippe Mathieu-Daudé1-14/+5
2021-03-13target/mips: Use OPC_MUL instead of OPC__MXU_MULPhilippe Mathieu-Daudé1-2/+1
2021-03-13target/mips: Pass instruction opcode to decode_opc_mxu()Philippe Mathieu-Daudé1-7/+7
2021-03-13target/mips: Remove unused CPUMIPSState* from MXU functionsPhilippe Mathieu-Daudé1-10/+10
2021-03-13target/mips: Remove XBurst Media eXtension Unit dead codePhilippe Mathieu-Daudé1-1286/+0
2021-03-13target/mips: Rewrite complex ifdef'ryPhilippe Mathieu-Daudé1-4/+7
2021-03-13target/mips/meson: Restrict mips-semi.c to TCGPhilippe Mathieu-Daudé1-1/+1
2021-03-13target/mips/meson: Introduce mips_tcg source setPhilippe Mathieu-Daudé1-2/+5
2021-03-13hw/mips/gt64xxx: Trace accesses to ISD registersPhilippe Mathieu-Daudé2-0/+4
2021-03-13hw/mips/gt64xxx: Rename trace events related to interrupt registersPhilippe Mathieu-Daudé2-10/+10
2021-03-13hw/mips/gt64xxx: Fix typos in qemu_log_mask() formatsPhilippe Mathieu-Daudé1-10/+10
2021-03-13hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlersPhilippe Mathieu-Daudé1-4/+6
2021-03-13hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()Philippe Mathieu-Daudé1-2/+9
2021-03-13linux-user/elfload: fix address calculation in fallback scenarioVincent Fazio1-1/+2
2021-03-13linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel supportVincent Fazio1-2/+1
2021-03-13linux-user/elfload: munmap proper address in pgd_find_hole_fallbackVincent Fazio1-1/+1
2021-03-13linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2-17/+51
2021-03-13linux-user: Fix executable page of /proc/self/mapsNicolas Surbayrole1-3/+3
2021-03-12Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell4-24/+82
2021-03-12README: Add Documentation blurbJohn Snow1-0/+11
2021-03-12MAINTAINERS: Merge the Gitlab-CI section into the generic CI sectionThomas Huth1-15/+8
2021-03-12tests: remove "make check-speed" in favor of "make bench"Paolo Bonzini1-6/+2
2021-03-12gitlab-ci.yml: Merge check-crypto-old jobs into the build-crypto-old jobsThomas Huth1-41/+4
2021-03-12gitlab-ci.yml: Merge one of the coroutine jobs with the tcg-disabled jobThomas Huth1-10/+4
2021-03-12gitlab-ci.yml: Add some missing dependencies to the jobsThomas Huth1-0/+8
2021-03-12gitlab-ci.yml: Move build-tools-and-docs-debian to a better placeThomas Huth1-13/+15
2021-03-12tests: Move benchmarks into a separate folderThomas Huth9-34/+36
2021-03-12tests: Move unit tests into a separate directoryThomas Huth106-219/+223
2021-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell3-131/+117
2021-03-12tests/qtest: Test PWM fan RPM using MFT in PWM testHao Wu1-6/+199
2021-03-12hw/arm: Connect PWM fans in NPCM7XX boardsHao Wu2-1/+109
2021-03-12hw/arm: Add MFT device to NPCM7xx SocHao Wu3-9/+40
2021-03-12hw/misc: Add NPCM7XX MFT ModuleHao Wu4-0/+619
2021-03-12hw/misc: Add GPIOs for duty in NPCM7xx PWMHao Wu2-1/+7
2021-03-12hw/arm/virt: KVM: The IPA lower bound is 32Andrew Jones3-10/+23
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones2-0/+3