summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-28Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/floppy-pull-request' ...Peter Maydell
2021-06-28Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into stagingPeter Maydell
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...Peter Maydell
2021-06-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-06-25Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-06-24' in...Peter Maydell
2021-06-25hw/block/fdc: Add description to floppy controllersPhilippe Mathieu-Daudé
2021-06-25hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé
2021-06-25hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé
2021-06-25hw/block/fdc: Declare shared prototypes in fdc-internal.hPhilippe Mathieu-Daudé
2021-06-25hw/block/fdc: Replace disabled fprintf() by trace eventPhilippe Mathieu-Daudé
2021-06-25hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDCPhilippe Mathieu-Daudé
2021-06-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-25062...Peter Maydell
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée
2021-06-25tests/tcg: skip the signals test for hppa/s390x for nowAlex Bennée
2021-06-25GitLab: Add "Feature Request" issue template.John Snow
2021-06-25GitLab: Add "Bug" issue reporting templateJohn Snow
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée
2021-06-25docs/devel: Add a single top-level header to MTTCG's docLuis Pires
2021-06-25tests/acceptance: tweak the tcg/kvm tests for virtAlex Bennée
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210624-pull-request' i...Peter Maydell
2021-06-24target/mips: Merge msa32/msa64 decodetree definitionsPhilippe Mathieu-Daudé
2021-06-24target/mips: Remove pointless gen_msa()Philippe Mathieu-Daudé
2021-06-24target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé
2021-06-24target/mips: Constify host_to_mips_errno[]Philippe Mathieu-Daudé
2021-06-24target/mips: fix emulation of nanoMIPS BPOSGE32 instructionAleksandar Rikalo
2021-06-24target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful casesPhilippe Mathieu-Daudé
2021-06-24target/mips: Remove SmartMIPS / MDMX unuseful commentsPhilippe Mathieu-Daudé
2021-06-24target/mips: Restrict some system specific declarations to sysemuPhilippe Mathieu-Daudé
2021-06-24target/mips: Move translate.h to tcg/ sub directoryPhilippe Mathieu-Daudé
2021-06-24target/mips: Move TCG trace events to tcg/ sub directoryPhilippe Mathieu-Daudé
2021-06-24target/mips: Do not abort on invalid instructionPhilippe Mathieu-Daudé
2021-06-24target/mips: Raise exception when DINSV opcode used with DSP disabledPhilippe Mathieu-Daudé
2021-06-24target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insnPhilippe Mathieu-Daudé
2021-06-24target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()Philippe Mathieu-Daudé
2021-06-24target/mips: Fix potential integer overflow (CID 1452921)Philippe Mathieu-Daudé
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell
2021-06-24docs/system: arm: Add nRF boards descriptionAlexandre Iooss
2021-06-24target/arm: Implement MTE3Peter Collingbourne
2021-06-24target/arm: Make VMOV scalar <-> gpreg beatwise for MVEPeter Maydell
2021-06-24target/arm: Implement MVE VADDVPeter Maydell
2021-06-24target/arm: Implement MVE VHCADDPeter Maydell
2021-06-24target/arm: Implement MVE VCADDPeter Maydell
2021-06-24target/arm: Implement MVE VADC, VSBCPeter Maydell
2021-06-24target/arm: Implement MVE VRHADDPeter Maydell
2021-06-24target/arm: Implement MVE VQDMULL (vector)Peter Maydell
2021-06-24target/arm: Implement MVE VQDMLSDH and VQRDMLSDHPeter Maydell
2021-06-24target/arm: Implement MVE VQDMLADH and VQRDMLADHPeter Maydell
2021-06-24target/arm: Implement MVE VRSHLPeter Maydell
2021-06-24target/arm: Implement MVE VSHL insnPeter Maydell
2021-06-24target/arm: Implement MVE VQRSHLPeter Maydell