Re: [PATCH v5 1/8] i386: Add Intel RDT device and State to config.

2025-02-28 Thread Hendrik Wüthrich
On Thu, Feb 20, 2025 at 4:41 PM Jonathan Cameron wrote: > > On Fri, 13 Dec 2024 17:26:38 + > Hendrik Wuethrich wrote: > > > From: ‪Hendrik Wüthrich > > > > Change config to show RDT, add minimal code to the rdt.c module to make > > sure things still com

Re: [PATCH v5 0/8] mulate Intel RDT features needed to mount ResCtrl in Linux

2025-02-20 Thread Hendrik Wüthrich
On Thu, Feb 20, 2025 at 3:50 PM Michael S. Tsirkin wrote: > > On Fri, Dec 13, 2024 at 05:26:37PM +, Hendrik Wuethrich wrote: > > From: Hendrik Wüthrich > > > > The aim of this patch series is to emulate Intel RDT features in order > > to make testing of the li

Re: [PATCH v5 6/8] i386: Add RDT feature flags.

2025-01-15 Thread Hendrik Wüthrich
On Wed, Jan 8, 2025 at 7:39 PM Michael S. Tsirkin wrote: > > On Fri, Dec 13, 2024 at 05:26:43PM +, Hendrik Wuethrich wrote: > > From: ‪Hendrik Wüthrich > > > > Add RDT features to feature word / TCG. > > > > Signed-off-by: Hendrik Wüthrich

Re: [PATCH v1 1/9] Add Intel RDT device to config.

2024-09-04 Thread Hendrik Wüthrich
On Fri, Jul 26, 2024 at 12:24 PM Jonathan Cameron wrote: > > On Fri, 19 Jul 2024 16:29:21 + > Hendrik Wuethrich wrote: > > > From: ‪Hendrik Wüthrich > > > > Change config to show RDT, add minimal code to the rdt.c module to make > > sure things still com