[PULL 0/4] pc: bugfixes, maintainers

Michael S. Tsirkin posted 4 patches 4 years ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200413110838.151374-1-mst@redhat.com
Maintainers: Shannon Zhao <shannon.zhaosl@gmail.com>, Eduardo Habkost <ehabkost@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Igor Mammedov <imammedo@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Richard Henderson <rth@twiddle.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
include/hw/acpi/aml-build.h |  1 +
include/hw/nvram/fw_cfg.h   |  6 +++
exec.c                      | 16 +++++++-
hw/arm/virt-acpi-build.c    |  2 +-
hw/core/machine.c           |  1 +
hw/i386/acpi-build.c        |  2 +-
hw/nvram/fw_cfg.c           | 91 ++++++++++++++++++++++++++++++++++++++++++++-
MAINTAINERS                 | 12 ++++++
8 files changed, 126 insertions(+), 5 deletions(-)
[PULL 0/4] pc: bugfixes, maintainers
Posted by Michael S. Tsirkin 4 years ago
The following changes since commit f3bac27cc1e303e1860cc55b9b6889ba39dee587:

  Update version for v5.0.0-rc2 release (2020-04-07 23:13:37 +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 ce4adc0b6e6167091373389ef8befd379c61fddb:

  exec: Fix for qemu_ram_resize() callback (2020-04-13 06:55:54 -0400)

----------------------------------------------------------------
pc: bugfixes, maintainers

A couple of bugfixes.
Add a new vhost-user-blk maintainer.

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

----------------------------------------------------------------
David Hildenbrand (1):
      exec: Fix for qemu_ram_resize() callback

Raphael Norwitz (1):
      MAINTAINERS: Add myself as vhost-user-blk maintainer

Shameer Kolothum (2):
      acpi: Use macro for table-loader file name
      fw_cfg: Migrate ACPI table mr sizes separately

 include/hw/acpi/aml-build.h |  1 +
 include/hw/nvram/fw_cfg.h   |  6 +++
 exec.c                      | 16 +++++++-
 hw/arm/virt-acpi-build.c    |  2 +-
 hw/core/machine.c           |  1 +
 hw/i386/acpi-build.c        |  2 +-
 hw/nvram/fw_cfg.c           | 91 ++++++++++++++++++++++++++++++++++++++++++++-
 MAINTAINERS                 | 12 ++++++
 8 files changed, 126 insertions(+), 5 deletions(-)


Re: [PULL 0/4] pc: bugfixes, maintainers
Posted by Peter Maydell 4 years ago
On Mon, 13 Apr 2020 at 12:09, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit f3bac27cc1e303e1860cc55b9b6889ba39dee587:
>
>   Update version for v5.0.0-rc2 release (2020-04-07 23:13:37 +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 ce4adc0b6e6167091373389ef8befd379c61fddb:
>
>   exec: Fix for qemu_ram_resize() callback (2020-04-13 06:55:54 -0400)
>
> ----------------------------------------------------------------
> pc: bugfixes, maintainers
>
> A couple of bugfixes.
> Add a new vhost-user-blk maintainer.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


Applied, thanks.

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

-- PMM