qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] vhost-user: Correct a reference of TARGET_AARCH64
Date: Mon, 9 Jan 2023 08:08:28 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

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 <akihiko.odaki@daynix.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

---
  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-user.c
+++ b/hw/virtio/vhost-user.c
@@ -48,7 +48,7 @@
   * hardware plaform.
   */
  #if defined(TARGET_X86) || defined(TARGET_X86_64) || \
-    defined(TARGET_ARM) || defined(TARGET_ARM_64)
+    defined(TARGET_ARM) || defined(TARGET_AARCH64)
  #include "hw/acpi/acpi.h"
  #define VHOST_USER_MAX_RAM_SLOTS ACPI_MAX_RAM_SLOTS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]