QEMU: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (removing underscores)
(Hmm, maybe should restructure so all of this goes through em the xo.)
Line 1: Line 1:
{{Translations}}
{{Translations}}

QEMU is an open-source processor emulator for which the [[OS images for emulation|OLPC images]] are developed for testing and distribution.
QEMU is the best supported emulation system for [[Emulating the XO|emulating the OLPC-XO's]] Sugar environment. Many developers will use QEMU to help [[Developers/Setup|set up their development environment]], whether for testing or development work.

You will almost certainly want to get the KQemu accelerator if you intend to use QEMU, as without it performance can be quite poor. On Windows and Mac, there are GUI wrappers available. Most Linux users tend to use the command-line approach to the program.

QEMU is an Open Source processor emulator which can run the official OLPC ext3 images directly. This means that no extra conversion or processing is required to run the images. As a result, a much wider range to images is available immediately than is seen with other emulation packages (such as [[VMWare]] or [[VirtualBox]]).

= Setting up QEMU =

Basic setup of QEMU is generally fairly easy. Most Linux distributions have a package which can be automatically installed. Windows and Mac users can download a package which includes all of the required components (or assemble the components themselves).


More information can be found [http://fabrice.bellard.free.fr/qemu/about.html here].
More information can be found [http://fabrice.bellard.free.fr/qemu/about.html here].
Line 9: Line 18:


*[[Using QEMU on Windows XP]]
*[[Using QEMU on Windows XP]]
*[[How_to_set_up_for_development_on_linux_emulation]]
*[[Quick_Start/Linux]]

*[[Emulating the XO]]
*[[Emulating the XO]]



Revision as of 04:12, 15 December 2007

  english | 日本語 HowTo [ID# 84993]  +/-  


QEMU is the best supported emulation system for emulating the OLPC-XO's Sugar environment. Many developers will use QEMU to help set up their development environment, whether for testing or development work.

You will almost certainly want to get the KQemu accelerator if you intend to use QEMU, as without it performance can be quite poor. On Windows and Mac, there are GUI wrappers available. Most Linux users tend to use the command-line approach to the program.

QEMU is an Open Source processor emulator which can run the official OLPC ext3 images directly. This means that no extra conversion or processing is required to run the images. As a result, a much wider range to images is available immediately than is seen with other emulation packages (such as VMWare or VirtualBox).

Setting up QEMU

Basic setup of QEMU is generally fairly easy. Most Linux distributions have a package which can be automatically installed. Windows and Mac users can download a package which includes all of the required components (or assemble the components themselves).

More information can be found here.

Or you can read the news about it, or just download it.

See also