summaryrefslogtreecommitdiffstats
path: root/virt-what-cpuid-helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Preserve %ebx across CPUID when using PIE (thanks Faustus, Anthony Basile ↵Richard W.M. Jones2012-03-171-2/+2
| | | | | | | | | | from Gentoo). PIE on i686 uses %ebx as a base register. Don't clobber it across the CPUID instruction. https://bugs.gentoo.org/show_bug.cgi?id=341271 https://bugzilla.redhat.com/show_bug.cgi?id=804282
* cpuid: Find other leaf entries (RHBZ#671510).Richard W.M. Jones2011-01-241-20/+40
|
* Comment on what VMware guests print ("VMwareVMware")Richard Jones2009-07-231-0/+1
|
* Autoconfify, add CPUID helper program to detect HVM domains (Paolo Bonzini).1.1Richard Jones2009-07-231-0/+62