[PATCH v5 4/4] CHANGELOG.md: add new SMBIOS tables (7, 8, 9, 26, 27, 28)

Petr Beneš posted 4 patches 2 months, 1 week ago
[PATCH v5 4/4] CHANGELOG.md: add new SMBIOS tables (7, 8, 9, 26, 27, 28)
Posted by Petr Beneš 2 months, 1 week ago
From: Petr Beneš <w1benny@gmail.com>

Signed-off-by: Petr Beneš <w1benny@gmail.com>
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 271ac73a0a..2fd65b90a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
      capability usage is not yet supported on PVH dom0).
    - Smoke tests for the FreeBSD Xen builds in Cirrus CI.
    - PVH xenstore-stubdom now supports Live Update.
+   - Support for new SMBIOS tables: 7, 8, 9, 26, 27, 28.
 
  - On Arm:
     - Ability to enable stack protector
-- 
2.34.1


Re: [PATCH v5 4/4] CHANGELOG.md: add new SMBIOS tables (7, 8, 9, 26, 27, 28)
Posted by Jan Beulich 2 months ago
On 24.08.2025 00:26, Petr Beneš wrote:
> From: Petr Beneš <w1benny@gmail.com>
> 
> Signed-off-by: Petr Beneš <w1benny@gmail.com>
> ---
>  CHANGELOG.md | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 271ac73a0a..2fd65b90a9 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>       capability usage is not yet supported on PVH dom0).
>     - Smoke tests for the FreeBSD Xen builds in Cirrus CI.
>     - PVH xenstore-stubdom now supports Live Update.
> +   - Support for new SMBIOS tables: 7, 8, 9, 26, 27, 28.

This way it reads as if you mean in Xen, when the change is entirely
contained to hvmloader (and hence affecting only HVM guests). In
something (imo) not primarily targeted at developers I also wonder
whether identifying the tables by number is going to be useful.

Jan

Re: [PATCH v5 4/4] CHANGELOG.md: add new SMBIOS tables (7, 8, 9, 26, 27, 28)
Posted by Oleksii Kurochko 2 months ago
On 8/24/25 12:26 AM, Petr Beneš wrote:
> From: Petr Beneš<w1benny@gmail.com>
>
> Signed-off-by: Petr Beneš<w1benny@gmail.com>

Acked-by: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii

> ---
>   CHANGELOG.md | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 271ac73a0a..2fd65b90a9 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>        capability usage is not yet supported on PVH dom0).
>      - Smoke tests for the FreeBSD Xen builds in Cirrus CI.
>      - PVH xenstore-stubdom now supports Live Update.
> +   - Support for new SMBIOS tables: 7, 8, 9, 26, 27, 28.
>   
>    - On Arm:
>       - Ability to enable stack protector