The FreeBSD Ports Archive
FreeBSD emulators : qemu4>
QEMU CPU Emulator
QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:
* Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
* User mode emulation (Linux host only). In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging.
As QEMU requires no host kernel patches to run, it is very safe and easy to use.
(but kqemu is now also supported for the i386 on i386 and amd64 case)
See also the preconfigured system images on http://oszoo.org/
Many live cd isos also work.
http://qemu.org/
|
qemu history
v. 1.75
date: 2007/12/13 01:10:52; author: nox; state: Exp; lines: +1 -1
Fix translation block local denial of service vulnerability
Obtained from: qemu cvs
Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
v. 1.74
date: 2007/06/07 19:12:11; author: nox; state: Exp; lines: +2 -1
Add another MASTER_SITE while qemu.org is down.
Submitted by: fenner@ (portsurvey)
v. 1.73
date: 2007/05/26 16:08:17; author: nox; state: Exp; lines: +1 -1
Merge qcow2 fixes from qemu-devel (cvs):
- Qcow2 corruption fix, by Juergen Keil.
- Qcow2: Release refcount table clusters after growing the refcount table,
by Juergen Keil.
v. 1.72
date: 2007/05/19 20:04:37; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.71
date: 2007/05/02 19:54:04; author: nox; state: Exp; lines: +1 -0
Add security fixes from debian etch (slightly adapted to this version)
Obtained from: debian
Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
v. 1.70
date: 2007/03/10 17:05:00; author: nox; state: Exp; lines: +1 -0
Add CONFLICTS for qemu-devel
Approved by: miwi (mentor, implicit)
v. 1.69
date: 2007/02/06 23:49:01; author: nox; state: Exp; lines: +3 -5
Update to 0.9.0:
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
v. 1.68
date: 2007/02/03 22:15:27; author: nox; state: Exp; lines: +7 -5
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
v. 1.67
date: 2007/01/31 23:20:53; author: nox; state: Exp; lines: +1 -0
Fix crashes on -current/amd64 hosts
Submitted by: jkim
Approved by: miwi (mentor, implicit)
v. 1.66
date: 2007/01/12 00:13:58; author: nox; state: Exp; lines: +2 -3
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)
v. 1.65
date: 2006/12/26 22:41:12; author: nox; state: Exp; lines: +1 -0
Add patch to pass windows keys to qemu guests
PR: ports/107216
Submitted by: Scott Robbins
Approved by: miwi (mentor)
v. 1.64
date: 2006/12/25 19:49:52; author: nox; state: Exp; lines: +2 -2
update qemu to 20061225 snapshot:
- Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp]
- Run monitor over unix domain sockets, by Anthony Liguori.
- Unix domain socket support for VNC, by Anthony Liguori.
- Daemonize option, by Anthony Liguori.
- SCSI emulation improvements, by Chuck Brazie.
[adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk
syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html:
"-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]"
Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type=
disk,id='auto assign'
doing a quick test with a FreeBSD guest I was able to mount and look at
a ufs partition; doesn't seem to quite work with (some?) linux guests
yet tho, will post about this on the qemu list...]
- and a few bug fixes.
Approved by: miwi (mentor)
v. 1.63
date: 2006/12/23 17:42:41; author: nox; state: Exp; lines: +1 -1
Update MAINTAINER email address of my ports
Approved by: miwi
v. 1.62
date: 2006/12/17 00:22:36; author: miwi; state: Exp; lines: +2 -2
- Update to 20061216
- Fix usb host support
PR: ports/106820
Submitted by: Juergen Lock (maintainer)
v. 1.61
date: 2006/12/15 08:17:38; author: miwi; state: Exp; lines: +2 -2
- Update to 20061214
- Fix physical device access
PR: ports/106727
Submitted by: Juergen Lock (maintainer)
v. 1.60
date: 2006/11/29 20:58:35; author: miwi; state: Exp; lines: +3 -3
- Update to 2006-11-28 snapshot
- Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!)
- Document physical device problems in pkg-message and move aio item
to the bottom so it has a slightly smaller chance of being
overlooked
PR: ports/105971
Submitted by: Juergen Lock (maintainer)
v. 1.59
date: 2006/11/04 18:29:35; author: miwi; state: Exp; lines: +2 -2
- Update to 20061102
PR: ports/105086
Submitted by: Juergen Lock (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
v. 1.58
date: 2006/10/31 22:55:33; author: pav; state: Exp; lines: +39 -44
- 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 (maintainer)
v. 1.57
date: 2006/09/20 11:20:47; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.56
date: 2006/08/25 21:16:20; author: miwi; state: Exp; lines: +1 -1
- change to samba3
PR: ports/102494
Submitted by: Juergen Lock ,(maintainer)
Approved by: krion (mentor)
v. 1.55
date: 2006/08/21 23:02:00; author: shaun; state: Exp; lines: +12 -1
- Fix build on 4.x [1]
- Respect CFLAGS [2]
- Support parallel port under FreeBSD [3]
PR: ports/102154 [1], ports/102188 [2]
Submitted by: Juergen Lock [1],
Stanislav Sedov [2],
Robert Jenssen (via freebsd-ports) [3]
Approved by: Juergen Lock (maintainer) [2] [3]
v. 1.54
date: 2006/08/07 16:10:26; author: nork; state: Exp; lines: +10 -2
Update to 0.8.2.
PR: ports/101381
Submitted by: Juergen Lock (maintainer)
v. 1.53
date: 2006/07/23 00:04:01; author: shaun; state: Exp; lines: +1 -1
- Add a fix by Anthony Liguori for the 'invisible wall' problem:
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html
- Update pkg-message (linux 2.6 default HZ)
PR: ports/100722
Submitted by: Juergen Lock (maintainer)
Approved by: ahze (mentor, implicit)
v. 1.52
date: 2006/05/19 08:17:54; author: erwin; state: Exp; lines: +1 -0
Fix plist
PR: 97363
Submitted by: Juergen Lock (maintainer)
v. 1.51
date: 2006/05/06 16:15:41; author: nork; state: Exp; lines: +2 -4
Update to 0.8.1.
PR: ports/96876
Submitted by: Juergen Lock (maintainer)
v. 1.50
date: 2006/04/29 09:15:49; author: pav; state: Exp; lines: +2 -3
- Update to 2006-04-26 snapshot
PR: ports/96426
Submitted by: Juergen Lock (maintainer)
v. 1.49
date: 2006/04/16 02:38:01; author: nork; state: Exp; lines: +2 -2
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 (maintainer)
v. 1.48
date: 2006/04/09 17:09:42; author: nork; state: Exp; lines: +7 -13
Update to 2006-04-08 snapshot.
Submitted by: Juergen Lock (maintainer)
v. 1.47
date: 2006/03/26 15:11:36; author: pav; state: Exp; lines: +16 -8
- 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 (maintainer)
v. 1.46
date: 2006/03/18 21:23:42; author: pav; state: Exp; lines: +1 -1
- 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 (maintainer)
v. 1.45
date: 2006/01/21 23:41:48; author: maho; state: Exp; lines: +2 -2
(WITH_HACKS) Patching process should be silent
v. 1.44
date: 2006/01/21 23:10:06; author: maho; state: Exp; lines: +7 -2
Add another hack:
http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html
1024 px width for 24 bit gets faster
Approved by: Maintainer
v. 1.43
date: 2006/01/05 22:21:13; author: edwin; state: Exp; lines: +2 -2
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
v. 1.42
date: 2005/12/31 00:12:20; author: maho; state: Exp; lines: +17 -1
Add a knob WITH_HACKS. we now have IDE Bus-master DMA Support.
(However, this will break existing Windows 2000 or XP installations).
Approved by: maintainer
v. 1.41
date: 2005/12/21 23:46:30; author: pav; state: Exp; lines: +1 -1
- Fix patch from previous revision
PR: ports/90778
Submitted by: Juergen Lock (maintainer)
v. 1.40
date: 2005/12/21 22:12:45; author: pav; state: Exp; lines: +1 -0
- add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)
PR: ports/90763
Submitted by: Juergen Lock (maintainer)
v. 1.39
date: 2005/12/20 23:27:46; author: pav; state: Exp; lines: +2 -4
- Update to 0.8.0
PR: ports/90709
Submitted by: Juergen Lock (maintainer)
v. 1.38
date: 2005/12/03 03:18:40; author: lawrance; state: Exp; lines: +2 -3
Update to 2005-11-30 snapshot.
PR: ports/ports/89816
Submitted by: Juergen Lock (maintainer)
v. 1.37
date: 2005/11/16 01:32:56; author: lawrance; state: Exp; lines: +1 -1
Fix build on amd64
PR: ports/89064
Submitted by: Vasil Dimov
Approved by: Juergen Lock (maintainer)
v. 1.36
date: 2005/11/14 05:17:09; author: lawrance; state: Exp; lines: +3 -2
Update to 2005-11-12 snapshot.
PR: ports/88952
Submitted by: Juergen Lock (maintainer)
v. 1.35
date: 2005/10/31 15:07:44; author: nork; state: Exp; lines: +2 -1
Fix build error.
Pointy hat to: myself
v. 1.34
date: 2005/10/31 13:43:13; author: nork; state: Exp; lines: +10 -36
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 (maintainer)
Reviewed by: Juergen Lock (maintainer)
v. 1.33
date: 2005/10/07 19:26:21; author: pav; state: Exp; lines: +1 -11
- 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 (maintainer)
v. 1.32
date: 2005/10/01 17:05:06; author: pjd; state: Exp; lines: +1 -1
Fix typo.
v. 1.31
date: 2005/10/01 17:03:03; author: pjd; state: Exp; lines: +1 -0
Fix a panic on qemu process close (when kqemu is used).
Structure 'ks' was used after it has been freed.
Reviewed by: Juergen Lock (maintainer)
v. 1.30
date: 2005/10/01 13:25:08; author: mnag; state: Exp; lines: +3 -1
Fix build in 4.x
Make portlint happier
PR: 86686
Submitted by: Juergen Lock (maintainer)
Approved by: pav (mentor)
v. 1.29
date: 2005/09/23 20:08:37; author: pav; state: Exp; lines: +1 -1
- Fix plist in WITH_KQEMU case
PR: ports/86379
Submitted by: Bjorn Konig
Approved by: Juergen Lock (maintainer)
v. 1.28
date: 2005/09/10 17:04:41; author: nork; state: Exp; lines: +9 -10
Update to 0.7.2s.20050909.
PR: ports/85947
Submitted by: Juergen Lock (maintainer)
v. 1.27
date: 2005/07/19 06:06:56; author: mezz; state: Exp; lines: +3 -4
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 (maintainer)
v. 1.26
date: 2005/05/30 14:56:50; author: nork; state: Exp; lines: +2 -2
Update to 2005-05-28 snapshot.
PR: ports/81633
Submitted by: Juergen Lock (maintainer)
v. 1.25
date: 2005/05/05 12:41:10; author: pav; state: Exp; lines: +49 -3
- Update to 2005-05-02 snapshot
- Add kqemu support
PR: ports/80595
Submitted by: Juergen Lock (maintainer)
v. 1.24
date: 2005/05/03 04:02:45; author: nork; state: Exp; lines: +1 -0
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
Juergen Lock (maintainer)
Mark Treacy
pointyhat via kris
v. 1.23
date: 2005/05/01 07:39:10; author: nork; state: Exp; lines: +26 -11
o Update to 0.7.0. [1]
o Remove hard samba dependency. [2]
PR: ports/80486
Submitted by: Jung-uk Kim [1]
Juergen Lock (maintainer) [1]
Suggested by: des [2]
v. 1.22
date: 2005/03/08 23:02:58; author: pav; state: Exp; lines: +2 -2
- Update to 2005-03-05 snapshot
PR: ports/78509
Submitted by: Juergen Lock (maintainer)
v. 1.21
date: 2005/03/03 20:35:05; author: pav; state: Exp; lines: +2 -2
- Update to 2005-03-01
PR: ports/78333
Submitted by: Juergen Lock (maintainer)
v. 1.20
date: 2005/02/27 15:43:19; author: pav; state: Exp; lines: +11 -11
- Update to 2005-02-24 snap
PR: ports/78089
Submitted by: Juergen Lock (maintainer)
v. 1.19
date: 2005/01/08 16:21:01; author: nork; state: Exp; lines: +17 -5
Update to 0.6.2 (2004/12/28 snapshot).
PR: ports/75644
Submitted by: Juergen Lock (maintainer)
v. 1.18
date: 2004/11/17 09:47:38; author: nork; state: Exp; lines: +5 -6
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 (maintainer)
v. 1.17
date: 2004/11/04 14:26:08; author: nork; state: Exp; lines: +1 -1
Add support raw disk device access.
Submitted by: Juergen Lock (maintainer)
v. 1.16
date: 2004/10/28 15:42:47; author: nork; state: Exp; lines: +1 -0
Fix build error on 4-stable.
Submitted by: Juergen Lock (maintainer)
Pointed out by: pointy via kris
v. 1.15
date: 2004/10/25 14:57:30; author: nork; state: Exp; lines: +8 -12
Update to 0.6.0s.20041020.
PR: ports/72945
Submitted by: Juergen Lock (maintainer)
v. 1.14
date: 2004/09/26 02:42:06; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.13
date: 2004/07/17 12:24:33; author: krion; state: Exp; lines: +4 -2
Update to 0715 snapshot
PR: ports/69132
Submitted by: maintainer
v. 1.12
date: 2004/07/11 11:41:06; author: krion; state: Exp; lines: +2 -4
Update to version 0.6.0
PR: ports/68897
Submitted by: maintainer
v. 1.11
date: 2004/06/26 05:21:59; author: krion; state: Exp; lines: +1 -0
Fix build on 4-x
PR: ports/68349
Submitted by: maintainer
v. 1.10
date: 2004/06/25 07:37:31; author: krion; state: Exp; lines: +2 -2
Update to version 20040624
Add ppc system emulation
PR: ports/68298
Submitted by: maintainer
v. 1.9
date: 2004/06/23 07:22:24; author: krion; state: Exp; lines: +3 -3
Update to 06/22 snapshot
PR: ports/68214
Submitted by: maintainer
v. 1.8
date: 2004/06/15 02:19:40; author: mezz; state: Exp; lines: +3 -3
Update to 0615 snapshot.
PR: ports/67950
Submitted by: Juergen Lock (maintainer)
v. 1.7
date: 2004/06/11 08:05:50; author: krion; state: Exp; lines: +2 -2
- Update to version 0.5.5.s.20040610
PR: ports/67812
Submitted by: maintainer
v. 1.6
date: 2004/06/10 18:40:33; author: krion; state: Exp; lines: +2 -4
- Update to version 0.5.5.s.20040609
- Remove BROKEN
- portlint
PR: ports/67802
Submitted by: Christopher Nehren
v. 1.5
date: 2004/06/08 23:41:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Unfetchable
v. 1.4
date: 2004/06/06 23:13:14; author: pav; state: Exp; lines: +3 -3
- Update to 20040606 snapshot
PR: ports/67639
Submitted by: Juergen Lock (maintainer)
v. 1.3
date: 2004/06/05 16:14:08; author: pav; state: Exp; lines: +1 -1
- Restore prefix cleanness
Reported by: perky
v. 1.2
date: 2004/06/05 12:28:31; author: pav; state: Exp; lines: +4 -3
- Update to 20040604
PR: ports/67583
Submitted by: Juergen Lock (maintainer)
v. 1.1
date: 2004/06/03 02:12:51; author: perky; state: Exp;
Add port for qemu 0.5.5 snapshot of 04/05/30,
A fast CPU emulator environment.
PR: 67506
Submitted by: Juergen Lock
=============================================================================
v. 1.75
date: 2007/12/13 01:10:52; author: nox; state: Exp; lines: +1 -1
Fix translation block local denial of service vulnerability
Obtained from: qemu cvs
Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
v. 1.74
date: 2007/06/07 19:12:11; author: nox; state: Exp; lines: +2 -1
Add another MASTER_SITE while qemu.org is down.
Submitted by: fenner@ (portsurvey)
v. 1.73
date: 2007/05/26 16:08:17; author: nox; state: Exp; lines: +1 -1
Merge qcow2 fixes from qemu-devel (cvs):
- Qcow2 corruption fix, by Juergen Keil.
- Qcow2: Release refcount table clusters after growing the refcount table,
by Juergen Keil.
v. 1.72
date: 2007/05/19 20:04:37; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.71
date: 2007/05/02 19:54:04; author: nox; state: Exp; lines: +1 -0
Add security fixes from debian etch (slightly adapted to this version)
Obtained from: debian
Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
v. 1.70
date: 2007/03/10 17:05:00; author: nox; state: Exp; lines: +1 -0
Add CONFLICTS for qemu-devel
Approved by: miwi (mentor, implicit)
v. 1.69
date: 2007/02/06 23:49:01; author: nox; state: Exp; lines: +3 -5
Update to 0.9.0:
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
v. 1.68
date: 2007/02/03 22:15:27; author: nox; state: Exp; lines: +7 -5
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
v. 1.67
date: 2007/01/31 23:20:53; author: nox; state: Exp; lines: +1 -0
Fix crashes on -current/amd64 hosts
Submitted by: jkim
Approved by: miwi (mentor, implicit)
v. 1.66
date: 2007/01/12 00:13:58; author: nox; state: Exp; lines: +2 -3
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)
v. 1.65
date: 2006/12/26 22:41:12; author: nox; state: Exp; lines: +1 -0
Add patch to pass windows keys to qemu guests
PR: ports/107216
Submitted by: Scott Robbins
Approved by: miwi (mentor)
v. 1.64
date: 2006/12/25 19:49:52; author: nox; state: Exp; lines: +2 -2
update qemu to 20061225 snapshot:
- Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp]
- Run monitor over unix domain sockets, by Anthony Liguori.
- Unix domain socket support for VNC, by Anthony Liguori.
- Daemonize option, by Anthony Liguori.
- SCSI emulation improvements, by Chuck Brazie.
[adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk
syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html:
"-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]"
Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type=
disk,id='auto assign'
doing a quick test with a FreeBSD guest I was able to mount and look at
a ufs partition; doesn't seem to quite work with (some?) linux guests
yet tho, will post about this on the qemu list...]
- and a few bug fixes.
Approved by: miwi (mentor)
v. 1.63
date: 2006/12/23 17:42:41; author: nox; state: Exp; lines: +1 -1
Update MAINTAINER email address of my ports
Approved by: miwi
v. 1.62
date: 2006/12/17 00:22:36; author: miwi; state: Exp; lines: +2 -2
- Update to 20061216
- Fix usb host support
PR: ports/106820
Submitted by: Juergen Lock (maintainer)
v. 1.61
date: 2006/12/15 08:17:38; author: miwi; state: Exp; lines: +2 -2
- Update to 20061214
- Fix physical device access
PR: ports/106727
Submitted by: Juergen Lock (maintainer)
v. 1.60
date: 2006/11/29 20:58:35; author: miwi; state: Exp; lines: +3 -3
- Update to 2006-11-28 snapshot
- Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!)
- Document physical device problems in pkg-message and move aio item
to the bottom so it has a slightly smaller chance of being
overlooked
PR: ports/105971
Submitted by: Juergen Lock (maintainer)
v. 1.59
date: 2006/11/04 18:29:35; author: miwi; state: Exp; lines: +2 -2
- Update to 20061102
PR: ports/105086
Submitted by: Juergen Lock (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
v. 1.58
date: 2006/10/31 22:55:33; author: pav; state: Exp; lines: +39 -44
- 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 (maintainer)
v. 1.57
date: 2006/09/20 11:20:47; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.56
date: 2006/08/25 21:16:20; author: miwi; state: Exp; lines: +1 -1
- change to samba3
PR: ports/102494
Submitted by: Juergen Lock ,(maintainer)
Approved by: krion (mentor)
v. 1.55
date: 2006/08/21 23:02:00; author: shaun; state: Exp; lines: +12 -1
- Fix build on 4.x [1]
- Respect CFLAGS [2]
- Support parallel port under FreeBSD [3]
PR: ports/102154 [1], ports/102188 [2]
Submitted by: Juergen Lock [1],
Stanislav Sedov [2],
Robert Jenssen (via freebsd-ports) [3]
Approved by: Juergen Lock (maintainer) [2] [3]
v. 1.54
date: 2006/08/07 16:10:26; author: nork; state: Exp; lines: +10 -2
Update to 0.8.2.
PR: ports/101381
Submitted by: Juergen Lock (maintainer)
v. 1.53
date: 2006/07/23 00:04:01; author: shaun; state: Exp; lines: +1 -1
- Add a fix by Anthony Liguori for the 'invisible wall' problem:
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html
- Update pkg-message (linux 2.6 default HZ)
PR: ports/100722
Submitted by: Juergen Lock (maintainer)
Approved by: ahze (mentor, implicit)
v. 1.52
date: 2006/05/19 08:17:54; author: erwin; state: Exp; lines: +1 -0
Fix plist
PR: 97363
Submitted by: Juergen Lock (maintainer)
v. 1.51
date: 2006/05/06 16:15:41; author: nork; state: Exp; lines: +2 -4
Update to 0.8.1.
PR: ports/96876
Submitted by: Juergen Lock (maintainer)
v. 1.50
date: 2006/04/29 09:15:49; author: pav; state: Exp; lines: +2 -3
- Update to 2006-04-26 snapshot
PR: ports/96426
Submitted by: Juergen Lock (maintainer)
v. 1.49
date: 2006/04/16 02:38:01; author: nork; state: Exp; lines: +2 -2
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 (maintainer)
v. 1.48
date: 2006/04/09 17:09:42; author: nork; state: Exp; lines: +7 -13
Update to 2006-04-08 snapshot.
Submitted by: Juergen Lock (maintainer)
v. 1.47
date: 2006/03/26 15:11:36; author: pav; state: Exp; lines: +16 -8
- 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 (maintainer)
v. 1.46
date: 2006/03/18 21:23:42; author: pav; state: Exp; lines: +1 -1
- 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 (maintainer)
v. 1.45
date: 2006/01/21 23:41:48; author: maho; state: Exp; lines: +2 -2
(WITH_HACKS) Patching process should be silent
v. 1.44
date: 2006/01/21 23:10:06; author: maho; state: Exp; lines: +7 -2
Add another hack:
http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html
1024 px width for 24 bit gets faster
Approved by: Maintainer
v. 1.43
date: 2006/01/05 22:21:13; author: edwin; state: Exp; lines: +2 -2
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
v. 1.42
date: 2005/12/31 00:12:20; author: maho; state: Exp; lines: +17 -1
Add a knob WITH_HACKS. we now have IDE Bus-master DMA Support.
(However, this will break existing Windows 2000 or XP installations).
Approved by: maintainer
v. 1.41
date: 2005/12/21 23:46:30; author: pav; state: Exp; lines: +1 -1
- Fix patch from previous revision
PR: ports/90778
Submitted by: Juergen Lock (maintainer)
v. 1.40
date: 2005/12/21 22:12:45; author: pav; state: Exp; lines: +1 -0
- add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)
PR: ports/90763
Submitted by: Juergen Lock (maintainer)
v. 1.39
date: 2005/12/20 23:27:46; author: pav; state: Exp; lines: +2 -4
- Update to 0.8.0
PR: ports/90709
Submitted by: Juergen Lock (maintainer)
v. 1.38
date: 2005/12/03 03:18:40; author: lawrance; state: Exp; lines: +2 -3
Update to 2005-11-30 snapshot.
PR: ports/ports/89816
Submitted by: Juergen Lock (maintainer)
v. 1.37
date: 2005/11/16 01:32:56; author: lawrance; state: Exp; lines: +1 -1
Fix build on amd64
PR: ports/89064
Submitted by: Vasil Dimov
Approved by: Juergen Lock (maintainer)
v. 1.36
date: 2005/11/14 05:17:09; author: lawrance; state: Exp; lines: +3 -2
Update to 2005-11-12 snapshot.
PR: ports/88952
Submitted by: Juergen Lock (maintainer)
v. 1.35
date: 2005/10/31 15:07:44; author: nork; state: Exp; lines: +2 -1
Fix build error.
Pointy hat to: myself
v. 1.34
date: 2005/10/31 13:43:13; author: nork; state: Exp; lines: +10 -36
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 (maintainer)
Reviewed by: Juergen Lock (maintainer)
v. 1.33
date: 2005/10/07 19:26:21; author: pav; state: Exp; lines: +1 -11
- 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 (maintainer)
v. 1.32
date: 2005/10/01 17:05:06; author: pjd; state: Exp; lines: +1 -1
Fix typo.
v. 1.31
date: 2005/10/01 17:03:03; author: pjd; state: Exp; lines: +1 -0
Fix a panic on qemu process close (when kqemu is used).
Structure 'ks' was used after it has been freed.
Reviewed by: Juergen Lock (maintainer)
v. 1.30
date: 2005/10/01 13:25:08; author: mnag; state: Exp; lines: +3 -1
Fix build in 4.x
Make portlint happier
PR: 86686
Submitted by: Juergen Lock (maintainer)
Approved by: pav (mentor)
v. 1.29
date: 2005/09/23 20:08:37; author: pav; state: Exp; lines: +1 -1
- Fix plist in WITH_KQEMU case
PR: ports/86379
Submitted by: Bjorn Konig
Approved by: Juergen Lock (maintainer)
v. 1.28
date: 2005/09/10 17:04:41; author: nork; state: Exp; lines: +9 -10
Update to 0.7.2s.20050909.
PR: ports/85947
Submitted by: Juergen Lock (maintainer)
v. 1.27
date: 2005/07/19 06:06:56; author: mezz; state: Exp; lines: +3 -4
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 (maintainer)
v. 1.26
date: 2005/05/30 14:56:50; author: nork; state: Exp; lines: +2 -2
Update to 2005-05-28 snapshot.
PR: ports/81633
Submitted by: Juergen Lock (maintainer)
v. 1.25
date: 2005/05/05 12:41:10; author: pav; state: Exp; lines: +49 -3
- Update to 2005-05-02 snapshot
- Add kqemu support
PR: ports/80595
Submitted by: Juergen Lock (maintainer)
v. 1.24
date: 2005/05/03 04:02:45; author: nork; state: Exp; lines: +1 -0
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
Juergen Lock (maintainer)
Mark Treacy
pointyhat via kris
v. 1.23
date: 2005/05/01 07:39:10; author: nork; state: Exp; lines: +26 -11
o Update to 0.7.0. [1]
o Remove hard samba dependency. [2]
PR: ports/80486
Submitted by: Jung-uk Kim [1]
Juergen Lock (maintainer) [1]
Suggested by: des [2]
v. 1.22
date: 2005/03/08 23:02:58; author: pav; state: Exp; lines: +2 -2
- Update to 2005-03-05 snapshot
PR: ports/78509
Submitted by: Juergen Lock (maintainer)
v. 1.21
date: 2005/03/03 20:35:05; author: pav; state: Exp; lines: +2 -2
- Update to 2005-03-01
PR: ports/78333
Submitted by: Juergen Lock (maintainer)
v. 1.20
date: 2005/02/27 15:43:19; author: pav; state: Exp; lines: +11 -11
- Update to 2005-02-24 snap
PR: ports/78089
Submitted by: Juergen Lock (maintainer)
v. 1.19
date: 2005/01/08 16:21:01; author: nork; state: Exp; lines: +17 -5
Update to 0.6.2 (2004/12/28 snapshot).
PR: ports/75644
Submitted by: Juergen Lock (maintainer)
v. 1.18
date: 2004/11/17 09:47:38; author: nork; state: Exp; lines: +5 -6
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 (maintainer)
v. 1.17
date: 2004/11/04 14:26:08; author: nork; state: Exp; lines: +1 -1
Add support raw disk device access.
Submitted by: Juergen Lock (maintainer)
v. 1.16
date: 2004/10/28 15:42:47; author: nork; state: Exp; lines: +1 -0
Fix build error on 4-stable.
Submitted by: Juergen Lock (maintainer)
Pointed out by: pointy via kris
v. 1.15
date: 2004/10/25 14:57:30; author: nork; state: Exp; lines: +8 -12
Update to 0.6.0s.20041020.
PR: ports/72945
Submitted by: Juergen Lock (maintainer)
v. 1.14
date: 2004/09/26 02:42:06; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
v. 1.13
date: 2004/07/17 12:24:33; author: krion; state: Exp; lines: +4 -2
Update to 0715 snapshot
PR: ports/69132
Submitted by: maintainer
v. 1.12
date: 2004/07/11 11:41:06; author: krion; state: Exp; lines: +2 -4
Update to version 0.6.0
PR: ports/68897
Submitted by: maintainer
v. 1.11
date: 2004/06/26 05:21:59; author: krion; state: Exp; lines: +1 -0
Fix build on 4-x
PR: ports/68349
Submitted by: maintainer
v. 1.10
date: 2004/06/25 07:37:31; author: krion; state: Exp; lines: +2 -2
Update to version 20040624
Add ppc system emulation
PR: ports/68298
Submitted by: maintainer
v. 1.9
date: 2004/06/23 07:22:24; author: krion; state: Exp; lines: +3 -3
Update to 06/22 snapshot
PR: ports/68214
Submitted by: maintainer
v. 1.8
date: 2004/06/15 02:19:40; author: mezz; state: Exp; lines: +3 -3
Update to 0615 snapshot.
PR: ports/67950
Submitted by: Juergen Lock (maintainer)
v. 1.7
date: 2004/06/11 08:05:50; author: krion; state: Exp; lines: +2 -2
- Update to version 0.5.5.s.20040610
PR: ports/67812
Submitted by: maintainer
v. 1.6
date: 2004/06/10 18:40:33; author: krion; state: Exp; lines: +2 -4
- Update to version 0.5.5.s.20040609
- Remove BROKEN
- portlint
PR: ports/67802
Submitted by: Christopher Nehren
v. 1.5
date: 2004/06/08 23:41:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Unfetchable
v. 1.4
date: 2004/06/06 23:13:14; author: pav; state: Exp; lines: +3 -3
- Update to 20040606 snapshot
PR: ports/67639
Submitted by: Juergen Lock (maintainer)
v. 1.3
date: 2004/06/05 16:14:08; author: pav; state: Exp; lines: +1 -1
- Restore prefix cleanness
Reported by: perky
v. 1.2
date: 2004/06/05 12:28:31; author: pav; state: Exp; lines: +4 -3
- Update to 20040604
PR: ports/67583
Submitted by: Juergen Lock (maintainer)
v. 1.1
date: 2004/06/03 02:12:51; author: perky; state: Exp;
Add port for qemu 0.5.5 snapshot of 04/05/30,
A fast CPU emulator environment.
PR: 67506
Submitted by: Juergen Lock
=============================================================================
v. 1.75
date: 2007/12/13 01:10:52; author: nox; state: Exp; lines: +1 -1
Fix translation block local denial of service vulnerability
Obtained from: qemu cvs
Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
v. 1.74
date: 2007/06/07 19:12:11; author: nox; state: Exp; lines: +2 -1
Add another MASTER_SITE while qemu.org is down.
Submitted by: fenner@ (portsurvey)
v. 1.73
date: 2007/05/26 16:08:17; author: nox; state: Exp; lines: +1 -1
Merge qcow2 fixes from qemu-devel (cvs):
- Qcow2 corruption fix, by Juergen Keil.
- Qcow2: Release refcount table clusters after growing the refcount table,
by Juergen Keil.
v. 1.72
date: 2007/05/19 20:04:37; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.71
date: 2007/05/02 19:54:04; author: nox; state: Exp; lines: +1 -0
Add security fixes from debian etch (slightly adapted to this version)
Obtained from: debian
Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
v. 1.70
date: 2007/03/10 17:05:00; author: nox; state: Exp; lines: +1 -0
Add CONFLICTS for qemu-devel
Approved by: miwi (mentor, implicit)
v. 1.69
date: 2007/02/06 23:49:01; author: nox; state: Exp; lines: +3 -5
Update to 0.9.0:
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
v. 1.68
date: 2007/02/03 22:15:27; author: nox; state: Exp; lines: +7 -5
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
v. 1.67
date: 2007/01/31 23:20:53; author: nox; state: Exp; lines: +1 -0
Fix crashes on -current/amd64 hosts
Submitted by: jkim
Approved by: miwi (mentor, implicit)
v. 1.66
date: 2007/01/12 00:13:58; author: nox; state: Exp; lines: +2 -3
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)
v. 1.65
date: 2006/12/26 22:41:12; author: nox; state: Exp; lines: +1 -0
Add patch to pass windows keys to qemu guests
PR: ports/107216
Submitted by: Scott Robbins
Approved by: miwi (mentor)
v. 1.64
date: 2006/12/25 19:49:52; author: nox; state: Exp; lines: +2 -2
update qemu to 20061225 snapshot:
- Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp]
- Run monitor over unix domain sockets, by Anthony Liguori.
- Unix domain socket support for VNC, by Anthony Liguori.
- Daemonize option, by Anthony Liguori.
- SCSI emulation improvements, by Chuck Brazie.
[adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk
syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html:
"-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]"
Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type=
disk,id='auto assign'
doing a quick test with a FreeBSD guest I was able to mount and look at
a ufs partition; doesn't seem to quite work with (some?) linux guests
yet tho, will post about this on the qemu list...]
- and a few bug fixes.
Approved by: miwi (mentor)
v. 1.63
date: 2006/12/23 17:42:41; author: nox; state: Exp; lines: +1 -1
Update MAINTAINER email address of my ports
Approved by: miwi
v. 1.62
date: 2006/12/17 00:22:36; author: miwi; state: Exp; lines: +2 -2
- Update to 20061216
- Fix usb host support
PR: ports/106820
Submitted by: Juergen Lock (maintainer)
v. 1.61
date: 2006/12/15 08:17:38; author: miwi; state: Exp; lines: +2 -2
- Update to 20061214
- Fix physical device access
PR: ports/106727
Submitted by: Juergen Lock (maintainer)
v. 1.60
date: 2006/11/29 20:58:35; author: miwi; state: Exp; lines: +3 -3
- Update to 2006-11-28 snapshot
- Fix WITHOUT_CDROM_DMA check which was the wrong way around (doh!)
- Document physical device problems in pkg-message and move aio item
to the bottom so it has a slightly smaller chance of being
overlooked
PR: ports/105971
Submitted by: Juergen Lock (maintainer)
v. 1.59
date: 2006/11/04 18:29:35; author: miwi; state: Exp; lines: +2 -2
- Update to 20061102
PR: ports/105086
Submitted by: Juergen Lock (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
v. 1.58
date: 2006/10/31 22:55:33; author: pav; state: Exp; lines: +39 -44
- 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 (maintainer)
v. 1.57
date: 2006/09/20 11:20:47; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.56
date: 2006/08/25 21:16:20; author: miwi; state: Exp; lines: +1 -1
- change to samba3
PR: ports/102494
Submitted by: Juergen Lock ,(maintainer)
Approved by: krion (mentor)
v. 1.55
date: 2006/08/21 23:02:00; author: shaun; state: Exp; lines: +12 -1
- Fix build on 4.x [1]
- Respect CFLAGS [2]
- Support parallel port under FreeBSD [3]
PR: ports/102154 [1], ports/102188 [2]
Submitted by: Juergen Lock [1],
Stanislav Sedov [2],
Robert Jenssen (via freebsd-ports) [3]
Approved by: Juergen Lock (maintainer) [2] [3]
v. 1.54
date: 2006/08/07 16:10:26; author: nork; state: Exp; lines: +10 -2
Update to 0.8.2.
PR: ports/101381
Submitted by: Juergen Lock (maintainer)
v. 1.53
date: 2006/07/23 00:04:01; author: shaun; state: Exp; lines: +1 -1
- Add a fix by Anthony Liguori for the 'invisible wall' problem:
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html
- Update pkg-message (linux 2.6 default HZ)
PR: ports/100722
Submitted by: Juergen Lock (maintainer)
Approved by: ahze (mentor, implicit)
v. 1.52
date: 2006/05/19 08:17:54; author: erwin; state: Exp; lines: +1 -0
Fix plist
PR: 97363
Submitted by: Juergen Lock (maintainer)
v. 1.51
date: 2006/05/06 16:15:41; author: nork; state: Exp; lines: +2 -4
Update to 0.8.1.
PR: ports/96876
Submitted by: Juergen Lock (maintainer)
v. 1.50
date: 2006/04/29 09:15:49; author: pav; state: Exp; lines: +2 -3
- Update to 2006-04-26 snapshot
PR: ports/96426
Submitted by: Juergen Lock (maintainer)
v. 1.49
date: 2006/04/16 02:38:01; author: nork; state: Exp; lines: +2 -2
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 (maintainer)
v. 1.48
date: 2006/04/09 17:09:42; author: nork; state: Exp; lines: +7 -13
Update to 2006-04-08 snapshot.
Submitted by: Juergen Lock (maintainer)
v. 1.47
date: 2006/03/26 15:11:36; author: pav; state: Exp; lines: +16 -8
- 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 (maintainer)
v. 1.46
date: 2006/03/18 21:23:42; author: pav; state: Exp; lines: +1 -1
- 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 (maintainer)
v. 1.45
date: 2006/01/21 23:41:48; author: maho; state: Exp; lines: +2 -2
(WITH_HACKS) Patching process should be silent
v. 1.44
date: 2006/01/21 23:10:06; author: maho; state: Exp; lines: +7 -2
Add another hack:
http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html
1024 px width for 24 bit gets faster
Approved by: Maintainer
v. 1.43
date: 2006/01/05 22:21:13; author: edwin; state: Exp; lines: +2 -2
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
v. 1.42
date: 2005/12/31 00:12:20; author: maho; state: Exp; lines: +17 -1
Add a knob WITH_HACKS. we now have IDE Bus-master DMA Support.
(However, this will break existing Windows 2000 or XP installations).
Approved by: maintainer
v. 1.41
date: 2005/12/21 23:46:30; author: pav; state: Exp; lines: +1 -1
- Fix patch from previous revision
PR: ports/90778
Submitted by: Juergen Lock (maintainer)
v. 1.40
date: 2005/12/21 22:12:45; author: pav; state: Exp; lines: +1 -0
- add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)
PR: ports/90763
Submitted by: Juergen Lock (maintainer)
v. 1.39
date: 2005/12/20 23:27:46; author: pav; state: Exp; lines: +2 -4
- Update to 0.8.0
PR: ports/90709
Submitted by: Juergen Lock (maintainer)
v. 1.38
date: 2005/12/03 03:18:40; author: lawrance; state: Exp; lines: +2 -3
Update to 2005-11-30 snapshot.
PR: ports/ports/89816
Submitted by: Juergen Lock (maintainer)
v. 1.37
date: 2005/11/16 01:32:56; author: lawrance; state: Exp; lines: +1 -1
Fix build on amd64
PR: ports/89064
Submitted by: Vasil Dimov
Approved by: Juergen Lock (maintainer)
v. 1.36
date: 2005/11/14 05:17:09; author: lawrance; state: Exp; lines: +3 -2
Update to 2005-11-12 snapshot.
PR: ports/88952
Submitted by: Juergen Lock (maintainer)
v. 1.35
date: 2005/10/31 15:07:44; author: nork; state: Exp; lines: +2 -1
Fix build error.
Pointy hat to: myself
v. 1.34
date: 2005/10/31 13:43:13; author: nork; state: Exp; lines: +10 -36
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 (maintainer)
Reviewed by: Juergen Lock (maintainer)
v. 1.33
date: 2005/10/07 19:26:21; author: pav; state: Exp; lines: +1 -11
- 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 (maintainer)
v. 1.32
date: 2005/10/01 17:05:06; author: pjd; state: Exp; lines: +1 -1
Fix typo.
v. 1.31
date: 2005/10/01 17:03:03; author: pjd; state: Exp; lines: +1 -0
Fix a panic on qemu process close (when kqemu is used).
Structure 'ks' was used after it has been freed.
Reviewed by: Juergen Lock (maintainer)
v. 1.30
date: 2005/10/01 13:25:08; author: mnag; state: Exp; lines: +3 -1
Fix build in 4.x
Make portlint happier
PR: 86686
Submitted by: Juergen Lock (maintainer)
Approved by: pav (mentor)
v. 1.29
date: 2005/09/23 20:08:37; author: pav; state: Exp; lines: +1 -1
- Fix plist in WITH_KQEMU case
PR: ports/86379
Submitted by: Bjorn Konig
Approved by: Juergen Lock (maintainer)
v. 1.28
date: 2005/09/10 17:04:41; author: nork; state: Exp; lines: +9 -10
Update to 0.7.2s.20050909.
PR: ports/85947
Submitted by: Juergen Lock (maintainer)
v. 1.27
date: 2005/07/19 06:06:56; author: mezz; state: Exp; lines: +3 -4
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 (maintainer)
v. 1.26
date: 2005/05/30 14:56 |
| |

|