Commit graph

19 commits

Author SHA1 Message Date
Juergen Lock
12150beb71 Update to 0.9.1
Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
2008-01-20 17:16:05 +00:00
Juergen Lock
8598b8520e Update qemu to 2007-01-11 snapshot:
- add slirp udp fix
  [this should fix the dns problems with some guests]
- document slirp problems on recent -current (I don't have a -current box
  so if someone wants to help debug this you are most welcome!)
- memsave monitor command
- Dynamic handling of guest mice, by Lonnie Mendez.
- PPC32 Trace Exception and Trap instruction, by Jason Wessel.
- Add -option-rom option to allow loading of PCI option ROMs, by
  Anthony Liguori.
- Add -boot n option for x86 using PXE, by Anthony Liguori.
  [for use with tuntap]
- Support for Bochs "growing" images, by Volker Ruppert.
- Japanese keyboard patch (kazu)
- Revert -disk patch, as requested by Fabrice. The general idea of this
  patch is sound, but the implementation is just too ugly.
  [this should fix the hanging linux guests]
- Devfn number for the PIIX3 southbridge, by Aurelien Jarno.
- Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.
- And some more bugfixes.

Approved by:	miwi (mentor)
2007-01-12 00:13:58 +00:00
Pav Lucistnik
4a45abe094 - update to 20061031 cvs snapshot (now uses aio and supports acpi and a new
qcow2 image format)
- properly respect NOPORTDOCS
- make -serial /dev/cuadX work (modified patch from this post:
  http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00201.html , and hi
  Michael! :)
- add WITHOUT_SDL (hi joshe! :) and WITHOUT_CDROM_DMA knobs (the latter to work
  around atapicam problems in FreeBSD guests with the now by default enabled
  ide cdrom dma patch)
- use OPTIONS

PR:		ports/104989
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-10-31 22:55:34 +00:00
Norikatsu Shigemura
abffcb30ec Update to 0.8.2.
PR:		ports/101381
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-08-07 16:10:27 +00:00
Erwin Lansing
ec67f47f50 Fix plist
PR:		97363
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-05-19 08:17:54 +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
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
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
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
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
Pav Lucistnik
67a6106904 - Update to 2005-02-24 snap
PR:		ports/78089
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-02-27 15:43:19 +00:00
Norikatsu Shigemura
5159791819 Update to 0.6.2 (2004/12/28 snapshot).
PR:		ports/75644
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-01-08 16:21:01 +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
897e5e8fb6 Update to version 20040624
Add ppc system emulation

PR:		ports/68298
Submitted by:	maintainer
2004-06-25 07:37:31 +00:00
Kirill Ponomarev
53a39ff770 Update to 06/22 snapshot
PR:		ports/68214
Submitted by:	maintainer
2004-06-23 07:22:24 +00:00
Norikatsu Shigemura
7622db8b6a Remove extra qemu/. 2004-06-12 16:52:54 +00:00
Kirill Ponomarev
7c916b7187 - Update to version 0.5.5.s.20040609
- Remove BROKEN
- portlint

PR:		ports/67802
Submitted by:	Christopher Nehren <apeiron@comcast.net>
2004-06-10 18:40:33 +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
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