For x86 PVH dom0 makes uses of the host ACPI tables, and hence the status
of Host ACPI entry should have been updated to reflect that PVH dom0 is now
supported, and Host ACPI support is not one of the caveats.
Fixes: ea1cb444c28c ('x86/pvh: declare PVH dom0 supported with caveats')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
SUPPORT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SUPPORT.md b/SUPPORT.md
index 6a82a9218991..109b62835f99 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -70,7 +70,7 @@ For the Cortex A77 r0p0 - r1p0, see Errata 1508412.
### Host ACPI (via Domain 0)
- Status, x86 PV: Supported
+ Status, x86: Supported
Status, ARM: Experimental
### Host EFI Boot
--
2.49.0
On 13.08.2025 11:32, Roger Pau Monne wrote:
> For x86 PVH dom0 makes uses of the host ACPI tables, and hence the status
> of Host ACPI entry should have been updated to reflect that PVH dom0 is now
> supported, and Host ACPI support is not one of the caveats.
Well, not explicitly, but seeing changes like 6378909b41c4 ("x86/PVH: expose
OEMx ACPI tables to Dom0") I'm not convinced we're there yet.
Jan
On Thu, Aug 14, 2025 at 09:21:53AM +0200, Jan Beulich wrote:
> On 13.08.2025 11:32, Roger Pau Monne wrote:
> > For x86 PVH dom0 makes uses of the host ACPI tables, and hence the status
> > of Host ACPI entry should have been updated to reflect that PVH dom0 is now
> > supported, and Host ACPI support is not one of the caveats.
>
> Well, not explicitly, but seeing changes like 6378909b41c4 ("x86/PVH: expose
> OEMx ACPI tables to Dom0") I'm not convinced we're there yet.
How would we know when we are there? I think listing it here means it
had some degree of testing (which it does in Gitlab CI), plus that we
will address issues and backport fixes (which to my knowledge we
already do).
AFAICT the only way x86 PVH dom0 can get it's hardware information is
from ACPI, so not listing it as supported is IMO weird, it's not like
PCI passthrough or some additional feature, without ACPI support you
cannot really boot a PVH dom0 I think.
Thanks, Roger.
On 14.08.2025 12:35, Roger Pau Monné wrote:
> On Thu, Aug 14, 2025 at 09:21:53AM +0200, Jan Beulich wrote:
>> On 13.08.2025 11:32, Roger Pau Monne wrote:
>>> For x86 PVH dom0 makes uses of the host ACPI tables, and hence the status
>>> of Host ACPI entry should have been updated to reflect that PVH dom0 is now
>>> supported, and Host ACPI support is not one of the caveats.
>>
>> Well, not explicitly, but seeing changes like 6378909b41c4 ("x86/PVH: expose
>> OEMx ACPI tables to Dom0") I'm not convinced we're there yet.
>
> How would we know when we are there?
That's the downside of the whitelisting approach: We may make it there
temporarily, but then a new table type may break us again.
> I think listing it here means it
> had some degree of testing (which it does in Gitlab CI), plus that we
> will address issues and backport fixes (which to my knowledge we
> already do).
We do, yes. We did already before it was supported, to encourage its use.
> AFAICT the only way x86 PVH dom0 can get it's hardware information is
> from ACPI, so not listing it as supported is IMO weird, it's not like
> PCI passthrough or some additional feature, without ACPI support you
> cannot really boot a PVH dom0 I think.
I agree. And from that angle I also agree it ought to be marked as
supported. I really don't have a good suggestion here. My concern, in
any event, shouldn't stand in the way of this going in with someone
else's ack (e.g. Stefano's, that iirc you already got). Yet I'm
hesitant to provide one myself.
Jan
On Wed, 13 Aug 2025, Roger Pau Monne wrote:
> For x86 PVH dom0 makes uses of the host ACPI tables, and hence the status
> of Host ACPI entry should have been updated to reflect that PVH dom0 is now
> supported, and Host ACPI support is not one of the caveats.
>
> Fixes: ea1cb444c28c ('x86/pvh: declare PVH dom0 supported with caveats')
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> ---
> SUPPORT.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 6a82a9218991..109b62835f99 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -70,7 +70,7 @@ For the Cortex A77 r0p0 - r1p0, see Errata 1508412.
>
> ### Host ACPI (via Domain 0)
>
> - Status, x86 PV: Supported
> + Status, x86: Supported
> Status, ARM: Experimental
>
> ### Host EFI Boot
> --
> 2.49.0
>
© 2016 - 2025 Red Hat, Inc.