Re: [PULL 15/21] chardev: set record/replay on the base device of a muxed device

2024-08-19 Thread Peter Maydell
On Thu, 15 Aug 2024 at 15:53, Alex Bennée wrote: > > From: Nicholas Piggin > > chardev events to a muxed device don't get recorded because e.g., > qemu_chr_be_write() checks whether the base device has the record flag > set. > > This can be seen when replaying a trace that has characters typed in

[PULL 15/21] chardev: set record/replay on the base device of a muxed device

2024-08-15 Thread Alex Bennée
From: Nicholas Piggin chardev events to a muxed device don't get recorded because e.g., qemu_chr_be_write() checks whether the base device has the record flag set. This can be seen when replaying a trace that has characters typed into the console, an examination of the log shows they are not rec