[Qemu-devel] [PULL 0/7] virtio, pc: fixes

Michael S. Tsirkin posted 7 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489600837-11541-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/hw/pci/pci.h   |   1 +
hmp.c                  |   4 +-
hw/acpi/vmgenid.c      |   1 +
hw/pci/pci.c           |   9 ++++-
hw/virtio/virtio-pci.c |   6 ++-
hw/virtio/virtio.c     | 104 +++++++++++++++++++++++++++++++++++++++----------
6 files changed, 100 insertions(+), 25 deletions(-)
[Qemu-devel] [PULL 0/7] virtio, pc: fixes
Posted by Michael S. Tsirkin 7 years, 1 month ago
The following changes since commit d84f714eafedd8bb9d4aaec8b76417bef8e3535e:

  Update version for v2.9.0-rc0 release (2017-03-14 19:18:23 +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 60a8d8023473dd24957b3a66824f66cd35b80d64:

  virtio-pci: reset modern vq meta data (2017-03-15 19:59:18 +0200)

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

Some fixes to fallback from using virtio caching,
pls a minor vm gen id fix.

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

----------------------------------------------------------------
Ben Warren (1):
      Bugfix: Handle error if VM Generation ID device not present

Jason Wang (6):
      virtio: guard against NULL pfn
      virtio: destroy region cache during reset
      virtio: validate address space cache during init
      pci: introduce a bus master container
      Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations"
      virtio-pci: reset modern vq meta data

 include/hw/pci/pci.h   |   1 +
 hmp.c                  |   4 +-
 hw/acpi/vmgenid.c      |   1 +
 hw/pci/pci.c           |   9 ++++-
 hw/virtio/virtio-pci.c |   6 ++-
 hw/virtio/virtio.c     | 104 +++++++++++++++++++++++++++++++++++++++----------
 6 files changed, 100 insertions(+), 25 deletions(-)


Re: [Qemu-devel] [PULL 0/7] virtio, pc: fixes
Posted by Peter Maydell 7 years, 1 month ago
On 15 March 2017 at 18:01, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit d84f714eafedd8bb9d4aaec8b76417bef8e3535e:
>
>   Update version for v2.9.0-rc0 release (2017-03-14 19:18:23 +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 60a8d8023473dd24957b3a66824f66cd35b80d64:
>
>   virtio-pci: reset modern vq meta data (2017-03-15 19:59:18 +0200)
>
> ----------------------------------------------------------------
> virtio, pc: fixes
>
> Some fixes to fallback from using virtio caching,
> pls a minor vm gen id fix.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Ben Warren (1):
>       Bugfix: Handle error if VM Generation ID device not present
>
> Jason Wang (6):
>       virtio: guard against NULL pfn
>       virtio: destroy region cache during reset
>       virtio: validate address space cache during init
>       pci: introduce a bus master container
>       Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations"
>       virtio-pci: reset modern vq meta data

Applied, thanks.

-- PMM