qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Akihiko Odaki <akihiko.odaki@daynix.com>
Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH] vhost-user: Correct a reference of TARGET_AARCH64
Date: Mon, 9 Jan 2023 08:08:28 +0100	[thread overview]
Message-ID: <efc22d4c-d250-5bd2-d599-0a6460fa1d68@linaro.org> (raw)
In-Reply-To: <20230109063130.81296-1-akihiko.odaki@daynix.com>

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	other threads:[~2023-01-09  7:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09  6:31 [PATCH] vhost-user: Correct a reference of TARGET_AARCH64 Akihiko Odaki
2023-01-09  7:08 ` Philippe Mathieu-Daudé [this message]
2023-01-09  8:17 ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=efc22d4c-d250-5bd2-d599-0a6460fa1d68@linaro.org \
    --to=philmd@linaro.org \
    --cc=akihiko.odaki@daynix.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).