[Qemu-devel] [PULL 0/3] virtio, pci: fixes

Michael S. Tsirkin posted 3 patches 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490750257-19907-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/hw/virtio/virtio.h  | 2 +-
hw/pci/pci.c                | 2 ++
util/event_notifier-posix.c | 2 ++
util/event_notifier-win32.c | 1 +
4 files changed, 6 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/3] virtio, pci: fixes
Posted by Michael S. Tsirkin 6 years, 12 months ago
The following changes since commit df9046363220e57d45818312759b954c033c58ab:

  Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +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 b8adbc657802482e4da1767bf983ebfdf9bfe9fc:

  virtio: fix vring_align() on 64-bit windows (2017-03-29 02:35:24 +0300)

----------------------------------------------------------------
virtio, pci: fixes

More fixes for 2.9.

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

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pci: Add missing drop of bus master AS reference

Andrew Baumann (1):
      virtio: fix vring_align() on 64-bit windows

Halil Pasic (1):
      event_notifier: prevent accidental use after close

 include/hw/virtio/virtio.h  | 2 +-
 hw/pci/pci.c                | 2 ++
 util/event_notifier-posix.c | 2 ++
 util/event_notifier-win32.c | 1 +
 4 files changed, 6 insertions(+), 1 deletion(-)


Re: [Qemu-devel] [PULL 0/3] virtio, pci: fixes
Posted by Peter Maydell 6 years, 12 months ago
On 29 March 2017 at 02:18, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit df9046363220e57d45818312759b954c033c58ab:
>
>   Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +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 b8adbc657802482e4da1767bf983ebfdf9bfe9fc:
>
>   virtio: fix vring_align() on 64-bit windows (2017-03-29 02:35:24 +0300)
>
> ----------------------------------------------------------------
> virtio, pci: fixes
>
> More fixes for 2.9.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       pci: Add missing drop of bus master AS reference
>
> Andrew Baumann (1):
>       virtio: fix vring_align() on 64-bit windows
>
> Halil Pasic (1):
>       event_notifier: prevent accidental use after close
>
>  include/hw/virtio/virtio.h  | 2 +-
>  hw/pci/pci.c                | 2 ++
>  util/event_notifier-posix.c | 2 ++
>  util/event_notifier-win32.c | 1 +
>  4 files changed, 6 insertions(+), 1 deletion(-)

Applied, thanks.

-- PMM