mbox

[PULL,00/12] virtio, pc: fixes, cleanups

Message ID 20190725153059.7313-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 25, 2019, 3:31 p.m. UTC
The following changes since commit bf8b024372bf8abf5a9f40bfa65eeefad23ff988:

  Update version for v4.1.0-rc2 release (2019-07-23 18:28:08 +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 1b47b37c33ec01ae1efc527f4c97f97f93723bc4:

  virtio-balloon: free pbp more aggressively (2019-07-25 11:19:25 -0400)

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

A bunch of fixes all over the place.

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

----------------------------------------------------------------
David Hildenbrand (7):
      virtio-balloon: Fix wrong sign extension of PFNs
      virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
      virtio-balloon: Simplify deflate with pbp
      virtio-balloon: Better names for offset variables in inflate/deflate code
      virtio-balloon: Rework pbp tracking data
      virtio-balloon: Use temporary PBP only
      virtio-balloon: don't track subpages for the PBP

Evgeny Yakovlev (2):
      i386/acpi: fix gint overflow in crs_range_compare
      i386/acpi: show PCI Express bus on pxb-pcie expanders

Jan Kiszka (1):
      ioapic: kvm: Skip route updates for masked pins

Michael S. Tsirkin (1):
      virtio-balloon: free pbp more aggressively

Stefan Hajnoczi (1):
      docs: clarify multiqueue vs multiple virtqueues

 include/hw/virtio/virtio-balloon.h |   3 -
 hw/i386/acpi-build.c               |  17 ++++--
 hw/intc/ioapic.c                   |   8 ++-
 hw/virtio/virtio-balloon.c         | 115 ++++++++++++++++++-------------------
 docs/interop/vhost-user.rst        |  17 ++++++
 5 files changed, 90 insertions(+), 70 deletions(-)

Comments

Peter Maydell July 26, 2019, 9:53 a.m. UTC | #1
On Thu, 25 Jul 2019 at 16:31, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit bf8b024372bf8abf5a9f40bfa65eeefad23ff988:
>
>   Update version for v4.1.0-rc2 release (2019-07-23 18:28:08 +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 1b47b37c33ec01ae1efc527f4c97f97f93723bc4:
>
>   virtio-balloon: free pbp more aggressively (2019-07-25 11:19:25 -0400)
>
> ----------------------------------------------------------------
> virtio, pc: fixes, cleanups
>
> A bunch of fixes all over the place.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>


Applied, thanks.

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

-- PMM