Skip to content
Snippets Groups Projects
  1. Feb 21, 2019
    • Paolo Bonzini's avatar
      vhost-net: move stubs to a separate file · 7b28c615
      Paolo Bonzini authored
      
      There is no reason for CONFIG_VHOST_NET to be specific to a single target;
      it is a host feature that can be add to all targets, as long as they support
      the virtio-net device.  Currently CONFIG_VHOST_NET depends on CONFIG_KVM,
      but ioeventfd support is present in the core memory API and works with
      other accelerators as well.
      
      As a first step, move the vhost-net stubs to a separate file.  Later, they
      will become conditional on CONFIG_VIRTIO_NET, which is not available in .c
      files.
      
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1543851204-41186-2-git-send-email-pbonzini@redhat.com>
      Message-Id: <1550165756-21617-2-git-send-email-pbonzini@redhat.com>
      Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      7b28c615
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging · fc3dbb90
      Peter Maydell authored
      
      Pull request
      
      # gpg: Signature made Wed 20 Feb 2019 18:01:00 GMT
      # gpg:                using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
      # Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
      #      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E
      
      * remotes/jnsnow/tags/bitmaps-pull-request:
        blockdev: acquire aio_context for bitmap add/remove
        block/dirty-bitmap: Documentation and Comment fixups
        dirty-bitmap: Expose persistent flag to 'query-block'
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      fc3dbb90
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190220-pull-request' into staging · 039e4066
      Peter Maydell authored
      
      usb: usb_ep_get() fixes
      
      # gpg: Signature made Wed 20 Feb 2019 11:13:32 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/usb-20190220-pull-request:
        usb: remove unnecessary NULL device check from usb_ep_get()
        usb: add device checks before redirector calls to usb_ep_get()
        usb: check device is not NULL before calling usb_ep_get()
        uhci: check device is not NULL before calling usb_ep_get()
        ohci: check device is not NULL before calling usb_ep_get()
        ehci: check device is not NULL before calling usb_ep_get()
        xhci: check device is not NULL before calling usb_ep_get()
        xhci: add asserts to help with static code analysis
        usb: rearrange usb_ep_get()
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      039e4066
  2. Feb 20, 2019
  3. Feb 19, 2019
  4. Feb 18, 2019
Loading