[Qemu-devel] [PULL 0/2] vhost, pc: fixes

Michael S. Tsirkin posted 2 patches 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490890571-2786-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/hw/virtio/vhost.h | 11 +++++++
tests/acpi-utils.h        |  2 +-
hw/virtio/vhost.c         | 84 ++++++++++++++++++++++++++++++++++++-----------
3 files changed, 76 insertions(+), 21 deletions(-)
[Qemu-devel] [PULL 0/2] vhost, pc: fixes
Posted by Michael S. Tsirkin 6 years, 12 months ago
The following changes since commit e839001d5bb6c84932e2d82bd383477b2023f407:

  Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2017-03-30 15:28:19 +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 0d876080a394993a8dea494ebf2d806dc0983107:

  tests/acpi: don't pack a structure (2017-03-30 19:12:44 +0300)

----------------------------------------------------------------
vhost, pc: fixes

More fixes for 2.9. Region caching is still causing
issues around reset, but we seem to be getting there.

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

----------------------------------------------------------------
Jason Wang (1):
      vhost: generalize iommu memory region

Michael S. Tsirkin (1):
      tests/acpi: don't pack a structure

 include/hw/virtio/vhost.h | 11 +++++++
 tests/acpi-utils.h        |  2 +-
 hw/virtio/vhost.c         | 84 ++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 76 insertions(+), 21 deletions(-)


Re: [Qemu-devel] [PULL 0/2] vhost, pc: fixes
Posted by Peter Maydell 6 years, 12 months ago
On 30 March 2017 at 17:16, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit e839001d5bb6c84932e2d82bd383477b2023f407:
>
>   Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2017-03-30 15:28:19 +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 0d876080a394993a8dea494ebf2d806dc0983107:
>
>   tests/acpi: don't pack a structure (2017-03-30 19:12:44 +0300)
>
> ----------------------------------------------------------------
> vhost, pc: fixes
>
> More fixes for 2.9. Region caching is still causing
> issues around reset, but we seem to be getting there.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Jason Wang (1):
>       vhost: generalize iommu memory region
>
> Michael S. Tsirkin (1):
>       tests/acpi: don't pack a structure
>
>  include/hw/virtio/vhost.h | 11 +++++++
>  tests/acpi-utils.h        |  2 +-
>  hw/virtio/vhost.c         | 84 ++++++++++++++++++++++++++++++++++++-----------
>  3 files changed, 76 insertions(+), 21 deletions(-)

Applied, thanks.

-- PMM