[PATCH for-5.0 v2 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration

Shameer Kolothum posted 3 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 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/20200403101827.30664-1-shameerali.kolothum.thodi@huawei.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Eduardo Habkost <ehabkost@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laszlo Ersek <lersek@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <rth@twiddle.net>, Igor Mammedov <imammedo@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Shannon Zhao <shannon.zhaosl@gmail.com>
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 ++++++++++++++++++++++++++++++++++++-
include/hw/acpi/aml-build.h |  1 +
include/hw/nvram/fw_cfg.h   |  6 +++
7 files changed, 114 insertions(+), 5 deletions(-)
[PATCH for-5.0 v2 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
Posted by Shameer Kolothum 4 years, 1 month ago
This is to fix few issues discovered while adding NVDIMM hot-add
support to arm/virt. These were previously part of [1] and since
the fixes are generic in nature and might be an issue in x86 as
well, they are being treated separately now.

1. https://patchwork.kernel.org/patch/11432371/

v1 --> V2
 - patch #2, Addressed comments from Dave and MST

Updates from [1]:
 -Added R-by and A-by tags.
 -Edited commit log for patch#2
 -Updated patch#3 as per David's comment

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

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

 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 ++++++++++++++++++++++++++++++++++++-
 include/hw/acpi/aml-build.h |  1 +
 include/hw/nvram/fw_cfg.h   |  6 +++
 7 files changed, 114 insertions(+), 5 deletions(-)

-- 
2.17.1



Re: [PATCH for-5.0 v2 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration
Posted by Michael S. Tsirkin 4 years, 1 month ago
On Fri, Apr 03, 2020 at 11:18:24AM +0100, Shameer Kolothum wrote:
> This is to fix few issues discovered while adding NVDIMM hot-add
> support to arm/virt. These were previously part of [1] and since
> the fixes are generic in nature and might be an issue in x86 as
> well, they are being treated separately now.

OK I'll queue this unless someone has any objections.

> 1. https://patchwork.kernel.org/patch/11432371/
> 
> v1 --> V2
>  - patch #2, Addressed comments from Dave and MST
> 
> Updates from [1]:
>  -Added R-by and A-by tags.
>  -Edited commit log for patch#2
>  -Updated patch#3 as per David's comment
> 
> David Hildenbrand (1):
>   exec: Fix for qemu_ram_resize() callback
> 
> Shameer Kolothum (2):
>   acpi: Use macro for table-loader file name
>   fw_cfg: Migrate ACPI table mr sizes separately
> 
>  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 ++++++++++++++++++++++++++++++++++++-
>  include/hw/acpi/aml-build.h |  1 +
>  include/hw/nvram/fw_cfg.h   |  6 +++
>  7 files changed, 114 insertions(+), 5 deletions(-)
> 
> -- 
> 2.17.1
>