]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/virtio/vhost-user.c
vhost-user: Correct a reference of TARGET_AARCH64
[mirror_qemu.git] / hw / virtio / vhost-user.c
index d9ce0501b2c75add7faf8628ec496082195f5922..6c79da953b3e25f31ee13aad7dae329b68a1d80f 100644 (file)
@@ -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