On 12/11/23 01:13, Alex Bennée wrote:
This is mostly a problem within avocado as serial generally isn't busy
enough to overfill pipes. However the consequences of recording a
failed write will haunt us on replay when the log will be out of sync
to the playback.
Fixes:https://gitlab.com/qemu-project/qemu/-/issues/2010
Message-Id:<[email protected]>
Acked-by: Pavel Dovgalyuk<[email protected]>
Reviewed-by: Philippe Mathieu-Daudé<[email protected]>
Signed-off-by: Alex Bennée<[email protected]>
---
v2
- add explicit if REPLAY_MODE_RECORD leg with comment.
---
chardev/char.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~