mbox

[PULL,v4,0/2] virtio: fixes

Message ID 1474052121-25138-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin Sept. 16, 2016, 6:55 p.m. UTC
The following changes since commit d1eb8f2acba579830cf3798c3c15ce51be852c56:

  fpu: add mechanism to check for invalid long double formats (2016-09-15 12:43:18 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 6bd7776cd0a9581cdb5e9dd40df8821a96e355d6:

  MAINTAINERS: add virtio-* tests (2016-09-16 21:54:03 +0300)

----------------------------------------------------------------
virtio: fixes

virtio feature negotiation rework

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Greg Kurz (1):
      MAINTAINERS: add virtio-* tests

Maxime Coquelin (1):
      virtio-bus: Plug devices after features are negotiated

 hw/virtio/virtio-pci.h         |  5 +++++
 include/hw/virtio/virtio-bus.h | 10 +++++-----
 hw/s390x/virtio-ccw.c          | 30 +++++++++++++++---------------
 hw/virtio/virtio-bus.c         |  9 +++++----
 hw/virtio/virtio-pci.c         | 36 ++++++++++++++++++++++++++++++++----
 MAINTAINERS                    |  7 +++++++
 6 files changed, 69 insertions(+), 28 deletions(-)

Comments

Peter Maydell Sept. 19, 2016, 10:56 a.m. UTC | #1
On 16 September 2016 at 19:55, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit d1eb8f2acba579830cf3798c3c15ce51be852c56:
>
>   fpu: add mechanism to check for invalid long double formats (2016-09-15 12:43:18 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 6bd7776cd0a9581cdb5e9dd40df8821a96e355d6:
>
>   MAINTAINERS: add virtio-* tests (2016-09-16 21:54:03 +0300)
>
> ----------------------------------------------------------------
> virtio: fixes
>
> virtio feature negotiation rework
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       MAINTAINERS: add virtio-* tests
>
> Maxime Coquelin (1):
>       virtio-bus: Plug devices after features are negotiated

Applied, thanks.

-- PMM