Re: [PATCH V1 13/26] physmem: ram_block_create

2024-05-13 Thread Steven Sistare
On 5/13/2024 2:37 PM, Fabiano Rosas wrote: Steve Sistare writes: Create a common subroutine to allocate a RAMBlock, de-duping the code to populate its common fields. Add a trace point for good measure. No functional change. Signed-off-by: Steve Sistare --- system/physmem.c| 47 +++

Re: [PATCH V1 13/26] physmem: ram_block_create

2024-05-13 Thread Fabiano Rosas
Steve Sistare writes: > Create a common subroutine to allocate a RAMBlock, de-duping the code to > populate its common fields. Add a trace point for good measure. > No functional change. > > Signed-off-by: Steve Sistare > --- > system/physmem.c| 47 ++---

[PATCH V1 13/26] physmem: ram_block_create

2024-04-29 Thread Steve Sistare
Create a common subroutine to allocate a RAMBlock, de-duping the code to populate its common fields. Add a trace point for good measure. No functional change. Signed-off-by: Steve Sistare --- system/physmem.c| 47 ++- system/trace-events | 3 +++