Is it possible to dedicate an entire processor core to a virtual machine? With processor affinity, I dedicate a virtual machine to a processor core. That VM can only run on the core that it has affinity with. However, other vms can still run on that core. How can I isolate an entire processor core to be used by one and only one virtual machine? The other processor cores should be free to run any of a large number of virtual machines - so using processor affinity for all vms so that one vm can have its own core is not an option. I just need to dedicate one core to one vm and keep every other vm from accessing it.
(Note - this is all terrible design and not best practice which I realize - it is beyond my control to say how done but need to know if it is theoretically possible)
Thanks for input