[GIT PULL 0/4] Host Memory Backends and Memory devices queue 2023-01-02

David Hildenbrand posted 4 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230102112921.68077-1-david@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, Igor Mammedov <imammedo@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
backends/hostmem.c     | 19 +++++++++++++++++--
hw/virtio/virtio-mem.c | 18 +++++++++---------
meson.build            |  5 +++++
3 files changed, 31 insertions(+), 11 deletions(-)
[GIT PULL 0/4] Host Memory Backends and Memory devices queue 2023-01-02
Posted by David Hildenbrand 1 year, 4 months ago
The following changes since commit 222059a0fccf4af3be776fe35a5ea2d6a68f9a0b:

  Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging (2022-12-21 18:08:09 +0000)

are available in the Git repository at:

  https://github.com/davidhildenbrand/qemu.git tags/mem-2023-01-02

for you to fetch changes up to 6bb613f0812d1364fc8fcf0846647446884d5148:

  hostmem: Honor multiple preferred nodes if possible (2022-12-28 14:59:55 +0100)

----------------------------------------------------------------
Hi,

"Host Memory Backends" and "Memory devices" queue ("mem"):
- virtio-mem fixes
- Use new MPOL_PREFERRED_MANY mbind() policy for memory backends if
  possible

----------------------------------------------------------------
Chenyi Qiang (2):
  virtio-mem: Fix the bitmap index of the section offset
  virtio-mem: Fix the iterator variable in a vmem->rdl_list loop

Michal Privoznik (1):
  hostmem: Honor multiple preferred nodes if possible

Philippe Mathieu-Daudé (1):
  virtio-mem: Fix typo in function name

 backends/hostmem.c     | 19 +++++++++++++++++--
 hw/virtio/virtio-mem.c | 18 +++++++++---------
 meson.build            |  5 +++++
 3 files changed, 31 insertions(+), 11 deletions(-)

-- 
2.39.0


Re: [GIT PULL 0/4] Host Memory Backends and Memory devices queue 2023-01-02
Posted by Peter Maydell 1 year, 4 months ago
On Mon, 2 Jan 2023 at 11:31, David Hildenbrand <david@redhat.com> wrote:
>
> The following changes since commit 222059a0fccf4af3be776fe35a5ea2d6a68f9a0b:
>
>   Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging (2022-12-21 18:08:09 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/davidhildenbrand/qemu.git tags/mem-2023-01-02
>
> for you to fetch changes up to 6bb613f0812d1364fc8fcf0846647446884d5148:
>
>   hostmem: Honor multiple preferred nodes if possible (2022-12-28 14:59:55 +0100)
>
> ----------------------------------------------------------------
> Hi,
>
> "Host Memory Backends" and "Memory devices" queue ("mem"):
> - virtio-mem fixes
> - Use new MPOL_PREFERRED_MANY mbind() policy for memory backends if
>   possible
>


Applied, thanks.

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

-- PMM