Commit graph

32 commits

Author SHA1 Message Date
Norikatsu Shigemura
4ec773e477 Update to 2006-04-14 snapshot.
o no longer needs 3-wire configs when using the emulated serial port.
o update patch-libmath to match this commit: [1]
	http://docs.freebsd.org/cgi/mid.cgi?200512021345.jB2Dj6D3057000
o Allow multiple graphics devices.
o ARM Versatile Platform Baseboard emulation.
o Thumb prefetch abort fix.
o simulate a null modem cable.
o 64 bit disassembly.
o USB tablet support (Brad Campbell, Anthony Liguori).
o mouse API changes.

Suggested by:	jkim [1]
PR:		ports/95826
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-04-16 02:38:02 +00:00
Norikatsu Shigemura
8c52a70b64 Update to 2006-04-08 snapshot.
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-04-09 17:09:42 +00:00
Pav Lucistnik
66a6dd30c3 - Lonnie sent me updates to 2 of his usb fixes,
- and posted another usb bugfix affecting FreeBSD guests
- (optionally) seperate out the two WITH_HACKS patches after I learned the
  cirrus patch can cause problems with xp guests too

PR:		ports/94949
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-03-26 15:11:36 +00:00
Pav Lucistnik
b56ad1448d - Add Lonnie's usb host support patches and a bunch of other fixes mostly from
cvs, including a workaround for the -nographic crash.

PR:		ports/94654
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-03-18 21:23:42 +00:00
Edwin Groothuis
ff251aa40f two additional slirp patches for emulators/qemu
Apply two additional slirp patches from the mailing list
	(and quiet WITH_HACKS patching):

	http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00277.html
	(-> files/patch-slirp-nat)

	http://lists.gnu.org/archive/html/qemu-devel/2005-05/msg00228.html
	(-> files/patch-slirp-mbuf.c)

PR:		ports/91358
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2006-01-05 22:21:14 +00:00
Pav Lucistnik
762aa1d96a - Fix patch from previous revision
PR:		ports/90778
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-21 23:46:31 +00:00
Pav Lucistnik
a5136c5d65 - add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)
PR:		ports/90763
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-21 22:12:46 +00:00
Sam Lawrance
53d4bbec5b Update to 2005-11-30 snapshot.
PR:		ports/ports/89816
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-03 03:18:40 +00:00
Sam Lawrance
67b8cfeeef Update to 2005-11-12 snapshot.
PR:		ports/88952
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-11-14 05:17:09 +00:00
Norikatsu Shigemura
b4846334d0 Fix build on 4.x.
PR:		ports/88522
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-11-05 14:00:44 +00:00
Norikatsu Shigemura
6561fa6425 Update to 0.7.2s.2005.1030.
o separate kqemu build phase to emulators/kqemu-kmod port.
o cleanup kqemu support.
o cleanup MASTER_SITES.

Discussed with:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Reviewed by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-10-31 13:43:13 +00:00
Pav Lucistnik
edfcbac53b - Now compiles with system compiler on amd64 again (Klaus-J. Wolf)
- Fix bogus EBUSY with /dev/kqemu on 5+ (Manuel Stuehn)

PR:		ports/86617, ports/87086
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-10-07 19:26:21 +00:00
Pawel Jakub Dawidek
e3f4531d51 Fix a panic on qemu process close (when kqemu is used).
Structure 'ks' was used after it has been freed.

Reviewed by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-10-01 17:03:03 +00:00
Marcus Alves Grando
0059228c1d Fix build in 4.x
Make portlint happier

PR:		86686
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Approved by:	pav (mentor)
2005-10-01 13:25:09 +00:00
Norikatsu Shigemura
21c9816960 Update to 0.7.2s.20050909.
PR:		ports/85947
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-09-10 17:04:42 +00:00
Jeremy Messenger
675507535e Update to 20050717 snapshot, short ChangeLog:
Merge /dev/kqemu cloning support to kmod_bsd.c (Craig Boston),
	Giant-lock kqemu (Bakul Shah), Utilize BSDMakefile to compile
	kqemu.ko, and cosmetic change (Norikatsu Shigemura)

	See more info in ports/83691 for full ChangeLog.

PR:		ports/83691
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-07-19 06:06:56 +00:00
Norikatsu Shigemura
4a9e32b0cc Update to 2005-05-28 snapshot.
PR:		ports/81633
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-05-30 14:56:51 +00:00
Pav Lucistnik
8ca48ff897 - Update to 2005-05-02 snapshot
- Add kqemu support

PR:		ports/80595
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-05-05 12:41:10 +00:00
Norikatsu Shigemura
230fca0f1f o Oops, I forgot to commit 2 patches.
o In some environment, qemu missing 2 patches might be able
  to compiled.  So I bump PORTREVISION.

Pointed out by:	Jung-uk Kim <jkim@niksun.com>
		Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
		Mark Treacy <mark.treacy@gmail.com>
		pointyhat via kris
2005-05-03 04:02:46 +00:00
Norikatsu Shigemura
12b9c1f2e3 o Update to 0.7.0. [1]
o Remove hard samba dependency. [2]

PR:		ports/80486
Submitted by:	Jung-uk Kim <jkim@niksun.com> [1]
		Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [1]
Suggested by:	des [2]
2005-05-01 07:39:11 +00:00
Norikatsu Shigemura
34f7a66b4e o Update to 0.6.1(2004/11/15 snapshot).
FreeBSD related changes: physical cdrom fix, audio merge

PR:		ports/74015
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2004-11-17 09:47:38 +00:00
Norikatsu Shigemura
d605d852ce Add support raw disk device access.
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2004-11-04 14:26:08 +00:00
Norikatsu Shigemura
e38b4b346b Fix build error on 4-stable.
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Pointed out by:	pointy via kris
2004-10-28 15:42:48 +00:00
Norikatsu Shigemura
96866477a3 Update to 0.6.0s.20041020.
PR:		ports/72945
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2004-10-25 14:57:30 +00:00
Kirill Ponomarev
4b72bc7fe2 Update to 0715 snapshot
PR:		ports/69132
Submitted by:	maintainer
2004-07-17 12:24:33 +00:00
Kirill Ponomarev
bac20eb3cc Update to version 0.6.0
PR:		ports/68897
Submitted by:	maintainer
2004-07-11 11:41:06 +00:00
Kirill Ponomarev
69d55f08c2 Fix build on 4-x
PR:		ports/68349
Submitted by:	maintainer
2004-06-26 05:21:59 +00:00
Kirill Ponomarev
897e5e8fb6 Update to version 20040624
Add ppc system emulation

PR:		ports/68298
Submitted by:	maintainer
2004-06-25 07:37:31 +00:00
Jeremy Messenger
c25e186386 Update to 0615 snapshot.
PR:		ports/67950
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2004-06-15 02:19:41 +00:00
Pav Lucistnik
76c1f43f0c - Update to 20040606 snapshot
PR:		ports/67639
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2004-06-06 23:13:15 +00:00
Pav Lucistnik
0af890b46b - Update to 20040604
PR:		ports/67583
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2004-06-05 12:28:31 +00:00
Hye-Shik Chang
6731665740 Add port for qemu 0.5.5 snapshot of 04/05/30,
A fast CPU emulator environment.

PR:		67506
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2004-06-03 02:12:52 +00:00