1. 10 1月, 2017 4 次提交
  2. 05 1月, 2017 3 次提交
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · e92fbc75
      Peter Maydell 提交于
      # gpg: Signature made Wed 04 Jan 2017 13:29:09 GMT
      # gpg:                using RSA key 0x9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/block-pull-request:
        iothread: add poll-grow and poll-shrink parameters
        aio: self-tune polling time
        virtio: disable virtqueue notifications during polling
        aio: add .io_poll_begin/end() callbacks
        virtio: turn vq->notification into a nested counter
        virtio-scsi: suppress virtqueue kick during processing
        virtio-blk: suppress virtqueue kick during processing
        iothread: add polling parameters
        linux-aio: poll ring for completions
        virtio: poll virtqueues for new buffers
        aio: add polling mode to AioContext
        aio: add AioPollFn and io_poll() interface
        aio: add flag to skip fds to aio_dispatch()
        HACKING: document #include order
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e92fbc75
    • P
      Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging · 9c904a75
      Peter Maydell 提交于
      - transport specific callbacks (for Xen)
      - fix crash (2.8 regression)
      - 9p functional tests
      
      # gpg: Signature made Tue 03 Jan 2017 17:30:58 GMT
      # gpg:                using DSA key 0x02FC3AEB0101DBC2
      # gpg: Good signature from "Greg Kurz <groug@kaod.org>"
      # gpg:                 aka "Greg Kurz <groug@free.fr>"
      # gpg:                 aka "Greg Kurz <gkurz@fr.ibm.com>"
      # gpg:                 aka "Greg Kurz <gkurz@linux.vnet.ibm.com>"
      # gpg:                 aka "Gregory Kurz (Groug) <groug@free.fr>"
      # gpg:                 aka "Gregory Kurz (Cimai Technology) <gkurz@cimai.com>"
      # gpg:                 aka "Gregory Kurz (Meiosys Technology) <gkurz@meiosys.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: 2BD4 3B44 535E C0A7 9894  DBA2 02FC 3AEB 0101 DBC2
      
      * remotes/gkurz/tags/for-upstream:
        tests: virtio-9p: ".." cannot be used to walk out of the shared directory
        tests: virtio-9p: no slash in path elements during walk
        tests: virtio-9p: add walk operation test
        tests: virtio-9p: add attach operation test
        tests: virtio-9p: add version operation test
        9pfs: fix P9_NOTAG and P9_NOFID macros
        tests: virtio-9p: code refactoring
        tests: virtio-9p: rename PCI configuration test
        9pfs: fix crash when fsdev is missing
        9pfs: introduce init_out/in_iov_from_pdu
        9pfs: call v9fs_init_qiov_from_pdu before v9fs_pack
        9pfs: introduce transport specific callbacks
        9pfs: move pdus to V9fsState
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9c904a75
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into staging · 12597061
      Peter Maydell 提交于
      virtio-gpu: misc bugfixes.
      
      # gpg: Signature made Tue 03 Jan 2017 14:48:04 GMT
      # 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/kraxel/tags/pull-vga-20170103-1:
        virtio-gpu: fix memory leak in resource attach backing
        virtio-gpu-3d: fix memory leak in resource attach backing
        virtio-gpu: call cleanup mapping function in resource destroy
        virtio-gpu: track and limit host memory allocations
        display: virtio-gpu-3d: check virgl capabilities max_size
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      12597061
  3. 04 1月, 2017 27 次提交
  4. 03 1月, 2017 3 次提交
  5. 29 12月, 2016 1 次提交
    • P
      Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' into staging · dbe2b655
      Peter Maydell 提交于
      # gpg: Signature made Tue 27 Dec 2016 17:52:12 GMT
      # gpg:                using RSA key 0xF30C38BD3F2FBE3C
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>"
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>"
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>"
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier/tags/m68k-for-2.9-pull-request:
        target-m68k: free TCG variables that are not
        target-m68k: add rol/ror/roxl/roxr instructions
        target-m68k: Inline shifts
        target-m68k: Do not cpu_abort on undefined insns
        target-m68k: Implement 680x0 movem
        target-m68k: add cas/cas2 ops
        target-m68k: add abcd/sbcd/nbcd
        target-m68k: add 680x0 divu/divs variants
        target-m68k: add 64bit mull
        target-m68k: add cmpm
        target-m68k: Split gen_lea and gen_ea
        target-m68k: Delay autoinc writeback
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      dbe2b655
  6. 28 12月, 2016 2 次提交