| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Mar 2013 23:00:58
1.4.0.p1_5
|
nox  |
(Attempt to) fix build on head.
Note: setting CC=clang fails with
"interp.c:20:24: error: global register variables are not supported"
PR: ports/177279
Submitted by: Beeblebrox <zaphod@berentweb.com> |
20 Jan 2013 15:11:34
1.4.0.p1_5
|
nox  |
Create sys symlinks properly if restarting a build.
PR: ports/174030
Submitted by: Garrett Cooper <yanegomi@gmail.com> |
14 Jan 2012 08:57:23
1.4.0.p1_5
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
02 Jul 2011 17:14:20
1.4.0.p1_5
|
miwi  |
= Drop MD5 support |
27 Jul 2010 16:43:37
1.4.0.p1_5
|
nox  |
(Attempt to) fix build on head.
Submitted by: portsmon |
30 Jan 2010 17:04:34
1.4.0.p1_4
|
nox  |
Add workaround for Linux guest startup hangs seen with -kernel-kqemu
on stable/8 amd64. |
30 May 2009 19:50:09
1.4.0.p1_3
|
nox  |
- Allow specifying nonstandard base/kernel source dirs by defining
SRC_BASE or SYSDIR respectively.
- Add a few extra patches: [1]
- An old patch by Enache Adrian to help NetBSD/OpenBSD guest support:
http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00125.html
(At least NetBSD still has issues seeing pci devices with acpi and
assigning correct pci irqs without acpi when there still is an mptable
which the qemu/kvm bios now defaults to providing, and it also doesn't
seem to like most of the emulated nic choices - but these remaining
issues have nothing to do with kqemu. I'll post a little more on the
qemu-devel list...)
- A patch series by Jan Kiszka from May 2009:
http://lists.gnu.org/archive/html/qemu-devel/2009-05/msg01550.html
In the unlikely case that any of these patches cause regressions please
define WITHOUT_EXTRA_PATCHES and post details about your host _and_ guest
on freebsd-emulation@freebsd.org .
Obtained from: qemu-devel mailinglist [1] |
28 Mar 2009 18:12:38
1.4.0.p1_2
|
nox  |
- Only add the tss fixup code on OSVERSIONs where its still needed.
(It _should_ do nothing elsewhere but still would be unnecessary cycles...)
- Bump PORTREVISIONs. |
12 Feb 2009 17:46:29
1.4.0.p1_1
|
nox  |
- Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION
PR: ports/131603
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> |
22 Jun 2008 22:06:15
1.4.0.p1
|
nox  |
- Update to 1.4.0.p1 after repocopy from kqemu-kmod, this version is
needed for qemu svn and the experimental qemu-devel update available at:
http://people.freebsd.org/~nox/qemu/qemu-devel-20080620.patch
(see
http://docs.freebsd.org/cgi/mid.cgi?20080620211216.GA75382
for the original announcement.)
- Add CONFLICTS with the kqemu-kmod port.
- Add D_NEEDMINOR as now required on -current for drivers that use the
cloner library:
http://svn.freebsd.org/viewvc/base?view=revision&revision=179726
(this last item was not yet in the original shar I put up for testing.) |
22 Jun 2008 21:32:03
1.3.0.p11_8
|
nox  |
Forced commit to note the following repocopy:
emulators/kqemu-kmod -> emulators/kqemu-kmod-devel
Repocopy by: marcus |