mbox

[PULL,0/7] virtio,pci,pc: bugfixes

Message ID 20211129135053.560225-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 Nov. 29, 2021, 1:51 p.m. UTC
The following changes since commit dd4b0de45965538f19bb40c7ddaaba384a8c613a:

  Fix version for v6.2.0-rc2 release (2021-11-26 11:58:54 +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 bacf58ca18f06f0b464466bf8c19945f19791feb:

  Fix bad overflow check in hw/pci/pcie.c (2021-11-29 08:49:36 -0500)

----------------------------------------------------------------
virtio,pci,pc: bugfixes

Lots of small fixes all over the place.

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

----------------------------------------------------------------
Cindy Lu (1):
      virtio-mmio : fix the crash in the vm shutdown

Daniella Lee (1):
      Fix bad overflow check in hw/pci/pcie.c

Eugenio Pérez (1):
      vdpa: Add dummy receive callback

Jason Wang (3):
      virtio-balloon: process all in sgs for free_page_vq
      virtio-balloon: correct used length
      intel-iommu: ignore leaf SNP bit in scalable mode

Laurent Vivier (1):
      failover: fix unplug pending detection

 hw/i386/intel_iommu_internal.h |  2 ++
 hw/acpi/pcihp.c                | 30 +++++++++++++++++++++++++++---
 hw/i386/intel_iommu.c          |  6 ++++++
 hw/pci/pcie.c                  |  4 ++--
 hw/virtio/virtio-balloon.c     | 13 ++++++++-----
 hw/virtio/virtio-mmio.c        | 12 ++++++++++++
 net/vhost-vdpa.c               |  8 ++++++++
 7 files changed, 65 insertions(+), 10 deletions(-)

Comments

Richard Henderson Nov. 29, 2021, 4:45 p.m. UTC | #1
On 11/29/21 2:51 PM, Michael S. Tsirkin wrote:
> The following changes since commit dd4b0de45965538f19bb40c7ddaaba384a8c613a:
> 
>    Fix version for v6.2.0-rc2 release (2021-11-26 11:58:54 +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 bacf58ca18f06f0b464466bf8c19945f19791feb:
> 
>    Fix bad overflow check in hw/pci/pcie.c (2021-11-29 08:49:36 -0500)
> 
> ----------------------------------------------------------------
> virtio,pci,pc: bugfixes
> 
> Lots of small fixes all over the place.
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ----------------------------------------------------------------
> Cindy Lu (1):
>        virtio-mmio : fix the crash in the vm shutdown
> 
> Daniella Lee (1):
>        Fix bad overflow check in hw/pci/pcie.c
> 
> Eugenio Pérez (1):
>        vdpa: Add dummy receive callback
> 
> Jason Wang (3):
>        virtio-balloon: process all in sgs for free_page_vq
>        virtio-balloon: correct used length
>        intel-iommu: ignore leaf SNP bit in scalable mode
> 
> Laurent Vivier (1):
>        failover: fix unplug pending detection
> 
>   hw/i386/intel_iommu_internal.h |  2 ++
>   hw/acpi/pcihp.c                | 30 +++++++++++++++++++++++++++---
>   hw/i386/intel_iommu.c          |  6 ++++++
>   hw/pci/pcie.c                  |  4 ++--
>   hw/virtio/virtio-balloon.c     | 13 ++++++++-----
>   hw/virtio/virtio-mmio.c        | 12 ++++++++++++
>   net/vhost-vdpa.c               |  8 ++++++++
>   7 files changed, 65 insertions(+), 10 deletions(-)

Applied, thanks.

r~