1. 26 2月, 2019 9 次提交
  2. 25 2月, 2019 3 次提交
    • P
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-220219-1' into staging · ef80b99c
      Peter Maydell 提交于
      Various testing fixes:
      
        - Travis updates (inc disable isapc cdrom test)
        - Add gitlab control
        - Fix docker image
        - keep softloat tests short
      
      # gpg: Signature made Fri 22 Feb 2019 09:51:36 GMT
      # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * remotes/stsquad/tags/pull-testing-next-220219-1:
        tests/cdrom-test: only include isapc cdrom test when g_test_slow()
        tests/softfloat: always do quick softfloat tests
        Add a gitlab-ci file for Continuous Integration testing on Gitlab
        tests/docker: peg netmap code to a specific version
        tests/docker: squash initial update and install step for debian9
        .travis.yml: Remove disable-uuid
        .travis.yml: Test with disable-replication
        .travis.yml: split debug builds
        .travis.yml: the xcode10 image seems to be hosed
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ef80b99c
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' into staging · 59a568b5
      Peter Maydell 提交于
      vga: bugfixes and edid support for virtio-vga
      
      # gpg: Signature made Fri 22 Feb 2019 08:24:25 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # 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/vga-20190222-pull-request:
        display/virtio: add edid support.
        virtio-gpu: remove useless 'waiting' field
        virtio-gpu: block both 2d and 3d rendering
        virtio-gpu: remove unused config_size
        virtio-gpu: remove unused qdev
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      59a568b5
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' into staging · 8a4c08b1
      Peter Maydell 提交于
      ui: add support for -display spice-app
      ui: gtk+sdl bugfixes.
      
      # gpg: Signature made Fri 22 Feb 2019 07:53:13 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # 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/ui-20190222-pull-request:
        display: add -display spice-app launching a Spice client
        spice: use a default name for the server
        qapi: document DisplayType enum
        build-sys: add gio-2.0 check
        char: register spice ports after spice started
        char: move SpiceChardev and open_spice_port() to spice.h header
        spice: do not stop spice if VM is paused
        spice: merge options lists
        spice: avoid spice runtime assert
        char/spice: discard write() if backend is disconnected
        char/spice: trigger HUP event
        ui/gtk: Fix the license information
        sdl2: drop qemu_input_event_send_key_qcode call
        spice: set device address and device display ID in QXL interface
        kbd-state: don't block auto-repeat events
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      8a4c08b1
  3. 22 2月, 2019 28 次提交