notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
qemu-user-static QEMU CPU Emulator (github bsd-user branch)
3.1.0_14 emulators on this many watch lists=8 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.0_14Version of this port present on the latest quarterly branch.
Maintainer: emulation@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-05-19 17:13:07
Last Update: 2023-09-11 21:15:38
Commit Hash: 8bd17eb
People watching this port, also watch:: firefox, poudriere, sudo, tmux, pkg
License: GPLv2
WWW:
https://www.qemu.org/
Description:
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. This port builds static bsd-user targets named like qemu-mips-static. While still being experimental, people have already built many armv6/mips/mips64 ports using these and, e.g., poudriere. Some notes are also here: http://wiki.freebsd.org/QemuUserModeHowTo
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. /usr/local/share/licenses/qemu-user-static-3.1.0_14/catalog.mk
  2. /usr/local/share/licenses/qemu-user-static-3.1.0_14/LICENSE
  3. /usr/local/share/licenses/qemu-user-static-3.1.0_14/GPLv2
  4. bin/qemu-aarch64-static
  5. bin/qemu-arm-static
  6. bin/qemu-i386-static
  7. bin/qemu-mips-static
  8. bin/qemu-mips64-static
  9. bin/qemu-mips64el-static
  10. bin/qemu-mipsel-static
  11. bin/qemu-ppc-static
  12. bin/qemu-ppc64-static
  13. bin/qemu-riscv64-static
  14. bin/qemu-sparc-static
  15. bin/qemu-sparc64-static
  16. bin/qemu-x86_64-static
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • qemu-user-static>0:emulators/qemu-user-static
Conflicts:
CONFLICTS_INSTALL:
  • qemu-user-static-devel
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/emulators/qemu-user-static/ && make install clean
To add the package, run one of these commands:
  • pkg install emulators/qemu-user-static
  • pkg install qemu-user-static
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: qemu-user-static
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 powerpc powerpc64
distinfo:
TIMESTAMP = 1641593695 SHA256 (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-527096e0c8_GH0.tar.gz) = bf0d139a962d69fbbf2a5834e9906c283e7f300e2620051a9a3910e5bd9dc17f SIZE (qemu/3.1.0/qemu-bsd-user-qemu-bsd-user-3.1.0-527096e0c8_GH0.tar.gz) = 16904103

Expand this list (2 items)

Collapse this list.

