[PULL 0/3] virtio, acpi: fixes

Michael S. Tsirkin posted 3 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191120095904.11384-1-mst@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>
contrib/libvhost-user/libvhost-user.c | 2 +-
contrib/vhost-user-input/main.c       | 4 ++--
tests/bios-tables-test.c              | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
[PULL 0/3] virtio, acpi: fixes
Posted by Michael S. Tsirkin 4 years, 5 months ago
The following changes since commit 39e2821077e6dcf788b7c2a9ef50970ec7995437:

  Update version for v4.2.0-rc2 release (2019-11-19 19:34:10 +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 6c77aa909e0eec6531e2398d0e9e60ec6a9339c6:

  tests: acpi: always retain dumped ACPI tables in case of error (2019-11-20 04:57:22 -0500)

----------------------------------------------------------------
virtio, acpi: fixes

A couple of bugfixes.

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

----------------------------------------------------------------
Igor Mammedov (1):
      tests: acpi: always retain dumped ACPI tables in case of error

Stefan Hajnoczi (1):
      vhost-user-input: use free(elem) instead of g_free(elem)

Xie Yongji (1):
      libvhost-user: Zero memory allocated for VuVirtqInflightDesc

 contrib/libvhost-user/libvhost-user.c | 2 +-
 contrib/vhost-user-input/main.c       | 4 ++--
 tests/bios-tables-test.c              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


Re: [PULL 0/3] virtio, acpi: fixes
Posted by Peter Maydell 4 years, 5 months ago
On Wed, 20 Nov 2019 at 09:59, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit 39e2821077e6dcf788b7c2a9ef50970ec7995437:
>
>   Update version for v4.2.0-rc2 release (2019-11-19 19:34:10 +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 6c77aa909e0eec6531e2398d0e9e60ec6a9339c6:
>
>   tests: acpi: always retain dumped ACPI tables in case of error (2019-11-20 04:57:22 -0500)
>
> ----------------------------------------------------------------
> virtio, acpi: fixes
>
> A couple of bugfixes.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Igor Mammedov (1):
>       tests: acpi: always retain dumped ACPI tables in case of error
>
> Stefan Hajnoczi (1):
>       vhost-user-input: use free(elem) instead of g_free(elem)
>
> Xie Yongji (1):
>       libvhost-user: Zero memory allocated for VuVirtqInflightDesc


Applied, thanks.

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

-- PMM