1. 29 6月, 2021 9 次提交
  2. 28 6月, 2021 2 次提交
    • P
      Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/floppy-pull-request' into staging · 271fc190
      Peter Maydell 提交于
      FDC Pull request
      
      # gpg: Signature made Fri 25 Jun 2021 13:54:17 BST
      # gpg:                using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
      # Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
      #      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E
      
      * remotes/jsnow-gitlab/tags/floppy-pull-request:
        hw/block/fdc: Add description to floppy controllers
        hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
        hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
        hw/block/fdc: Declare shared prototypes in fdc-internal.h
        hw/block/fdc: Replace disabled fprintf() by trace event
        hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      271fc190
    • P
      Merge remote-tracking branch 'remotes/philmd/tags/mips-20210625' into staging · 687f9f78
      Peter Maydell 提交于
      MIPS patches queue
      
      Various fixes:
      - Potential integer overflow (CID 1452921)
      - Invalid emulation of nanoMIPS BPOSGE32 opcode
      - Missing exception when DINSV opcode used with DSP disabled
      - Do not abort but emit exception for invalid BRANCH opcodes
      - TCG temporary leaks
      
      Housekeeping:
      - Remove dead code / comments
      - Restrict few files to TCG, declarations to sysemu
      - Merge MSA32 and MSA64 decodetree definitions
      
      # gpg: Signature made Fri 25 Jun 2021 10:22:20 BST
      # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
      # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE
      
      * remotes/philmd/tags/mips-20210625:
        target/mips: Merge msa32/msa64 decodetree definitions
        target/mips: Remove pointless gen_msa()
        target/mips: Optimize regnames[] arrays
        target/mips: Constify host_to_mips_errno[]
        target/mips: fix emulation of nanoMIPS BPOSGE32 instruction
        target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful cases
        target/mips: Remove SmartMIPS / MDMX unuseful comments
        target/mips: Restrict some system specific declarations to sysemu
        target/mips: Move translate.h to tcg/ sub directory
        target/mips: Move TCG trace events to tcg/ sub directory
        target/mips: Do not abort on invalid instruction
        target/mips: Raise exception when DINSV opcode used with DSP disabled
        target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insn
        target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()
        target/mips: Fix potential integer overflow (CID 1452921)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      687f9f78
  3. 26 6月, 2021 2 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request' into staging · 5d2d18ae
      Peter Maydell 提交于
      audio: bugfixes
      
      # gpg: Signature made Thu 24 Jun 2021 13:16:16 BST
      # gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/audio-20210624-pull-request:
        hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h
        coreaudio: Lock only the buffer
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5d2d18ae
    • P
      Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210624-2' into staging · e3955ae9
      Peter Maydell 提交于
      Third RISC-V PR for 6.1 release
      
       - Fix MISA in the DisasContext
       - Fix GDB CSR XML generation
       - QOMify the SiFive UART
       - Add support for the OpenTitan timer
      
      # gpg: Signature made Thu 24 Jun 2021 13:00:26 BST
      # gpg:                using RSA key F6C4AC46D4934868D3B8CE8F21E10D29DF977054
      # gpg: Good signature from "Alistair Francis <alistair@alistair23.me>" [full]
      # Primary key fingerprint: F6C4 AC46 D493 4868 D3B8  CE8F 21E1 0D29 DF97 7054
      
      * remotes/alistair/tags/pull-riscv-to-apply-20210624-2:
        hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer
        hw/timer: Initial commit of Ibex Timer
        hw/char/ibex_uart: Make the register layout private
        hw/char: QOMify sifive_uart
        hw/char: Consistent function names for sifive_uart
        target/riscv: gdbstub: Fix dynamic CSR XML generation
        target/riscv: Use target_ulong for the DisasContext misa
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e3955ae9
  4. 25 6月, 2021 26 次提交
  5. 24 6月, 2021 1 次提交