mbox

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

Message ID 20180702234631.12268-1-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 July 2, 2018, 11:48 p.m. UTC
The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 18:23:49 +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 5d9c9ea22ab4f3b3ee497523e34b6f4d3281f62d:

  virtio-rng: process pending requests on DRIVER_OK (2018-06-28 04:46:16 +0300)

----------------------------------------------------------------
pc, virtio: fixes

A couple of fixes to amd iommu, and a fix to virtio iommu.

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

----------------------------------------------------------------
Jan Kiszka (2):
      hw/i386: Fix IVHD entry length for AMD IOMMU
      hw/i386: Fix AMDVI GATS and HATS encodings

Pankaj Gupta (1):
      virtio-rng: process pending requests on DRIVER_OK

 hw/i386/amd_iommu.h    |  4 ++--
 hw/i386/acpi-build.c   |  2 +-
 hw/virtio/virtio-rng.c | 14 ++++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

Comments

Peter Maydell July 3, 2018, 9:46 a.m. UTC | #1
On 3 July 2018 at 00:48, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 18:23:49 +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 5d9c9ea22ab4f3b3ee497523e34b6f4d3281f62d:
>
>   virtio-rng: process pending requests on DRIVER_OK (2018-06-28 04:46:16 +0300)
>
> ----------------------------------------------------------------
> pc, virtio: fixes
>
> A couple of fixes to amd iommu, and a fix to virtio iommu.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
Applied, thanks.

-- PMM