1. 11 7月, 2016 25 次提交
  2. 07 7月, 2016 10 次提交
  3. 06 7月, 2016 5 次提交
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into staging · 0c56c6ab
      Peter Maydell 提交于
      spice and qxl bugfixes.
      
      # gpg: Signature made Wed 06 Jul 2016 10:44:10 BST
      # gpg:                using RSA key 0x4CB6D8EED3E87138
      # 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/spice/tags/pull-spice-20160706-1:
        virgl: pass whole GL scanout dimensions
        spice: use the right head for multi-monitor
        virgl: count the calls to gl_block
        spice: avoid .set_mm_time on >= 0.12.6
        qxl: fix surface migration
        qxl: store memory region and offset instead of pointer for guest slots
        qxl: factor out qxl_get_check_slot_offset
        qxl: handle no updates in interface_update_area_complete
        qxl: use uint64_t for vram size
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0c56c6ab
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into staging · 975b1c3a
      Peter Maydell 提交于
      QAPI patches for 2016-07-06
      
      # gpg: Signature made Wed 06 Jul 2016 10:00:51 BST
      # gpg:                using RSA key 0x3870B400EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * remotes/armbru/tags/pull-qapi-2016-07-06:
        replay: Use new QAPI cloning
        sockets: Use new QAPI cloning
        qapi: Add new clone visitor
        qapi: Add new visit_complete() function
        tests: Factor out common code in qapi output tests
        tests: Clean up test-string-output-visitor
        qmp-output-visitor: Favor new visit_free() function
        string-output-visitor: Favor new visit_free() function
        qmp-input-visitor: Favor new visit_free() function
        string-input-visitor: Favor new visit_free() function
        opts-visitor: Favor new visit_free() function
        qapi: Add new visit_free() function
        qapi: Add parameter to visit_end_*
        qemu-img: Don't leak errors when outputting JSON
        qapi: Improve use of qmp/types.h
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      975b1c3a
    • P
      Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging · fc5d0a2b
      Peter Maydell 提交于
      QOM infrastructure fixes and device conversions
      
      * Documentation fix
      
      # gpg: Signature made Wed 06 Jul 2016 08:26:49 BST
      # gpg:                using RSA key 0xFA2ED12D3E7E013F
      # gpg: Good signature from "Andreas Färber <afaerber@suse.de>"
      # gpg:                 aka "Andreas Färber <afaerber@suse.com>"
      # Primary key fingerprint: 174F 0347 1BCC 221A 6175  6F96 FA2E D12D 3E7E 013F
      
      * remotes/afaerber/tags/qom-devices-for-peter:
        qom: Fix comment typo
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fc5d0a2b
    • E
      replay: Use new QAPI cloning · b6954712
      Eric Blake 提交于
      Rather than rolling our own clone via an expensive conversion
      in and back out of QObject, use the new clone visitor.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Message-Id: <1465490926-28625-16-git-send-email-eblake@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      b6954712
    • E
      sockets: Use new QAPI cloning · 37f9e0a2
      Eric Blake 提交于
      Rather than rolling our own clone via an expensive conversion
      in and back out of QObject, use the new clone visitor.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Message-Id: <1465490926-28625-15-git-send-email-eblake@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      37f9e0a2