From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Zhao Liu <zhao1.liu@intel.com>,
Paolo Bonzini <pbonzini@redhat.com>,
"Michael S . Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] i386/apic: Add hint on boot failure because of disabling x2APIC
Date: Fri, 7 Jun 2024 08:17:36 +0200 [thread overview]
Message-ID: <58ea1275-b71c-4098-b7e6-cde428a2eabb@linaro.org> (raw)
In-Reply-To: <20240606140858.2157106-1-zhao1.liu@intel.com>
On 6/6/24 16:08, Zhao Liu wrote:
> Currently, the Q35 supports up to 4096 vCPUs (since v9.0), but for TCG
> cases, if x2APIC is not actively enabled to boot more than 255 vCPUs (
> e.g., qemu-system-i386 -M pc-q35-9.0 -smp 666), the following error is
> reported:
>
> Unexpected error in apic_common_set_id() at ../hw/intc/apic_common.c:449:
> qemu-system-i386: APIC ID 255 requires x2APIC feature in CPU
> Aborted (core dumped)
>
> This error can be resolved by setting x2apic=on in -cpu. In order to
> better help users deal with this scenario, add the error hint to
> instruct users on how to enable the x2apic feature.
Why not automatically set x2apic=on in this case instead?
> Then, the error
> report becomes the following:
>
> Unexpected error in apic_common_set_id() at ../hw/intc/apic_common.c:448:
> qemu-system-i386: APIC ID 255 requires x2APIC feature in CPU
> Try x2apic=on in -cpu.
> Aborted (core dumped)
>
> Note since @errp is &error_abort, error_append_hint() can't be applied
> on @errp. And in order to separate the exact error message from the
> (perhaps effectively) hint, adding a hint via error_append_hint() is
> also necessary. Therefore, introduce @local_error in
> apic_common_set_id() to handle both the error message and the error
> hint.
>
> Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
> ---
> hw/intc/apic_common.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
next prev parent reply other threads:[~2024-06-07 6:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 14:08 [PATCH] i386/apic: Add hint on boot failure because of disabling x2APIC Zhao Liu
2024-06-07 6:17 ` Philippe Mathieu-Daudé [this message]
2024-06-07 7:46 ` Zhao Liu
2024-06-07 7:47 ` Xiaoyao Li
2024-06-07 8:30 ` Zhao Liu
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=58ea1275-b71c-4098-b7e6-cde428a2eabb@linaro.org \
--to=philmd@linaro.org \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=zhao1.liu@intel.com \
/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).