Name : qemu
| |
Version : 1.4.0
| Vendor : aLinux Soft_ Corporation_
|
Release : 1
| Date : 2013-02-21 18:34:12
|
Group : Applications
| Source RPM : qemu-1.4.0-1.src.rpm
|
Size : 13.91 MB
| |
Packager : linuxkid < alinux_alinux_tv>
| |
Summary : QEMU is a fast processor emulator using dynamic translation to achieve good emulation speed
|
Description :
QEMU is a fast processor emulator. It has two operating modes:
* Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. * User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator (http://www.winehq.org) or to ease cross-compilation and cross-debugging.
As QEMU requires no host kernel driver to run, it is very safe and easy to use.
For system emulation, the following hardware targets are supported: * PC (x86 processor)
For user emulation, x86.
How to run Qemu from the CLI:
Floppy Images: qemu -fda [Image Name] Hard Disk Images: qemu -sda [Image Name] CD-ROM ISO Image: qemu -cdrom [Image Name]
Use: qemu -h (for help)
|
RPM found in directory: /vol/rzm1/linux-ibiblio/distributions/peanut/current/pkgs/RPMS/KERNEL |