Re: [PATCH] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN

2025-03-07 Thread Peter Maydell
On Fri, 28 Feb 2025 at 17:32, Richard Henderson wrote: > > On 2/28/25 02:32, Peter Maydell wrote: > > Expand the example in the comment documenting MO_ATOM_SUBALIGN, > > to be clearer about the atomicity guarantees it represents. > > > > Signed-off-by: Peter Maydell > > --- > > include/exec/memo

Re: [PATCH] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN

2025-02-28 Thread Richard Henderson
On 2/28/25 02:32, Peter Maydell wrote: Expand the example in the comment documenting MO_ATOM_SUBALIGN, to be clearer about the atomicity guarantees it represents. Signed-off-by: Peter Maydell --- include/exec/memop.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) Reviewed-by:

[PATCH] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN

2025-02-28 Thread Peter Maydell
Expand the example in the comment documenting MO_ATOM_SUBALIGN, to be clearer about the atomicity guarantees it represents. Signed-off-by: Peter Maydell --- include/exec/memop.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/exec/memop.h b/include/exec/memop.