Re: [PATCH 09/10] hw/9pfs: use qemu_xxhash4

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 17:35, Christian Schoenebeck wrote: On Thursday, April 20, 2023 5:00:08 PM CEST Alex Bennée wrote: No need to pass zeros as we have helpers that do that for us. Signed-off-by: Alex Bennée --- hw/9pfs/9p.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/

Re: [PATCH 09/10] hw/9pfs: use qemu_xxhash4

2023-04-20 Thread Christian Schoenebeck
On Thursday, April 20, 2023 5:00:08 PM CEST Alex Bennée wrote: > No need to pass zeros as we have helpers that do that for us. > > Signed-off-by: Alex Bennée > --- > hw/9pfs/9p.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c > index 962

[PATCH 09/10] hw/9pfs: use qemu_xxhash4

2023-04-20 Thread Alex Bennée
No need to pass zeros as we have helpers that do that for us. Signed-off-by: Alex Bennée --- hw/9pfs/9p.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index 9621ec1341..9bf502c45f 100644 --- a/hw/9pfs/9p.c +++ b/hw/9pfs/9p.c @@ -741,12 +741,