search for: display_detailed_info

Displaying 4 results from an estimated 4 matches for "display_detailed_info".

2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...g on a hypervisor */ + cpu->maxhv = 0; + } cpuid(cpu->number, 0x80000008,&address_bits, NULL, NULL, NULL); cpu->phyaddr_bits = address_bits & 0xFF; diff --git a/x86info.c b/x86info.c index 22c4734..80cae36 100644 --- a/x86info.c +++ b/x86info.c @@ -44,6 +44,10 @@ static void display_detailed_info(struct cpudata *cpu) if (cpu->maxei2 >=0xC0000000) dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); + + if (cpu->maxhv >= 0x40000000) + dump_raw_cpuid(cpu->number, 0x40000000, cpu->maxhv); + } if (show_cacheinfo) { diff --git a/x86info.h b/x86info.h in...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...g on a hypervisor */ + cpu->maxhv = 0; + } cpuid(cpu->number, 0x80000008,&address_bits, NULL, NULL, NULL); cpu->phyaddr_bits = address_bits & 0xFF; diff --git a/x86info.c b/x86info.c index 22c4734..80cae36 100644 --- a/x86info.c +++ b/x86info.c @@ -44,6 +44,10 @@ static void display_detailed_info(struct cpudata *cpu) if (cpu->maxei2 >=0xC0000000) dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); + + if (cpu->maxhv >= 0x40000000) + dump_raw_cpuid(cpu->number, 0x40000000, cpu->maxhv); + } if (show_cacheinfo) { diff --git a/x86info.h b/x86info.h in...
2012 Apr 30
2
x86info: dump kvm cpuid's
...s on top of the master branch in > > git://git.codemonkey.org.uk/x86info.git > > > > Thanks! > > > > diff --git a/x86info.c b/x86info.c > > index 22c4734..dee5ed1 100644 > > --- a/x86info.c > > +++ b/x86info.c > > @@ -44,6 +44,7 @@ static void display_detailed_info(struct cpudata *cpu) > > > > if (cpu->maxei2 >=0xC0000000) > > dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); > > + dump_raw_cpuid(cpu->number, 0x40000000, 0x40000001); > > } > > > > if (show_cacheinfo) { > > --...
2012 Apr 30
2
x86info: dump kvm cpuid's
...s on top of the master branch in > > git://git.codemonkey.org.uk/x86info.git > > > > Thanks! > > > > diff --git a/x86info.c b/x86info.c > > index 22c4734..dee5ed1 100644 > > --- a/x86info.c > > +++ b/x86info.c > > @@ -44,6 +44,7 @@ static void display_detailed_info(struct cpudata *cpu) > > > > if (cpu->maxei2 >=0xC0000000) > > dump_raw_cpuid(cpu->number, 0xC0000000, cpu->maxei2); > > + dump_raw_cpuid(cpu->number, 0x40000000, 0x40000001); > > } > > > > if (show_cacheinfo) { > > --...