[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: [PATCH] hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read
From: |
Haoran Zhang |
Subject: |
Re: Re: [PATCH] hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read() |
Date: |
Thu, 22 Aug 2024 10:16:25 +0800 |
On 2024-08-20 18:37:24, Philippe Mathieu-Daudé wrote:
> On 20/8/24 05:04, Haoran Zhang wrote:
> > fix vhost_user_gpu_chr_read() where `size` was incorretly passed
>
> Typo "incorrectly".
Thank you for pointing that out. I reviewed the message multiple times before
sending it, but I didn't catch the typo.
>
> > to `msg->flags`.
> >
> > Signed-off-by: Haoran Zhang <wh1sper@zju.edu.cn>
> > ---
> > hw/display/vhost-user-gpu.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Cc: qemu-stable@nongnu.org
> Fixes: 267f664658 ("hw/display: add vhost-user-vga & gpu-pci")
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>