[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/6] Host Memory Backends and Memory devices queue 2024-09-24
From: |
Peter Maydell |
Subject: |
Re: [PULL 0/6] Host Memory Backends and Memory devices queue 2024-09-24 |
Date: |
Fri, 27 Sep 2024 10:32:11 +0100 |
On Tue, 24 Sept 2024 at 11:03, David Hildenbrand <david@redhat.com> wrote:
>
> Hi,
>
> due to reset changes this contains a bit of churn that touches various
> architectures, but it's all fairly minimal and straight-forward.
>
> The following changes since commit 01dc65a3bc262ab1bec8fe89775e9bbfa627becb:
>
> Merge tag 'pull-target-arm-20240919' of
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-09-19
> 14:15:15 +0100)
>
> are available in the Git repository at:
>
> https://github.com/davidhildenbrand/qemu.git tags/mem-2024-09-24
>
> for you to fetch changes up to 78c8f780d3f0d6d17aa93d6f99ff72960080fdd7:
>
> hostmem: Apply merge property after the memory region is initialized
> (2024-09-24 11:33:35 +0200)
>
> ----------------------------------------------------------------
> Hi,
>
> "Host Memory Backends" and "Memory devices" queue ("mem"):
> - Kconfig fix for virtio-based memory devices
> - virtio-mem support for suspend+wake-up with plugged memory
> - hostmem fix when specifying "merge=off"
>
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.
-- PMM
- [PULL 0/6] Host Memory Backends and Memory devices queue 2024-09-24, David Hildenbrand, 2024/09/24
- [PULL 1/6] virtio: kconfig: memory devices are PCI only, David Hildenbrand, 2024/09/24
- [PULL 2/6] reset: Use ResetType for qemu_devices_reset() and MachineClass::reset(), David Hildenbrand, 2024/09/24
- [PULL 3/6] reset: Add RESET_TYPE_WAKEUP, David Hildenbrand, 2024/09/24
- [PULL 4/6] virtio-mem: Use new Resettable framework instead of LegacyReset, David Hildenbrand, 2024/09/24
- [PULL 5/6] virtio-mem: Add support for suspend+wake-up with plugged memory, David Hildenbrand, 2024/09/24
- [PULL 6/6] hostmem: Apply merge property after the memory region is initialized, David Hildenbrand, 2024/09/24
- Re: [PULL 0/6] Host Memory Backends and Memory devices queue 2024-09-24,
Peter Maydell <=