Re: [PATCH 07/11] replay: make has_unread_data a bool

2023-12-07 Thread Pavel Dovgalyuk
On 05.12.2023 23:41, Alex Bennée wrote: For clarity given it only has two states. Signed-off-by: Alex Bennée --- replay/replay-internal.h | 4 ++-- replay/replay-internal.c | 4 ++-- replay/replay-snapshot.c | 6 +++--- replay/replay.c | 2 +- 4 files changed, 8 insertions(+), 8

Re: [PATCH 07/11] replay: make has_unread_data a bool

2023-12-06 Thread Richard Henderson
On 12/5/23 12:41, Alex Bennée wrote: For clarity given it only has two states. Signed-off-by: Alex Bennée --- replay/replay-internal.h | 4 ++-- replay/replay-internal.c | 4 ++-- replay/replay-snapshot.c | 6 +++--- replay/replay.c | 2 +- 4 files changed, 8 insertions(+), 8

Re: [PATCH 07/11] replay: make has_unread_data a bool

2023-12-06 Thread Philippe Mathieu-Daudé
On 5/12/23 21:41, Alex Bennée wrote: For clarity given it only has two states. Signed-off-by: Alex Bennée --- replay/replay-internal.h | 4 ++-- replay/replay-internal.c | 4 ++-- replay/replay-snapshot.c | 6 +++--- replay/replay.c | 2 +- 4 files changed, 8 insertions(+), 8

[PATCH 07/11] replay: make has_unread_data a bool

2023-12-05 Thread Alex Bennée
For clarity given it only has two states. Signed-off-by: Alex Bennée --- replay/replay-internal.h | 4 ++-- replay/replay-internal.c | 4 ++-- replay/replay-snapshot.c | 6 +++--- replay/replay.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git