aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu50
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu50: enable on powerpc64lePiotr Kubaj2021-02-181-1/+1
| | | | Notes: svn path=/head/; revision=565945
* emulators/qemu50: fix build on GCC architecturesPiotr Kubaj2020-10-221-1/+1
| | | | | | | | | | | | | Adding -L/usr/lib make gcc from ports prefer /usr/lib instead of its own /usr/local/lib/gcc9, which makes build fail: /usr/local/bin/ld: accel/tcg/tcg-runtime.o: in function `clrsb32': /wrkdirs/usr/ports/emulators/qemu50/work/qemu-5.0.0/include/qemu/host-utils.h:211: undefined reference to `__clrsbdi2' Tested for no breakage on 12.1/i386, 12.2/amd64 and 13.0/powerpc64. MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=552973
* [NEW] emulators/qemu50: QEMU CPU Emulator - 5.0.X branchMuhammad Moinur Rahman2020-07-1816-0/+1168
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 Notes: svn path=/head/; revision=542535