Re: [PATCH v7 4/6] numa: Introduce and use ram_block_notify_remap()

2025-02-04 Thread David Hildenbrand
On 04.02.25 18:17, Peter Xu wrote: On Sat, Feb 01, 2025 at 09:57:24AM +, “William Roche wrote: From: David Hildenbrand Notify registered listeners about the remap at the end of qemu_ram_remap() so e.g., a memory backend can re-apply its settings correctly. Signed-off-by: David Hildenbrand

Re: [PATCH v7 4/6] numa: Introduce and use ram_block_notify_remap()

2025-02-04 Thread Peter Xu
On Sat, Feb 01, 2025 at 09:57:24AM +, “William Roche wrote: > From: David Hildenbrand > > Notify registered listeners about the remap at the end of > qemu_ram_remap() so e.g., a memory backend can re-apply its > settings correctly. > > Signed-off-by: David Hildenbrand > Signed-off-by: Willi

[PATCH v7 4/6] numa: Introduce and use ram_block_notify_remap()

2025-02-01 Thread “William Roche
From: David Hildenbrand Notify registered listeners about the remap at the end of qemu_ram_remap() so e.g., a memory backend can re-apply its settings correctly. Signed-off-by: David Hildenbrand Signed-off-by: William Roche --- hw/core/numa.c | 11 +++ include/exec/ramlist.h |