1. 07 10月, 2015 19 次提交
  2. 06 10月, 2015 6 次提交
  3. 03 10月, 2015 12 次提交
  4. 02 10月, 2015 3 次提交
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · c0b520df
      Peter Maydell 提交于
      virtio,pc features, fixes
      
      New features:
          guest RAM buffer overrun mitigation
          RAM physical address gaps for memory hotplug
          (except refactoring which got some review comments)
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Fri 02 Oct 2015 15:04:56 BST using RSA key ID D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>"
      
      * remotes/mst/tags/for_upstream:
        vhost-user-test: fix predictable filename on tmpfs
        vhost-user-test: use tmpfs by default
        pc: memhp: force gaps between DIMM's GPA
        memhp: extend address auto assignment to support gaps
        vhost-user: unit test for new messages
        vhost-user-test: do not reinvent glib-compat.h
        virtio: Notice when the system doesn't support MSIx at all
        pc: Add a comment explaining why pc_compat_2_4() doesn't exist
        exec: allocate PROT_NONE pages on top of RAM
        oslib: allocate PROT_NONE pages on top of RAM
        oslib: rework anonimous RAM allocation
        virtio-net: correctly drop truncated packets
        virtio: introduce virtqueue_discard()
        virtio: introduce virtqueue_unmap_sg()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c0b520df
    • P
      Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20151002' into staging · 945507d6
      Peter Maydell 提交于
      First set of Linux-user que patches for 2.5
      
      # gpg: Signature made Fri 02 Oct 2015 13:38:00 BST using RSA key ID DE3C9BC0
      # gpg: Good signature from "Riku Voipio <riku.voipio@iki.fi>"
      # gpg:                 aka "Riku Voipio <riku.voipio@linaro.org>"
      
      * remotes/riku/tags/pull-linux-user-20151002:
        linux-user: assert that target_mprotect cannot fail
        linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc
        linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for
        linux-user: add name_to_handle_at/open_by_handle_at
        linux-user: Return target error number in do_fork()
        linux-user: fix cmsg conversion in case of multiple headers
        linux-user: remove MAX_ARG_PAGES limit
        linux-user: remove unused image_info members
        linux-user: Treat --foo options the same as -foo
        linux-user: use EXIT_SUCCESS and EXIT_FAILURE
        linux-user: Add proper error messages for bad options
        linux-user: Add -help
        linux-user: Exit 0 when -h is used
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      945507d6
    • M
      vhost-user-test: fix predictable filename on tmpfs · 6fdac093
      Michael S. Tsirkin 提交于
      vhost-user-test uses getpid to create a unique filename. This name is
      predictable, and a security problem.  Instead, use a tmp directory
      created by mkdtemp, which is a suggested best practice.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
      6fdac093