public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Hello could you help me on running kvm on my via nano u2250 processor stepping 3?
@ 2014-11-07 15:47 Timothy McDaniel
  2014-11-07 16:22 ` Alex Williamson
  0 siblings, 1 reply; 3+ messages in thread
From: Timothy McDaniel @ 2014-11-07 15:47 UTC (permalink / raw)
  To: kvm

here is my /proc/cpuinfo

processor       : 0
vendor_id       : CentaurHauls
cpu family      : 6
model           : 15
model name      : VIA Nano processor U2250 (1.6GHz Capable)
stepping        : 3
cpu MHz         : 800.000
cache size      : 1024 KB
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat clflush acpi mmx fxsr sse sse2 ss tm pbe syscall nx lm
constant_tsc up rep_good nopl pni monitor vmx est tm2 ssse3 cx16 xtpr
rng rng_en ace ace_en ace2 phe phe_en lahf_lm
bogomips        : 3191.62
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

also here is my uname -mrs
Linux 3.2.0-4-amd64 x86_64

here is uname -a
Linux sd-24793 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u1 x86_64 GNU/Linux

please tell me if you need anymore info on helping me get kvm to work.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Hello could you help me on running kvm on my via nano u2250 processor stepping 3?
  2014-11-07 15:47 Hello could you help me on running kvm on my via nano u2250 processor stepping 3? Timothy McDaniel
@ 2014-11-07 16:22 ` Alex Williamson
  2014-11-08  8:07   ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Williamson @ 2014-11-07 16:22 UTC (permalink / raw)
  To: Timothy McDaniel; +Cc: kvm

On Fri, 2014-11-07 at 10:47 -0500, Timothy McDaniel wrote:
> here is my /proc/cpuinfo
> 
> processor       : 0
> vendor_id       : CentaurHauls
> cpu family      : 6
> model           : 15
> model name      : VIA Nano processor U2250 (1.6GHz Capable)
> stepping        : 3
> cpu MHz         : 800.000
> cache size      : 1024 KB
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 10
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat clflush acpi mmx fxsr sse sse2 ss tm pbe syscall nx lm
> constant_tsc up rep_good nopl pni monitor vmx est tm2 ssse3 cx16 xtpr
> rng rng_en ace ace_en ace2 phe phe_en lahf_lm
> bogomips        : 3191.62
> clflush size    : 64
> cache_alignment : 128
> address sizes   : 36 bits physical, 48 bits virtual
> power management:
> 
> also here is my uname -mrs
> Linux 3.2.0-4-amd64 x86_64
> 
> here is uname -a
> Linux sd-24793 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u1 x86_64 GNU/Linux
> 
> please tell me if you need anymore info on helping me get kvm to work.

Last I was aware, Via's implementation of vmx was broken.  I'd guess
that's still the case.  Thanks,

Alex


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Hello could you help me on running kvm on my via nano u2250 processor stepping 3?
  2014-11-07 16:22 ` Alex Williamson
@ 2014-11-08  8:07   ` Paolo Bonzini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2014-11-08  8:07 UTC (permalink / raw)
  To: Alex Williamson, Timothy McDaniel; +Cc: kvm



On 07/11/2014 17:22, Alex Williamson wrote:
> On Fri, 2014-11-07 at 10:47 -0500, Timothy McDaniel wrote:
>> here is my /proc/cpuinfo
>>
>> processor       : 0
>> vendor_id       : CentaurHauls
>> cpu family      : 6
>> model           : 15
>> model name      : VIA Nano processor U2250 (1.6GHz Capable)
>> stepping        : 3
>> cpu MHz         : 800.000
>> cache size      : 1024 KB
>> fpu             : yes
>> fpu_exception   : yes
>> cpuid level     : 10
>> wp              : yes
>> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>> mca cmov pat clflush acpi mmx fxsr sse sse2 ss tm pbe syscall nx lm
>> constant_tsc up rep_good nopl pni monitor vmx est tm2 ssse3 cx16 xtpr
>> rng rng_en ace ace_en ace2 phe phe_en lahf_lm
>> bogomips        : 3191.62
>> clflush size    : 64
>> cache_alignment : 128
>> address sizes   : 36 bits physical, 48 bits virtual
>> power management:
>>
>> also here is my uname -mrs
>> Linux 3.2.0-4-amd64 x86_64
>>
>> here is uname -a
>> Linux sd-24793 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u1 x86_64 GNU/Linux
>>
>> please tell me if you need anymore info on helping me get kvm to work.
> 
> Last I was aware, Via's implementation of vmx was broken.  I'd guess
> that's still the case.  Thanks,

Yes, there are many reports of this:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570244
http://www.mail-archive.com/kvm@vger.kernel.org/msg11662.html
https://bugs.launchpad.net/qemu/+bug/712416

Can you try running vmxcap (scripts/kvm/vmxcap in git://qemu.org/qemu.git)?

Paolo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-08  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 15:47 Hello could you help me on running kvm on my via nano u2250 processor stepping 3? Timothy McDaniel
2014-11-07 16:22 ` Alex Williamson
2014-11-08  8:07   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox