mbox

[PULL,0/3] virtio, pci: fixes

Message ID 20191106123407.20997-1-mst@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Michael S. Tsirkin Nov. 6, 2019, 12:35 p.m. UTC
The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:

  Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)

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 fcccb271e0894bc04078ababb29d3d5e06b79892:

  virtio: notify virtqueue via host notifier when available (2019-11-06 06:35:00 -0500)

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

A couple of bugfixes.

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

----------------------------------------------------------------
Alex Williamson (2):
      pci: Use PCI aliases when determining device IOMMU address space
      hw/i386: AMD-Vi IVRS DMA alias support

Stefan Hajnoczi (1):
      virtio: notify virtqueue via host notifier when available

 include/hw/virtio/virtio.h |   1 +
 hw/i386/acpi-build.c       | 127 ++++++++++++++++++++++++++++++++++++++++++---
 hw/pci/pci.c               |  43 +++++++++++++--
 hw/virtio/virtio-bus.c     |   4 ++
 hw/virtio/virtio.c         |   9 +++-
 5 files changed, 173 insertions(+), 11 deletions(-)

Comments

Peter Maydell Nov. 7, 2019, 2:45 p.m. UTC | #1
On Wed, 6 Nov 2019 at 12:35, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)
>
> 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 fcccb271e0894bc04078ababb29d3d5e06b79892:
>
>   virtio: notify virtqueue via host notifier when available (2019-11-06 06:35:00 -0500)
>
> ----------------------------------------------------------------
> virtio, pci: fixes
>
> A couple of bugfixes.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM