1. 30 10月, 2018 3 次提交
  2. 29 10月, 2018 10 次提交
  3. 28 10月, 2018 1 次提交
    • P
      Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into staging · 285278ca
      Peter Maydell 提交于
      Testing patches
      
      One fix for mingw build and some improvements in VM based testing, many thanks
      to Paolo and Phil.
      
      # gpg: Signature made Fri 26 Oct 2018 15:15:13 BST
      # gpg:                using RSA key CA35624C6A9171C6
      # gpg: Good signature from "Fam Zheng <famz@redhat.com>"
      # Primary key fingerprint: 5003 7CB7 9706 0F76 F021  AD56 CA35 624C 6A91 71C6
      
      * remotes/famz/tags/testing-pull-request:
        tests/vm: Do not abuse parallelism when HOST != TARGET architecture
        tests/vm: Do not use -enable-kvm if HOST != TARGET architecture
        tests/vm: Let kvm_available() work in cross environments
        tests/vm: Add a BaseVM::arch property
        tests/vm: Display remaining seconds to wait for a VM to start
        tests/vm: Do not use the -smp option with a single cpu
        tests/vm: Do not abuse parallelism when KVM is not available
        tests/vm: Extract the kvm_available() handy function
        tests: docker: update test-mingw for GTK+ 2.0 removal
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      285278ca
  4. 27 10月, 2018 1 次提交
    • P
      Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part-3' into staging · 179f9ac8
      Peter Maydell 提交于
      MIPS queue for October 2018 - part 3
      
      # gpg: Signature made Thu 25 Oct 2018 21:14:02 BST
      # gpg:                using RSA key D4972A8967F75A65
      # gpg: Good signature from "Aleksandar Markovic <amarkovic@wavecomp.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 8526 FBF1 5DA3 811F 4A01  DD75 D497 2A89 67F7 5A65
      
      * remotes/amarkovic/tags/mips-queue-oct-2018-part-3:
        target/mips: Add disassembler support for nanoMIPS
        target/mips: Implement emulation of nanoMIPS EVA instructions
        target/mips: Add nanoMIPS CRC32 instruction pool
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      179f9ac8
  5. 26 10月, 2018 14 次提交
  6. 25 10月, 2018 9 次提交
  7. 24 10月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part-2-v2' into staging · c9629203
      Peter Maydell 提交于
      MIPS queue for October 2018 - part 2 - v2
      
      # gpg: Signature made Wed 24 Oct 2018 14:22:54 BST
      # gpg:                using RSA key D4972A8967F75A65
      # gpg: Good signature from "Aleksandar Markovic <amarkovic@wavecomp.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 8526 FBF1 5DA3 811F 4A01  DD75 D497 2A89 67F7 5A65
      
      * remotes/amarkovic/tags/mips-queue-oct-2018-part-2-v2: (33 commits)
        target/mips: Fix decoding of ALIGN and DALIGN instructions
        target/mips: Fix the title of translate.c
        linux-user/mips: Recognize the R5900 CPU model
        target/mips: Define the R5900 CPU
        tests/tcg/mips: Add tests for R5900 DIVU1
        tests/tcg/mips: Add tests for R5900 DIV1
        tests/tcg/mips: Add tests for R5900 MTLO1 and MTHI1
        tests/tcg/mips: Add tests for R5900 MFLO1 and MFHI1
        tests/tcg/mips: Add tests for R5900 three-operand MULTU1
        tests/tcg/mips: Add tests for R5900 three-operand MULT1
        tests/tcg/mips: Add tests for R5900 three-operand MULTU
        tests/tcg/mips: Add tests for R5900 three-operand MULT
        target/mips: Make R5900 DMULT[U], DDIV[U], LL[D] and SC[D] user only
        target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IV
        target/mips: Support R5900 DIV1 and DIVU1 instructions
        target/mips: Support R5900 MFLO1, MTLO1, MFHI1 and MTHI1 instructions
        target/mips: Support R5900 three-operand MULT1 and MULTU1 instructions
        target/mips: Support R5900 three-operand MULT and MULTU instructions
        target/mips: Add a placeholder for R5900 MMI3 instruction subclass
        target/mips: Add a placeholder for R5900 MMI2 instruction subclass
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c9629203
    • P
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-24' into staging · 18e19564
      Peter Maydell 提交于
      - Disable migration-test with TCG on s390x (since there are known problems)
      - Small Makefile improvements
      - More modern shell scripting changes (use $() instead of ``)
      - Add a configure option to disable AVX2
      
      # gpg: Signature made Wed 24 Oct 2018 08:04:33 BST
      # gpg:                using RSA key 2ED9D774FE702DB5
      # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>"
      # gpg:                 aka "Thomas Huth <thuth@redhat.com>"
      # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>"
      # gpg:                 aka "Thomas Huth <th.huth@posteo.de>"
      # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
      
      * remotes/huth-gitlab/tags/pull-request-2018-10-24:
        configure: Provide option to explicitly disable AVX2
        po/Makefile: Modern shell scripting (use $() instead of ``)
        debian-bootstrap.pre: Modern shell scripting (use $() instead of ``)
        configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device
        hw/core: Move null-machine into the common-obj list
        tests/migration-test: Disable s390x test when running with TCG
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      18e19564