QEMU Virtual Machine Manager L3 cache sharing on a 7950x3d
I believe I solved this myself now!!! Also I found a bug in my configuration from before. The assumption that <cache mode="passthrough"/> generated the same error message for me was false. I had incorrectly left the cachetune parameter in the configuration when I tested it.
The missing piece of configuration seemed to be in the cpu section.
I had to add two lines to the configuration:
<cpu mode="host-passthrough" check="none" migratable="on">
<topology sockets="1" dies="1" cores="8" threads="2"/>
<cache mode="passthrough"/>
<feature policy="require" name="topoext"/>
</cpu>
However, I still don't know what would be needed to get the cputune configuration to work properly.
Anyway, problem solved for now! :)
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now