SHA256 (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a SIZE (qemu/3.1.0/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895

Collapse this list.


Packages (timestamps in pop-ups are UTC):
qemu-user-static
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-3.1.0_14------
FreeBSD:13:quarterly-3.1.0_14---3.1.0_143.1.0_14-
FreeBSD:14:latest-3.1.0_14---3.1.0_13--
FreeBSD:14:quarterly-3.1.0_14---3.1.0_143.1.0_14-
FreeBSD:15:latest-3.1.0_14n/a-n/a3.1.0_143.1.0_14-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libglib-2.0.a : devel/glib20
  2. bison : devel/bison
  3. gmake>=4.3 : devel/gmake
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. python3.9 : lang/python39
  6. perl5>=5.34<5.35 : lang/perl5.34
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
emulators_qemu-user-static
USES:
bison compiler:c11 cpe elfctl gmake perl5 pkgconfig python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/qemu-bsd-user/qemu-bsd-user/tar.gz/527096e0c8?dummy=/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.0_14
11 Sep 2023 21:15:38
commit hash: 8bd17eb4fc9ff06ef48956ddd6299b5d4871b713commit hash: 8bd17eb4fc9ff06ef48956ddd6299b5d4871b713commit hash: 8bd17eb4fc9ff06ef48956ddd6299b5d4871b713commit hash: 8bd17eb4fc9ff06ef48956ddd6299b5d4871b713 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
emulators/qemu-user-static: unbreak with kern.elf64.allow_wx=0

$ qemu-aarch64-static /dev/null
qemu_mprotect__osdep: mprotect failed: Permission denied
mprotect of jit buffer: Permission denied
3.1.0_13
10 Nov 2022 14:30:33
commit hash: ec290b80e0867a63d011fbf4db60fd9744e9deafcommit hash: ec290b80e0867a63d011fbf4db60fd9744e9deafcommit hash: ec290b80e0867a63d011fbf4db60fd9744e9deafcommit hash: ec290b80e0867a63d011fbf4db60fd9744e9deaf files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu*: Fix WWW

PR:		267686
Reported by:	grahamperrin
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.1.0_13
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.0_13
07 Jan 2022 22:46:36
commit hash: 4617d31a41ea3958798db6157b994c5cf666f0d4commit hash: 4617d31a41ea3958798db6157b994c5cf666f0d4commit hash: 4617d31a41ea3958798db6157b994c5cf666f0d4commit hash: 4617d31a41ea3958798db6157b994c5cf666f0d4 files touched by this commit
Warner Losh (imp) search for other commits by this committer
emulators/qemu-user-static: Update for 13.x stable

swapoff was MFC'd Dec 20th to stable/13, pull in changes to fix that.

Sponsored by:		Netflix
3.1.0_13
07 Jan 2022 04:32:45
commit hash: 688bd028652dc3c6bfe606fd690359060bbd949dcommit hash: 688bd028652dc3c6bfe606fd690359060bbd949dcommit hash: 688bd028652dc3c6bfe606fd690359060bbd949dcommit hash: 688bd028652dc3c6bfe606fd690359060bbd949d files touched by this commit
Colin Percival (cperciva) search for other commits by this committer
emulators/qemu-user-static: Fix build on recent FreeBSD

The swapoff(2) syscall recently changed from taking a single
argument to taking two (adding a field used for a "force" flag);
this broke qemu-user, since it translates system calls from
guest to host architecture.

Thanks to:	imp
With hat:	re@
Sponsored by:	https://www.patreon.com/cperciva
3.1.0_12
23 Nov 2021 22:11:40
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
3.1.0_12
29 Aug 2021 19:27:55
commit hash: 55ca89309d8925e5a559623e7b907fbafb88a85ecommit hash: 55ca89309d8925e5a559623e7b907fbafb88a85ecommit hash: 55ca89309d8925e5a559623e7b907fbafb88a85ecommit hash: 55ca89309d8925e5a559623e7b907fbafb88a85e files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
emulators/qemu-user-static: Add CPE information

Approved by:	portmgr (blanket)
3.1.0_12
24 Jul 2021 02:03:44
commit hash: 9620451f37c1a853d8d8d8cb9485baa3ab52112dcommit hash: 9620451f37c1a853d8d8d8cb9485baa3ab52112dcommit hash: 9620451f37c1a853d8d8d8cb9485baa3ab52112dcommit hash: 9620451f37c1a853d8d8d8cb9485baa3ab52112d files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
emulators/qemu-user-static: fix build on powerpc

/wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-6ffee39fe2e4/tcg/ppc/tcg-target.inc.c:1922:3:
error: "Unhandled abi"
3.1.0_12
12 May 2021 00:44:58
commit hash: f2b487a6e9c74a44c1a68595a442f65951d4007ccommit hash: f2b487a6e9c74a44c1a68595a442f65951d4007ccommit hash: f2b487a6e9c74a44c1a68595a442f65951d4007ccommit hash: f2b487a6e9c74a44c1a68595a442f65951d4007c files touched by this commit
Kyle Evans (kevans) search for other commits by this committer
emulators/qemu-user-static{,-devel}: fix build on recent FreeBSD

This updates both to 6ffee39fe2e4, which pulls in some patches to fix
the build after a recent commit to main that was MFC'd to stable/13.

While we're here, update qemu-user-static-devel to point to the current
upstream. qemu-user-static-devel will likely be updated in the near
future to point to imp's 6.0 rebase branch for Q/A.

MFH:	2021Q2
3.1.0_11
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.1.0_11
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
3.1.0_11
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.1.0_11
12 Mar 2021 13:59:48
Revision:568178Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to fix copy_file_range() bug

MFH:		2021Q1
3.1.0_10
26 Feb 2021 04:53:22
Revision:566578Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to f7fd10d7677c

This features a number of fixes; highlights:
- Handle aarch64 YIELD instructions
- Bump ARG_MAX to match the FreeBSD default on LP64 platforms
- Implement __specialfd(2) and copy_file_range(2)
- Style fixes
- Fix an issue with binary execution[0]
- Fix page fault handling for self-modifying binaries[1]
- Suppress noise from CIOGSESSION usage and restore CRIOGET handling
- Patch _umtx_op(2) through to the kernel where possible[2]

[0] Attempting to execute a binary by name was broken when there was an
unrelated entry by the same name in PWD.  The report below observed it in the
cluster while building games/dobutsu, which tried to execute `xz` in a directory
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.0_9
19 Dec 2020 03:35:49
Revision:558422Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to 39244526c0af

Highlights:
- Various ppc target fixes (courtesy of bdragon@)
- Fix for hw.ncpu on mips (courtesy of Dan Nelson)
- Switch to the new qemu-bsd-user/qemu-bsd-user upstream
3.1.0_8
04 Dec 2020 02:35:41
Revision:556947Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: fix the build after base r368005

r368005 removed CRIOGET, breaking the qemu-user-static build. We didn't
actually implement it anyways, so this update simply ripped it out rather
than trying to maintain it for old branches.

While here, bring qemu-user-static-devel up to parity with qemu-user-static.
We should be soon approaching the point where we can rebase the former
forward to a newer qemu.

Reported by:	gjb
3.1.0_7
22 Nov 2020 03:40:58
Revision:556027Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to 6f1319e1138c

Highlights:
- Fix stack allocation to behave more like FreeBSD really does[*].
- Raised the stack size on ARM, which should solve some limited cases of
  mysterious segfaults (e.g. lang/gcc9).
- Provide hw.ncpu and AT_NCPUS based on cpu affinity to more effectively
  limit cpu usage under qemu-user-static.

[*] We start out with a limited initial stack size, then login(1) raises
the stack size up to the maximum possible for the system (arch-based).
qemu-user-static will now calculate a maximum stack size based on the
host's configured rlimit and the qemu-bsd-user specified max for the arch
in question, then immediately raise the stack allocation size to the
maximum. This is especially important because we don't actually handle
stack growth.

post-patch is also dropped entirely, as these sed invocations have done
nothing since versions of qemu back in ~2007, AFAICT. CFLAGS/LDFLAGS get
sucked in during configure and qemu's built with -fno-strict-aliasing as
a default for even longer.
3.1.0_6
13 Nov 2020 18:46:12
Revision:555038Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-bsd-user: update to 4ee077c

Highlight:
- Properly fixed consistent segfaults at runtime on processors w/o AVX{,2}
  support (previously worked around).
- Fixed RISC-V threading support; we can now build up to gdb at the very
  least.
- AT_HWCAP is now populated, ARM reflects VFP support properly
- Fixed more regressions in signal handling
- Fixed freebsd11_kevent emulation (used by lang/go)
- Handful of fixes for warnings in the bsd-user build
3.1.0_5
09 Nov 2020 01:01:08
Revision:554661Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to d618de655

Primarily fixes qemu-user-static with the upstream switch to enabling
ARM_FEATURE_EL3 by default (I note that this actually eventually gets
reverted on its own just for CONFIG_USER in later revisions of qemu).

It also fixes some really fundamental breakage that was observed in, e.g.,
grep and most other applications. The official armv7 builder, beefy12, was
seeing an incredibly similar failure.
3.1.0_4
04 Nov 2020 03:38:32
Revision:554049Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to 269a4ac93

Fixes:
- Fixed recently broken execution of PIE binaries (not zero'ing .bss)[0]
- Fixed handling of signals during pselect(2)/ppoll(2)
- Fixed nanosleep(2) (was writing out time remaining only on success)
- Fixed swapcontext(2)/setcontext(2)
- Fixed a lot of ktimer handling issues
- Fixed direct exec of rtld

Improvements:
- Implemented clock_nanosleep(2)
- Implemented msgget(2) and, more generally, fixed SysV msg support

- Refactored ELF loading (much easier to read, less easy to break)

Investigated by:	Andrew Gierth <andrew tao11 riddles org uk> [0]
3.1.0_3
30 Oct 2020 03:26:29
Revision:553663Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to latest bsd-user-rebase-3.1

This fixes the recent ELF fix by properly initializing the extension to the
PT_LOAD segment rather than filling it with file garbage.

While here, disable capstone -- this part of the build is subject to
external pollution (= death), and we don't use it in qemu-user-static
anyways.
3.1.0_2
19 Oct 2020 20:34:36
Revision:552765Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: update to latest with more fixes

This fixes a little more fallout from the signal refactoring that wasn't
immediately obvious, and fixes a longstanding bug in ELF loading that
resulted in rtld segfaults.
3.1.0_1
14 Sep 2020 18:39:54
Revision:548669Original commit files touched by this commit
kevans search for other commits by this committer
emulator/qemu-user-static: fix major regression from signal refactor

Excellent diagnosis by Andrew Gierth revealed the exact nature of the
regression from previous signal handling fixes; gobject-introspection now
builds, and we should be able to once again build a pretty large chunk of
the ports tree.

The configure script patch has been incorporated into our tree, so the patch
may be removed.

As mentioned previously, qemu-user-static and qemu-user-static-devel will
not always be updated in lockstep; future changes will land to
qemu-user-static-devel first followed by qemu-user-static.
3.1.0
26 Apr 2020 15:57:12
Revision:533075Original commit files touched by this commit
kevans search for other commits by this committer
emulators/qemu-user-static: revive as a copy of qemu-user-static-devel

This is effectively the 3.1 update of qemu-user-static. The main feature of
the update to 3.1 is RISC-V support, contributed by Embecosm.

PR:		243906
Approved by:	koobs (mentor)
2.11.50.g20191211_3
26 Apr 2020 15:45:11
Revision:533074Original commit files touched by this commit
kevans search for other commits by this committer
Remove the old emulators/qemu-user-static from the tree

This will be momentarily replaced by a repocopy of qemu-user-static-devel
back over to qemu-user-static. With the update of qemu-user-static to 3.1,
emulators/qemu-user-static will no longer be a slave port and
emulators/qemu-sbruno will be deprecated in a couple months.

Some history is being lost in this transition, but almost all of the
interesting parts of qemu-user-static were in the master port qemu-sbruno
anyways, which qemu-user-static-devel is repoderived from.

PR:		243906
Approved by:	koobs (mentor)
2.11.50.g20191211_1
15 Jan 2020 21:09:26
Revision:523169Original commit files touched by this commit
pkubaj search for other commits by this committer
emulators/qemu-user-static: unbreak on powerpc64

Builds and works fine.

MFH:		2020Q1 (fix build blanket)
2.11.50.g20191112
13 Nov 2019 22:46:27
Revision:517397Original commit files touched by this commit
linimon search for other commits by this committer
Let the masterport set the MAINTAINER line.

Submitted by:	kevans
2.8.50.g20170307_2
22 May 2017 13:17:39
Revision:441455Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2.8.50.g20170301
01 Mar 2017 22:08:29
Revision:435203Original commit files touched by this commit
sbruno search for other commits by this committer
Add configure arg to fix build on 10.x

PR:	217411
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2.5.93.g20160428
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
2.5.50.g20160215_1
18 Feb 2016 16:30:30
Revision:409112Original commit files touched by this commit
sbruno search for other commits by this committer
Attempt to unbreak stage (pointed out by amdmi3/junovitch)
- Add ivshmem-client/server to the pkg-plist of qemu-sbruno.
- Forceably nuke ivshmem-client/server during the build of qemu-user-static.

Bump PORTREVISION.
2.4.50.g20151206
16 Dec 2015 18:45:00
Revision:403870Original commit files touched by this commit This port version is marked as vulnerable.
sbruno search for other commits by this committer
Take these ports as they are based on my branches in github.

rip nox@
2.4.50.g20151206
14 Dec 2015 02:52:14
Revision:403704Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
Reset maintainer
2.2.50.g20150215_1
01 Mar 2015 15:16:43
Revision:380206Original commit files touched by this commit This port version is marked as vulnerable.
nox search for other commits by this committer
- Add rc.d script to emulators/qemu-user-static to (optinally) setup
  imgact_binmisc configs on systems where that exists.
- Bump PORTREVISION.

Submitted by:	linimon (with some changes by me)
2.2.50.g20150215
21 Feb 2015 19:44:47
Revision:379545Original commit files touched by this commit This port version is marked as vulnerable.
nox search for other commits by this committer
This is a slave port of emulators/qemu-sbruno now. (not qemu-devel)

Confusion reported by:	linimon
2.2.50.g20150106
06 Jan 2015 19:47:29
Revision:376437Original commit files touched by this commit This port version is marked as vulnerable.
nox search for other commits by this committer
- Update emulators/qemu-sbruno to latest github snapshot, fixing
  the bsd-user targets on 8 and 9.
- Switch emulators/qemu-user-static to be slave of emulators/qemu-sbruno.
- Update emulators/qemu-devel to latest upstream release 2.2.0, now
  w/o bsd-user patches and knob again.  (Or at least until the
  patches are merged upstream...) [1]
- Add appropriate CONFLICTS to emulators/qemu too and bump its
  PORTREVISION.

Suggested by:	andrew [1] (for the benefit of testing aarch64 guests)
2.0.2_12
30 Dec 2014 23:52:32
Revision:375865Original commit files touched by this commit This port version is marked as vulnerable.
nox search for other commits by this committer
Add MASTERDIR=   ${.CURDIR}/../qemu-sbruno as comment for now.
2.0.2
18 Aug 2014 18:53:16
Revision:365340Original commit files touched by this commit This port version is marked as vulnerable.
nox search for other commits by this committer
- Update to 2.0.2, announce message is here:

	http://thread.gmane.org/gmane.comp.emulators.qemu/291585

- Strip executables by default.
- Switch to USES=python:2,build.
2.0.0_2
19 May 2014 17:12:59
Revision:354560Original commit files touched by this commit This port version is marked as vulnerable.
nox search for other commits by this committer
Add new slave port emulators/qemu-user-static:

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 40