All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@suse.com>
To: Teddy Astie <teddy.astie@vates.tech>
Cc: "Oleksii Kurochko" <oleksii.kurochko@gmail.com>,
	"Community Manager" <community.manager@xenproject.org>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Anthony PERARD" <anthony.perard@vates.tech>,
	"Michal Orzel" <michal.orzel@amd.com>,
	"Julien Grall" <julien@xen.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	xen-devel@lists.xenproject.org
Subject: Re: [RESEND PATCH v2 1/3] xen: Define xen_domain_handle_t encoding and formatting
Date: Mon, 1 Sep 2025 17:55:42 +0200	[thread overview]
Message-ID: <d4fb77fe-e956-4c3b-b7be-06fc36fe4be4@suse.com> (raw)
In-Reply-To: <a12f705dae18ae2b87c9e21027d14c4e60bff146.1756460430.git.teddy.astie@vates.tech>

On 29.08.2025 11:58, Teddy Astie wrote:
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>     - For x86, GCC 5.1 and Binutils 2.25, or Clang/LLVM 11
>     - For ARM32 and ARM64, GCC 5.1 and Binutils 2.25
>   - Linux based device model stubdomains are now fully supported.
> + - Clarify guest UUIDs as being big-endian encoded.

Is something like this really in need of having a ChangeLog entry?

Jan

> --- a/xen/include/public/xen.h
> +++ b/xen/include/public/xen.h
> @@ -973,6 +973,13 @@ typedef struct dom0_vga_console_info {
>  #define xen_vga_console_info dom0_vga_console_info
>  #define xen_vga_console_info_t dom0_vga_console_info_t
>  
> +/*
> + * The domain handle is chosen by the toolstack, and intended to hold a UUID
> + * conforming to RFC 9562 (i.e. big endian).
> + *
> + * Certain cases (e.g. SMBios) transform it to a Microsoft GUID (little
> + * endian) for presentation to the guest.
> + */
>  typedef uint8_t xen_domain_handle_t[16];
>  
>  __DEFINE_XEN_GUEST_HANDLE(uint8,  uint8_t);



  parent reply	other threads:[~2025-09-01 15:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-29  9:58 [RESEND PATCH v2 0/3] Update to SMBIOS 2.6 Teddy Astie
2025-08-29  9:58 ` [RESEND PATCH v2 1/3] xen: Define xen_domain_handle_t encoding and formatting Teddy Astie
2025-09-01 13:34   ` Oleksii Kurochko
2025-09-01 15:55   ` Jan Beulich [this message]
2025-09-03 14:24     ` Oleksii Kurochko
2025-12-17 15:53   ` Anthony PERARD
2025-08-29  9:58 ` [RESEND PATCH v2 2/3] hvmloader: Update to SMBIOS 2.6 Teddy Astie
2025-09-02 12:35   ` Jan Beulich
2025-09-02 13:24     ` Teddy Astie
2025-09-02 14:10       ` Jan Beulich
2025-09-03 14:02         ` Teddy Astie
2025-09-03 15:05           ` Jan Beulich
2025-12-17 15:22   ` Anthony PERARD
2026-01-08 13:54     ` Teddy Astie
2025-08-29  9:58 ` [RESEND PATCH v2 3/3] CHANGELOG.md: Add SMBIOS 2.6 update statement Teddy Astie
2025-09-01 13:42   ` Oleksii Kurochko
2025-09-01 13:52   ` Jan Beulich

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=d4fb77fe-e956-4c3b-b7be-06fc36fe4be4@suse.com \
    --to=jbeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@vates.tech \
    --cc=community.manager@xenproject.org \
    --cc=julien@xen.org \
    --cc=michal.orzel@amd.com \
    --cc=oleksii.kurochko@gmail.com \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=teddy.astie@vates.tech \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.