Re: [PATCH] vhost-user: Correct a reference of TARGET_AARCH64

2023-01-09 Thread Alex Bennée
Akihiko Odaki writes: > Presumably TARGET_ARM_64 should be a mistake of TARGET_AARCH64. > > Signed-off-by: Akihiko Odaki Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH] vhost-user: Correct a reference of TARGET_AARCH64

2023-01-08 Thread Philippe Mathieu-Daudé
On 9/1/23 07:31, Akihiko Odaki wrote: Presumably TARGET_ARM_64 should be a mistake of TARGET_AARCH64. Fixes: 27598393a2 ("Lift max memory slots limit imposed by vhost-user") Signed-off-by: Akihiko Odaki Reviewed-by: Philippe Mathieu-Daudé --- hw/virtio/vhost-user.c | 2 +- 1 file ch

[PATCH] vhost-user: Correct a reference of TARGET_AARCH64

2023-01-08 Thread Akihiko Odaki
Presumably TARGET_ARM_64 should be a mistake of TARGET_AARCH64. Signed-off-by: Akihiko Odaki --- hw/virtio/vhost-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c index d9ce0501b2..6c79da953b 100644 --- a/hw/virtio/vhost-us