On Fri, 11 Jul 2025 18:36:12 +0000
James Morse <james.morse@xxxxxxx> wrote:
This is just enough MPAM driver for the ACPI and DT pre-requisites.
It doesn't contain any of the resctrl code, meaning you can't actually drive it
from user-space yet.
Whilst I get that this is minimal, I was a bit surprised that it doesn't
contain enough to have the driver actually bind to the platform devices
I think that needs the CPU hotplug handler to register a requester.
So about another 4 arch patches from your tree. Maybe you can shuffle
things around to help with that.
That makes this a pain to test in isolation.
Given desire to poke the corners, I'm rebasing the old QEMU emulation and
will poke it some more. Now we are getting close to upstream kernel support
maybe I'll even clean that up for potential upstream QEMU.
For bonus points I 'could' hook it up to the cache simulator and actually
generate real 'counts' but that's probably more for fun than because it's
useful. Fake numbers are a lot cheaper to get.