aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu31
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-0/+1
| | | | Notes: svn path=/head/; revision=535391
* emulators/qemu31: Fix build with lld 10.0.0Muhammad Moinur Rahman2020-03-211-9/+59
| | | | | | | | PR: 244774 Submitted by: dim Notes: svn path=/head/; revision=528835
* [NEW] emulators/qemu31: QEMU CPU Emulator - 3.1.X versionMuhammad Moinur Rahman2019-11-2517-0/+1121
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 This is a repocopy of emulators/qemu as qemu will be updated to latest STABLE 4.1.X branch Notes: svn path=/head/; revision=518393