View Single Post
  #9   (View Single Post)  
Old 3rd April 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

>You can set the emulated CPU type
Code:
$ qemu -cpu ?
x86           [n270]
x86         [athlon]
x86       [pentium3]
x86       [pentium2]
x86        [pentium]
x86            [486]
x86        [coreduo]
x86          [kvm32]
x86         [qemu32]
x86          [kvm64]
x86       [core2duo]
x86         [phenom]
x86         [qemu64]
$ dmesg | grep -iAMD
cpu0: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ ("AuthenticAMD" 686-class, 512KB L2 cache) 1.91 GHz
cpu1: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ ("AuthenticAMD" 686-class, 512KB L2 cache) 1.91 GHz
then which emulated CPU should i choose ?

> Use the VNC option in qemu instead of remote desktop.
Why should i use VNC ?


Sincerely!

Last edited by sw2wolf; 3rd April 2012 at 02:34 AM.
Reply With Quote