| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
http://lists.nongnu.org/archive/html/qemu-devel/2013-10/msg01207.html
|
| |
|
|
|
|
|
| |
- Remove USE_GCC.
- Bump PORTREVISION.
Submitted by: dim [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html
See also gonzo's blog post:
http://kernelnomicon.org/?p=401
- Bump PORTREVISION.
Submitted by: gonzo (via irc) [1]
Obtained from: qemu upstream [1]
|
| |
|
|
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/qemu-devel/2013-08/msg02245.html
- Remove bsd-user support as sson's patches no longer apply, you can still
use his (older) git tree or my port of it on redports as described here:
https://wiki.freebsd.org/QemuUserModeHowTo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html
- Simplify bsd-user ld script handling. [1]
- Make STATIC_LINK work again.
- Add GTK knob.
- Neither graphical UI can be built static, set IGNORE in that case.
- Properly fix AES_* link errors by #defining those functions as
QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at
least) by -lcurl.
- Add back CURL knob in the process.
- Fix "Warning: vlan %d is not connected to host network" when using
pcap.
- Switch to USES= gmake.
- Note: I did not backport sson's latest bsd-user patches which he has
now in a github tree based on qemu git head, tho I have a seperate
port of that tree on redports:
svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/
See also:
https://wiki.freebsd.org/QemuUserModeHowTo
Submitted by: emaste [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html
Full changelog:
http://wiki.qemu.org/ChangeLog/1.5
The new libusb host code needs recent 10-current; for older releases you
can still try the net/usbredir support knob, see pkg-message for details.
- Update pkg-message a bit.
Thanx to: emaste for some suggestions
|
| |
|
|
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02956.html
- Update to sson's latest bsd-user patches.
- Add bugfix for mips64 target uncovered by --enable-debug. [1]
Obtained from: qemu-devel mailinglist [1]
|
| |
|
|
|
|
|
|
| |
- Turns out qemu 1.4.x now builds with clang (almost) as is, so remove
CLANG_HACK. [1]
- Add workaround for clang/i386 that doesn't define bit_CMOV in <cpuid.h>.
Submitted by: Brad Smith <brad@comstyle.com> [1]
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches.
Thanx to: sson, cognet, and others for much improved bsd-user support -
it now runs at least quite a few mips64 and single-threaded
arm binaries, see:
https://wiki.freebsd.org/QemuUserModeHowTo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html
- Rename CLANG workaround knob to CLANG_HACK to avoid it being
inadvertently triggered by WITH_CLANG in make.conf etc.
- Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the
1.1.1 distfile is in fact compressed with gzip not bzip2 despite
the extension.
- Add preliminary arm-bsd-user support, this still will only run
very simple executables like a static echo (the same as the rest
of the bsd-user targets) due to lots of syscall handling still
missing. Help welcome there! :)
This work was started by bapt and cognet, I fixed syscall arg
passing (only the first four are passed in registers, the rest
on the stack) as well as errno and carry handling at syscall
return among other things and cleaned up cognet's version a bit.
(The OpenBSD case is untested and probably wrong.) [1]
Some notes in this post:
http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html
Submitted by: cognet [1] (initial version of the patch)
|
| |
|
|
|
|
| |
- Update emulators/qemu-devel to 1.1.0 - announce posting is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html
|
| |
|
|
|
|
|
|
| |
emulators/qemu-devel. [1]
- Convert both qemu ports to OPTIONng.
Submitted by: luigi [1] (original version of the patch)
Optained from: qemu-devel mailinglist [1] (improved version of the patch)
|
| |
|
|
| |
http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg02458.html
|
| |
|
|
|
|
| |
http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html
Feature safe: yes
|
| |
|
|
| |
http://wiki.qemu.org/ChangeLog/0.15
|
| |
|
|
|
|
|
|
|
| |
- Add OPTION to build a seabios git snapshot that add ahci boot disk
emulation. [2]
- Bump PORTREVISION.
Submitted by: avg [1]
Suggested by: avg [2]
|
| |
|
|
| |
http://wiki.qemu.org/ChangeLog/0.15
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and a patch for promiscuous multicast for the emulated e1000 nic,
both to support using qemu with the (also to be updated)
emulators/gns3 port.
- Change DIST_SUBDIR to qemu/${PORTVERSION} because PATCHFILES names
are not versioned.
Requested by: Benjamin Epitech <mlspirat42@gmail.com>
(via private email)
Obtained from: http://code.gns3.net/qemu-patches/
|
| |
|
|
|
|
|
|
|
| |
- Update amd64 host bsd-user linker script to fix build on
-current/amd64. [1]
- Some updates to the pkg-message.
PR: ports/155558 [1]
Submitted by: Garrett Cooper <yanegomi@gmail.com> [1]
|
| |
|
|
|
|
|
| |
- No PORTREVISION bump since this is a build fix.
PR: ports/155558
Submitted by: Garrett Cooper <yanegomi@gmail.com>
|
| |
|
|
| |
Submitted by: QAT
|
| | |
|
| |
|
|
| |
http://lists.gnu.org/archive/html/qemu-devel/2010-07/msg01402.html
|
| |
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg00465.html
- Add patch that allows running the resulting qemu{,-system-*} from the
build dir without having to pass the pc-bios dir with -L if no qemu port
or another version is installed.
|
| |
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg01594.html
(Subject says 0.12.2, but in fact the message is about 0.12.3.)
Feature safe: yes
|
| |
|
|
|
|
|
|
| |
- Attempt to make the pkg-message.s a little more readable. [2]
- Bump PORTREVISIONs.
Submitted by: Andreas Tobler <andreast@fgznet.ch> [1]
Submitted by: wkoszek [2] (with modifications)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Fix packet delays. [1]
2. Truncate oversize packets according to host interface's MTU
to avoid e.g. Linux guests panic'ing.
Note: This is only necessary as a stopgap measure for cases like
host inferfaces using TSO (it still causes retransmissions),
the better workaround is to disable the feature on the host
interface while using qemu's pcap code.
- Add note about pcap to pkg-message.s
- Bump PORTREVISIONs.
Submitted by: jkim [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release announcement is here:
http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg02151.html
Quoting from pkg-message:
- kqemu is no longer supported in qemu upstream after the 0.11 branch
was created, which means also not in this version. (Linux has moved
on to kvm now for qemu(-like) virtualization needs, so if you want qemu
to go faster and don't want to switch to virtualbox or stick to the older
emulators/qemu port which is at 0.11.1 atm and as such still supports
kqemu you should help getting the FreeBSD kvm port updated and
completed:
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
)
|
| |
|
|
| |
Submitted by: pointyhat via pav
|
| |
|
|
|
|
| |
version than the main port among other things
- Add MAKE_JOBS_SAFE fix and mark as such
- Bump PORTREVISION
|
| |
|
|
|
|
| |
patches (duh!)
Pointyhat to: nox
|
| |
|
|
|
|
|
| |
the new stack - helpful hands wanted there!)
PR: ports/132126
Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
|
| |
|
|
|
|
|
|
|
| |
by allowing writes outside the disk image boundaries if the guest isn't
running.
PR: ports/129417
Submitted by: Nate Eldredge <neldredge@math.ucsd.edu>
Obtained from: debian (sid kvm_72+dfsg-3.diff.gz, adapted)
|
| |
|
|
|
| |
Obtained from: qemu svn
Security: http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html
|
| |
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: jkim
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
port that now also works for the 32 bit "qemu" executable on amd64
(if you build with the KQEMU knob on, you have to deinstall the old
kqemu-kmod first if it is installed)
- Add an ALL_TARGETS knob that, if turned off, omits the remaining dyngen
targets, eliminating the need for gcc 3.4 (everything but ppc and sh4
has been converted to tcg in this snapshot)
- Add tcg fixes for amd64 guests on i386 hosts (two of three have been
committed to qemu svn in the meantime) [1]
- Update the pkg-message about kqemu on amd64, and add a note about using
nfs with slirp, the latter [2]
- Homepage now at http://bellard.org/qemu/ - update links
Submitted by: nox [1]
Submitted by: joerg [2]
|
| |
|
|
| |
Found by: itetcu
|
| |
|
|
|
| |
- Remove obsolete dhcp patch
- Bump PORTREVISION
|
| |
|
|
|
| |
Obtained from: qemu cvs
Security: http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html
|
| |
|
|
|
|
| |
- Patch a pointer to pkg-message into the manpage
Submitted by: bms [1]
|
| |
|
|
|
|
| |
- Bump PORTREVISION
Obtained from: qemu cvs
|
| |
|
|
|
|
| |
- Bump PORTREVISION
Requested by: several people on freebsd-emulation@
|
| |
|
|
|
|
|
|
|
| |
- Change the e1000 mmio addr space according to spec [2]
- Update pkg-message
- Bump PORTREVISION
Submitted by: nox [1]
Obtained from: qemu cvs [2]
|
| |
|
|
|
|
|
|
| |
- Fix unchecked block read/write vulnerability [2]
Submitted by: nox [1]
Obtained from: qemu cvs [2]
Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
|
| |
|
|
|
| |
Obtained from: qemu cvs
Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
|
| |
|
|
|
| |
(longer) log is at:
http://people.freebsd.org/~nox/qemu/qemu-devel-log-20070802.txt
|
| |
|
|
|
|
| |
(longer) log is at:
http://people.freebsd.org/~nox/qemu/qemu-devel-log-20070702.txt
- Point WWW back at fabrice.bellard.free.fr, qemu.org still seems to be down
|
| |
|
|
|
|
|
| |
- Disable -vmwarevga acceleration code for now (missing range checks)
Obtained from: debian
Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
|
| |
|
|
|
| |
Approved by: miwi (mentor, implicit)
Obtained from: Stefan Weil on qemu-devel mailinglist
|