1. 07 2月, 2018 18 次提交
  2. 06 2月, 2018 7 次提交
  3. 05 2月, 2018 11 次提交
  4. 03 2月, 2018 3 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180202-pull-request' into staging · f24ee107
      Peter Maydell 提交于
      ui: use QIONetListener in vnc, bugfixes for sdl1 and vnc.
      
      # gpg: Signature made Fri 02 Feb 2018 07:17:36 GMT
      # 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-20180202-pull-request:
        ui: correctly advance output buffer when writing SASL data
        ui: convert VNC server to QIONetListener
        ui: fix mixup between qnum and qcode in SDL1 key handling
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      f24ee107
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' into staging · fb2516ef
      Peter Maydell 提交于
      virtio-gpu: disallow vIOMMU
      
      # gpg: Signature made Fri 02 Feb 2018 08:31:52 GMT
      # 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/vga-20180202-pull-request:
        virtio-gpu: disallow vIOMMU
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fb2516ef
    • P
      Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging · f74425e2
      Peter Maydell 提交于
      This series is mostly about 9p request cancellation. It fixes a
      long standing bug (read "specification violation") where the server
      would send an invalid response when the client has cancelled an
      in-flight request. This was causing annoying spurious EINTR returns
      in linux. The fix comes with some related testing in QTEST.
      
      Other patches are code cleanup and improvements.
      
      # gpg: Signature made Fri 02 Feb 2018 10:16:03 GMT
      # gpg:                using RSA key 71D4D5E5822F73D6
      # gpg: Good signature from "Greg Kurz <groug@kaod.org>"
      # gpg:                 aka "Gregory Kurz <gregory.kurz@free.fr>"
      # gpg:                 aka "[jpeg image of size 3330]"
      # Primary key fingerprint: B482 8BAF 9431 40CE F2A3  4910 71D4 D5E5 822F 73D6
      
      * remotes/gkurz/tags/for-upstream:
        tests/virtio-9p: explicitly handle potential integer overflows
        tests: virtio-9p: add FLUSH operation test
        libqos/virtio: return length written into used descriptor
        tests: virtio-9p: add WRITE operation test
        tests: virtio-9p: add LOPEN operation test
        tests: virtio-9p: use the synth backend
        tests: virtio-9p: wait for completion in the test code
        tests: virtio-9p: move request tag to the test functions
        9pfs: Correctly handle cancelled requests
        9pfs: drop v9fs_register_transport()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      f74425e2
  5. 02 2月, 2018 1 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180202-pull-request' into staging · fabbd691
      Peter Maydell 提交于
      audio: two small fixes.
      
      # gpg: Signature made Fri 02 Feb 2018 07:49:20 GMT
      # 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/audio-20180202-pull-request:
        hw/audio/sb16.c: change dolog() to qemu_log_mask()
        hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fabbd691