Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-14 Thread Sergii Dmytruk
On Mon, Jul 14, 2025 at 09:33:09AM +0200, Jan Beulich wrote: > On 13.07.2025 19:29, Sergii Dmytruk wrote: > > On Tue, Jul 08, 2025 at 08:52:36AM +0200, Jan Beulich wrote: > >> On 07.07.2025 19:31, Sergii Dmytruk wrote: > >>> On Mon, Jul 07, 2025 at 10:29:46AM +0200, Jan Beulich wrote: > >> ...

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-14 Thread Jan Beulich
On 13.07.2025 19:29, Sergii Dmytruk wrote: > On Tue, Jul 08, 2025 at 08:52:36AM +0200, Jan Beulich wrote: >> On 07.07.2025 19:31, Sergii Dmytruk wrote: >>> On Mon, Jul 07, 2025 at 10:29:46AM +0200, Jan Beulich wrote: >> ... then isn't used right here, instead requiring a cast somewhere >>

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-13 Thread Sergii Dmytruk
On Tue, Jul 08, 2025 at 08:52:36AM +0200, Jan Beulich wrote: > On 07.07.2025 19:31, Sergii Dmytruk wrote: > > On Mon, Jul 07, 2025 at 10:29:46AM +0200, Jan Beulich wrote: > ... then isn't used right here, instead requiring a cast somewhere > (presumably, > as code using this isn't v

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-07 Thread Jan Beulich
On 07.07.2025 19:31, Sergii Dmytruk wrote: > On Mon, Jul 07, 2025 at 10:29:46AM +0200, Jan Beulich wrote: ... then isn't used right here, instead requiring a cast somewhere (presumably, as code using this isn't visible in this patch). >>> >>> As was mentioned earlier: because size o

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-07 Thread Sergii Dmytruk
On Mon, Jul 07, 2025 at 10:29:46AM +0200, Jan Beulich wrote: > >> Btw, please don't forget to Cc maintainers of code you're changing / > >> adding. > > > > What do you mean? I'm running add_maintainers.pl on the patches. > > The Cc: list had none of the REST maintainers. (Whether there's a bug in

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-07 Thread Jan Beulich
On 06.07.2025 18:55, Sergii Dmytruk wrote: > On Wed, Jul 02, 2025 at 04:36:27PM +0200, Jan Beulich wrote: >> On 30.05.2025 15:17, Sergii Dmytruk wrote: >>> The file provides constants, structures and several helper functions for >>> parsing SLRT. >>> >>> The data described by the structures is pass

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-06 Thread Sergii Dmytruk
On Wed, Jul 02, 2025 at 04:36:27PM +0200, Jan Beulich wrote: > On 30.05.2025 15:17, Sergii Dmytruk wrote: > > The file provides constants, structures and several helper functions for > > parsing SLRT. > > > > The data described by the structures is passed to Xen by a bootloader > > which initiated

Re: [PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-07-02 Thread Jan Beulich
On 30.05.2025 15:17, Sergii Dmytruk wrote: > The file provides constants, structures and several helper functions for > parsing SLRT. > > The data described by the structures is passed to Xen by a bootloader > which initiated DRTM. > > Signed-off-by: Daniel P. Smith > Signed-off-by: Ross Philips

[PATCH v3 02/22] include/xen/slr-table.h: Secure Launch Resource Table definitions

2025-05-30 Thread Sergii Dmytruk
The file provides constants, structures and several helper functions for parsing SLRT. The data described by the structures is passed to Xen by a bootloader which initiated DRTM. Signed-off-by: Daniel P. Smith Signed-off-by: Ross Philipson Signed-off-by: Sergii Dmytruk --- xen/include/xen/slr