[PATCH 0/2] chardev: fixes for recent record/replay on muxed

Nicholas Piggin posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240828043337.14587-1-npiggin@gmail.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
chardev/char.c | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
[PATCH 0/2] chardev: fixes for recent record/replay on muxed
Posted by Nicholas Piggin 1 year, 5 months ago
Fix a couple of issues that Peter found with recent record/replay
fix for muxed device.

Thanks,
Nick

Nicholas Piggin (2):
  chardev: Fix record/replay error path NULL deref in device creation
  chardev: Remove __-prefixed names

 chardev/char.c | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] chardev: fixes for recent record/replay on muxed
Posted by Nicholas Piggin 1 year, 2 months ago
On Wed Aug 28, 2024 at 2:33 PM AEST, Nicholas Piggin wrote:
> Fix a couple of issues that Peter found with recent record/replay
> fix for muxed device.

Hi,

I've just realised these never got merged. Sorry for losing track of
them, I was on vacation when doing them and things got a bit neglected.
Looks like I forgot to cc you, Marc-Andre.

Thanks,
Nick
Re: [PATCH 0/2] chardev: fixes for recent record/replay on muxed
Posted by Marc-André Lureau 1 year, 5 months ago
Hi

On Wed, Aug 28, 2024 at 8:34 AM Nicholas Piggin <npiggin@gmail.com> wrote:

> Fix a couple of issues that Peter found with recent record/replay
> fix for muxed device.
>
> Thanks,
> Nick
>
> Nicholas Piggin (2):
>   chardev: Fix record/replay error path NULL deref in device creation
>   chardev: Remove __-prefixed names
>
>  chardev/char.c | 22 ++++++++++++----------
>  1 file changed, 12 insertions(+), 10 deletions(-)
>
> --
> 2.45.2
>
>
>
Series,
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


-- 
Marc-André Lureau