Hi Ruediger, Am 02.04.2014 15:02, schrieb Ruediger Meier:
On Wednesday 02 April 2014, Stefan Seyfried wrote:
What 'interesting systems'?
Generally all (virtual) machines where above patch improves/corrects the output of lscpu | grep "^Hyper\|Virtualization"
These could be for example virtual machines like [HYPER_VMWARE] = "VMware", [HYPER_VBOX] = "Oracle", [HYPER_OS400] = "OS/400", [HYPER_PHYP] = "pHyp"
and/or ppc machines with existing directories like /proc/iSeries /proc/device-tree/ibm,partition-name /proc/device-tree/hypervisor/compatible
and/or machines with pci and graphic cards by some of these vendors ids: +const int hv_vendor_pci[] = { + [HYPER_MSHV] = 0x1414, + [HYPER_VMWARE] = 0x15ad, + [HYPER_VBOX] = 0x80ee +}; + +const int hv_graphics_pci[] = { + [HYPER_MSHV] = 0x5353, + [HYPER_VMWARE] = 0x0710, + [HYPER_VBOX] = 0xbeef };
Luckily I have none of the above. I might have been able to help out with relatively new CPUs and stuff, but not commercial hypervisors, sorry. -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org