Re: [PATCH v1 6/9] Add CPUID enumeration for RDT

2024-07-26 Thread Jonathan Cameron via
On Fri, 19 Jul 2024 16:29:26 + Hendrik Wuethrich wrote: > From: ‪Hendrik Wüthrich > > Add CPUID enumeration for intel RDT monitoring and allocation, as well > as the flags used in the enumeration code. > > Signed-off-by: Hendrik Wüthrich > --- > hw/i386/rdt.c | 29 ++

[PATCH v1 6/9] Add CPUID enumeration for RDT

2024-07-19 Thread Hendrik Wuethrich
From: ‪Hendrik Wüthrich Add CPUID enumeration for intel RDT monitoring and allocation, as well as the flags used in the enumeration code. Signed-off-by: Hendrik Wüthrich --- hw/i386/rdt.c | 29 ++ include/hw/i386/rdt.h | 29 ++ target/i386/cpu.c | 91 +++