aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu41
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* emulators/qemu41: enable on powerpc64lePiotr Kubaj2021-02-181-1/+1
| | | | Notes: svn path=/head/; revision=565952
* [NEW] emulators/qemu41: QEMU CPU Emulator - 4.1.X branchMuhammad Moinur Rahman2020-07-1018-0/+1246
QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. QEMU 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 or to ease cross-compilation and cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. See also the preconfigured system images on http://oszoo.org/ Many live cd isos also work. WWW: http://wiki.qemu.org/Main_Page In preparation for updating emulators/qemu to 4.2.X branch Notes: svn path=/head/; revision=541864