On Wednesday 02 April 2014, Stefan Seyfried wrote:
Am 02.04.2014 12:27, schrieb Ruediger Meier:
I'd also like to get lscpu-improve-hypervisor-detection.patch upstream but for testing I would need dumps of /proc and /sys from such interesting systems.
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 }; cu, Rudi -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org