581c FreshPorts -- emulators/kqemu-kmod-devel
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
kqemu-kmod-devel 1.4.0.p1_5 emulators on this many watch lists=4 search for ports that depend on this port
Kernel Accelerator for QEMU CPU Emulator (development version)
Maintained by: nox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Jun 2008 21:32:13
Also Listed In: kld
License: not specified in port


KQEMU is a qemu accelerator kernel module on x86/amd64.

WWW: http://fabrice.bellard.free.fr/qemu/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
There are no ports dependent upon this port

To install the port: cd /usr/ports/emulators/kqemu-kmod-devel/ && make install clean
To add the package: pkg_add -r kqemu-kmod-devel


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/kqemu/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  9. http://bellard.org/qemu/
  10. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nox/
  11. http://qemu.org/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Mar 2013 23:00:58
Original commit files touched by this commit  1.4.0.p1_5
nox search for other commits by this committer
(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
Original commit files touched by this commit  1.4.0.p1_5
nox search for other commits by this committer
Create sys symlinks properly if restarting a build.

PR:		ports/174030
Submitted by:	Garrett Cooper <yanegomi@gmail.com>
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.4.0.p1_5
dougb search for other commits by this committer
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
Original commit files touched by this commit  1.4.0.p1_5
miwi search for other commits by this committer
= Drop MD5 support
27 Jul 2010 16:43:37
Original commit files touched by this commit  1.4.0.p1_5
nox search for other commits by this committer
(Attempt to) fix build on head.

Submitted by:   portsmon
30 Jan 2010 17:04:34
Original commit files touched by this commit  1.4.0.p1_4
nox search for other commits by this committer
Add workaround for Linux guest startup hangs seen with -kernel-kqemu
on stable/8 amd64.
30 May 2009 19:50:09
Original commit files touched by this commit  1.4.0.p1_3
nox search for other commits by this committer
- 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
Original commit files touched by this commit  1.4.0.p1_2
nox search for other commits by this committer
- 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
Original commit files touched by this commit  1.4.0.p1_1
nox search for other commits by this committer
- 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
Original commit files touched by this commit  1.4.0.p1
nox search for other commits by this committer
- 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
Original commit files touched by this commit  1.3.0.p11_8
nox search for other commits by this committer
Forced commit to note the following repocopy:
        emulators/kqemu-kmod -> emulators/kqemu-kmod-devel

Repocopy by:    marcus

Number of commits found: 11

284a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days26
new fortnight58
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0