search for: dump_raw_cpuid

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

2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...;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 index 7d2a455..c4f5d81 100644 --- a/x86info.h +++ b/x86info.h @@ -84,7 +84,7 @@ str...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
...;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 index 7d2a455..c4f5d81 100644 --- a/x86info.h +++ b/x86info.h @@ -84,7 +84,7 @@ str...
2012 Apr 30
2
x86info: dump kvm cpuid's
...gt; > > 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) { > > -- > Gleb.
2012 Apr 30
2
x86info: dump kvm cpuid's
...gt; > > 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) { > > -- > Gleb.