View Single Post
  #8   (View Single Post)  
Old 2nd April 2012
Ninguem Ninguem is offline
Banned
 
Join Date: Jun 2011
Posts: 137
Default

1. You can set the emulated CPU type.
Code:
qemu -cpu ?
will generate a list.

2. Use the VNC option in qemu instead of remote desktop.

Even though qemu is available as a package in most operating systems- read Linux and BSD here- you may be better of building it from source. The options are yours to choose.
Reply With Quote