Re: [PATCH v1 4/9] Add RDT functionality

2024-07-26 Thread Jonathan Cameron via
On Fri, 19 Jul 2024 16:29:24 + Hendrik Wuethrich wrote: > From: ‪Hendrik Wüthrich > > Add RDT code to Associate CLOSID with RMID / set RMID for monitoring, > write COS, and read monitoring data. This patch does not add code for > the guest to interact through these things with MSRs, only th

[PATCH v1 4/9] Add RDT functionality

2024-07-19 Thread Hendrik Wuethrich
From: ‪Hendrik Wüthrich Add RDT code to Associate CLOSID with RMID / set RMID for monitoring, write COS, and read monitoring data. This patch does not add code for the guest to interact through these things with MSRs, only the actual ability for the RDT device to do them. Signed-off-by: Hendrik