Re: [PATCH v4 5/7] hostmem: Factor out applying settings

2025-01-10 Thread William Roche
On 1/8/25 22:58, David Hildenbrand wrote: On 14.12.24 14:45, “William Roche wrote: From: David Hildenbrand We want to reuse the functionality when remapping or resizing RAM. We should drop the "or resizing of RAM." part, as that does no longer apply. Commit message corrected.

Re: [PATCH v4 5/7] hostmem: Factor out applying settings

2025-01-08 Thread David Hildenbrand
On 14.12.24 14:45, “William Roche wrote: From: David Hildenbrand We want to reuse the functionality when remapping or resizing RAM. We should drop the "or resizing of RAM." part, as that does no longer apply. Signed-off-by: David Hildenbrand Signed-off-by: William Roche --- -- Cheers,

[PATCH v4 5/7] hostmem: Factor out applying settings

2024-12-14 Thread “William Roche
From: David Hildenbrand We want to reuse the functionality when remapping or resizing RAM. Signed-off-by: David Hildenbrand Signed-off-by: William Roche --- backends/hostmem.c | 155 - 1 file changed, 82 insertions(+), 73 deletions(-) diff --git a/