1. 20 5月, 2018 3 次提交
  2. 19 5月, 2018 33 次提交
  3. 18 5月, 2018 4 次提交
    • P
      Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request' into staging · d32e41a1
      Peter Maydell 提交于
      Docker and block patches
      
      Two fairly small fixes.
      
      # gpg: Signature made Fri 18 May 2018 10:17:06 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/docker-and-block-pull-request:
        iothread: fix epollfd leak in the process of delIOThread
        docker: Fix trivial typo
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d32e41a1
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180518-pull-request' into staging · dba0f15a
      Peter Maydell 提交于
      usb: two smartcard reader fixes.
      
      # gpg: Signature made Fri 18 May 2018 08:50:01 BST
      # gpg:                using RSA key 4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/usb-20180518-pull-request:
        hw/usb/dev-smartcard-reader: Handle 64 B USB packets
        ccid-card-passthru: fix regression in realize()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      dba0f15a
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180518-pull-request' into staging · 30d9081d
      Peter Maydell 提交于
      ui: bugfixes, move x11 dependency to modules.
      
      # gpg: Signature made Fri 18 May 2018 08:40:41 BST
      # gpg:                using RSA key 4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/ui-20180518-pull-request:
        sdl: Move use of surface pointer below check for whether it is NULL
        ui: add x_keymap.o to modules
        console: Avoid segfault in screendump
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      30d9081d
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180517' into staging · 68129948
      Peter Maydell 提交于
      Roundup of softfloat patches
      
      # gpg: Signature made Thu 17 May 2018 23:44:04 BST
      # gpg:                using RSA key 64DF38E8AF7E215F
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth/tags/pull-fpu-20180517: (28 commits)
        fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan
        fpu/softfloat: Clean up parts_default_nan
        fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan
        fpu/softfloat: Pass FloatClass to pickNaNMulAdd
        fpu/softfloat: Pass FloatClass to pickNaN
        fpu/softfloat: Make is_nan et al available to softfloat-specialize.h
        fpu/softfloat: Specialize on snan_bit_is_one
        fpu/softfloat: Remove floatX_maybe_silence_nan
        fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN
        target/s390x: Remove floatX_maybe_silence_nan from conversions
        target/riscv: Remove floatX_maybe_silence_nan from conversions
        target/mips: Remove floatX_maybe_silence_nan from conversions
        target/m68k: Use floatX_silence_nan when we have already checked for SNaN
        target/hppa: Remove floatX_maybe_silence_nan from conversions
        target/arm: Remove floatX_maybe_silence_nan from conversions
        target/arm: Use floatX_silence_nan when we have already checked for SNaN
        fpu/softfloat: re-factor float to float conversions
        fpu/softfloat: Partial support for ARM Alternative half-precision
        target/arm: squash FZ16 behaviour for conversions
        target/arm: convert conversion helpers to fpst/ahp_flag
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      68129948