1. 30 10月, 2018 13 次提交
  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 1 次提交
    • P
      Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging · a4d71025
      Peter Maydell 提交于
      Improve performance of XTS cipher mode impl
      
      The XTS cipher mode performance is approximately doubled and test
      coverage is improved.
      
      # gpg: Signature made Wed 24 Oct 2018 19:05:08 BST
      # gpg:                using RSA key BE86EBB415104FDF
      # gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>"
      # gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>"
      # Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF
      
      * remotes/berrange/tags/qcrypto-next-pull-request:
        crypto: add testing for unaligned buffers with XTS cipher mode
        crypto: refactor XTS cipher mode test suite
        crypto: annotate xts_tweak_encdec as inlineable
        crypto: convert xts_mult_x to use xts_uint128 type
        crypto: convert xts_tweak_encdec to use xts_uint128 type
        crypto: introduce a xts_uint128 data type
        crypto: remove code duplication in tweak encrypt/decrypt
        crypto: expand algorithm coverage for cipher benchmark
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a4d71025