| non port: emulators/qemu/pkg-message |
|
CVSWeb
|
Number of commits found: 35 |
|
Fri, 1 Apr 2011
|
[ 19:38 nox ]
1.115 emulators/qemu/Makefile
1.35 emulators/qemu/pkg-message
- Some updates to the pkg-message.
- Bump PORTREVISION.
|
|
Mon, 8 Feb 2010
|
[ 22:19 nox ]
1.108 emulators/qemu-devel/Makefile
1.109 emulators/qemu/Makefile
1.1 emulators/qemu-devel/files/patch-cache-utils.c
1.7 emulators/qemu-devel/files/patch-cpu-exec.c
1.1 emulators/qemu-devel/files/patch-ppc.ld
1.1 emulators/qemu-devel/files/patch-tcg-ppc-tcg_target.h
1.33 emulators/qemu-devel/pkg-message
1.34 emulators/qemu/pkg-message
1.1 emulators/qemu-devel/files/revert-fbsd-libmath-patch
- Welcome emulators/qemu-devel ppc host support! :) [1]
- Attempt to make the pkg-message.s a little more readable. [2]
- Bump PORTREVISIONs.
Submitted by: Andreas Tobler <andreast@fgznet.ch> [1]
Submitted by: wkoszek [2] (with modifications)
|
|
Thu, 4 Feb 2010
|
[ 20:27 nox ]
1.107 emulators/qemu-devel/Makefile
1.108 emulators/qemu/Makefile
1.3 emulators/qemu-devel/files/pcap-patch
1.5 emulators/qemu/files/pcap-patch
1.32 emulators/qemu-devel/pkg-message
1.33 emulators/qemu/pkg-message
- Welcome usable qemu pcap networking! :)
1. Fix packet delays. [1]
2. Truncate oversize packets according to host interface's MTU
to avoid e.g. Linux guests panic'ing.
Note: This is only necessary as a stopgap measure for cases like
host inferfaces using TSO (it still causes retransmissions),
the better workaround is to disable the feature on the host
interface while using qemu's pcap code.
- Add note about pcap to pkg-message.s
- Bump PORTREVISIONs.
Submitted by: jkim [1]
|
|
Sun, 6 Dec 2009
|
[ 19:37 nox ]
1.107 emulators/qemu/Makefile
1.50 emulators/qemu/distinfo
1.1 emulators/qemu/files/patch-0001-qcow2-Bring-synchronous-read-write-back-to-life
1.6 emulators/qemu/files/patch-Makefile
1.5 emulators/qemu/files/patch-aa
1.4 emulators/qemu/files/patch-ac
1.9 emulators/qemu/files/patch-bg
1.4 emulators/qemu/files/patch-configure
1.5 emulators/qemu/files/patch-cpu-exec.c
1.2 emulators/qemu/files/patch-exec-all.h
(Only the first 10 of 22 ports in this commit are shown above. )
- Update to 0.11.1 - from the official announcement:
- fix I2C slave addressing (Juha Riihimaki)
- Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno)
- slirp: fix use-after-free (Mark McLoughlin)
- Fix sparc.ld (Blue Swirl)
- ELF codedump build failures (Laurent Desnogues)
- kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard)
- fix configure script with armv4l cpu (Laurent Desnogues)
- net: disable draining tap queue in one go (Mark McLoughlin)
- pcnet: Restart poll timer on pcnet_start (Jan Kiszka)
- Sparc32: Fix lance (Blue Swirl)
- mac99: fix segmentation fault on startup (Aurelien Jarno)
- usb-linux.c: fix buffer overflow (Jim Paris)
- ARM host: fix generated blocks linking (Laurent Desnogues)
- qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)
(Juergen Lock)
- exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno)
- Added a cherry picked commit from stable branch that fixes qcow2.
|
|
Tue, 7 Apr 2009
|
[ 21:02 nox ]
1.98 emulators/qemu/Makefile
1.45 emulators/qemu/distinfo
1.31 emulators/qemu/pkg-message
Update to 0.10.2 - from the official changelog:
- fix savevm/loadvm (Anthony Liguori)
- live migration: fix dirty tracking windows (Glauber Costa)
- live migration: improve error propogation (Glauber Costa)
- qcow2: fix image creation for > ~2TB images (Chris Wright)
- hotplug: fix error handling for if= parameter (Eduardo Habkost)
- qcow2: fix data corruption (Nolan Leake)
- virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
- SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
- hotplug: fix closing of char devices (Jan Kiszka)
- hotplug: remove incorrect check for device name (Eduardo Habkost)
- enable -k on win32 (Herve Poussineau)
- configure: use LANG=C for grep (Andreas Faerber)
- fix VGA regression (malc)
|
|
Tue, 24 Mar 2009
|
[ 18:54 nox ]
1.97 emulators/qemu/Makefile
1.30 emulators/qemu/pkg-message
- pkg-message updates:
- remove obsolete note about slirp on 64 bit hosts (this should work now.)
- clarify the note about kern.maxdsiz on i386 (only affects 6.x)
- Bump PORTREVISION
|
|
Mon, 23 Mar 2009
|
[ 20:54 nox ]
1.96 emulators/qemu/Makefile
1.44 emulators/qemu/distinfo
1.11 emulators/qemu/files/patch-fbsd
1.1 emulators/qemu/files/phys-cdrom-freebsd-patch
1.29 emulators/qemu/pkg-message
- Update to 0.10.1 - from the official changelog:
- virtio-net: allow masking of notifications on empty queue (Alex Williamson)
- e1000: fix rx descriptor low threshold logic (Alex Willaimson)
- x86 tcg: add NULL checks to lsl instruction (Jan Kiszka)
- kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity)
- kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa)
- virtio-net: check right return size on sg list (Alex Williamson)
- Make qemu_announce_self handle holes (live migration after hotplug)
(Marcelo Tosatti)
- Revert r6804-r6808 (qcow2 allocation info). This series of changes added
a high cost to startup for large qcow2 images (Anthony Liguori)
- qemu-img: fix help message (Aurelien Jarno)
- Fix build for non-default installs of SDL (Anthony Liguori)
- Fix race condition in env->interrupt_request. When using TCG and a dynticks(Only the first 15 lines of the commit message are shown above )
|
|
Sun, 8 Mar 2009
|
[ 23:34 nox ]
1.95 emulators/qemu/Makefile
1.28 emulators/qemu/pkg-message
- Add notes about reports of qcow(2) corruption and about (in)security
of raw image format autodetection to pkg-message
- Bump PORTREVISION
|
[ 17:09 nox ]
1.94 emulators/qemu/Makefile
1.43 emulators/qemu/distinfo
1.3 emulators/qemu/files/patch-90_security
1.3 emulators/qemu/files/patch-CVE-2008-0928
1.2 emulators/qemu/files/patch-CVE-2008-2004
1.2 emulators/qemu/files/patch-CVE-2008-4539
1.4 emulators/qemu/files/patch-Makefile
1.4 emulators/qemu/files/patch-Makefile.target
1.2 emulators/qemu/files/patch-audio-4
1.2 emulators/qemu/files/patch-bc
(Only the first 10 of 36 ports in this commit are shown above. )
Update to 0.10.0 - from the official changelog:
- TCG support (No longer requires GCC 3.x)
- Kernel Virtual Machine acceleration support [kernel bits not ported
to FreeBSD yet]
- BSD userspace emulation [untested on FreeBSD, probably doesn't work
at least for i386 hosts]
- Bluetooth emulation and host passthrough support [not ported to
FreeBSD yet]
- GDB XML register description support
- Intel e1000 emulation
- HPET emulation
- VirtIO paravirtual device support
- Marvell 88w8618 / MusicPal emulation
- Nokia N-series tablet emulation / OMAP2 processor emulation(Only the first 15 lines of the commit message are shown above )
|
|
Sat, 17 May 2008
|
[ 18:53 nox ]
1.91 emulators/qemu-devel/Makefile
1.86 emulators/qemu/Makefile
1.6 emulators/qemu-devel/files/patch-bk
1.5 emulators/qemu/files/patch-bk
1.27 emulators/qemu-devel/pkg-message
1.26 emulators/qemu/pkg-message
- Add note about network boot issues to pkg-message.s
- Remove obsolete dhcp patch
- Bump PORTREVISION
|
|
Tue, 13 May 2008
|
[ 18:29 nox ]
1.90 emulators/qemu-devel/Makefile
1.85 emulators/qemu/Makefile
1.26 emulators/qemu-devel/pkg-message
1.25 emulators/qemu/pkg-message
- Add notes about how to autoload kqemu at boot and about the fact that
kqemu only accellerates qemu-system-x86_64 on amd64 that were missing
in qemu's pkg-message [1]
- Update the note about kqemu on amd64 SMP, and add a reminder to keep
kqemu in sync with the kernel while I'm at it
- Bump PORTREVISION
Noticed by: bakul [1]
|
|
Thu, 3 Apr 2008
|
[ 20:18 nox ]
1.88 emulators/qemu-devel/Makefile
1.83 emulators/qemu/Makefile
1.8 emulators/qemu-devel/files/patch-bg
1.7 emulators/qemu/files/patch-bg
1.1 emulators/qemu-devel/files/patch-qemu-doc.texi
1.1 emulators/qemu/files/patch-qemu-doc.texi
1.25 emulators/qemu-devel/pkg-message
1.24 emulators/qemu/pkg-message
1.24 emulators/qemu-devel/pkg-plist
1.20 emulators/qemu/pkg-plist
(Only the first 10 of 14 ports in this commit are shown above. )
- Use PREFIX for qemu-ifup, install default scripts, bump PORTREVISION [1]
- Patch a pointer to pkg-message into the manpage
Submitted by: bms [1]
|
|
Sun, 20 Jan 2008
|
[ 17:16 nox ]
1.76 emulators/qemu/Makefile
1.42 emulators/qemu/distinfo
1.2 emulators/qemu/files/patch-90_security
1.3 emulators/qemu/files/patch-Makefile
1.3 emulators/qemu/files/patch-Makefile.target
1.3 emulators/qemu/files/patch-ac
1.2 emulators/qemu/files/patch-bd
1.5 emulators/qemu/files/patch-be
1.6 emulators/qemu/files/patch-bg
1.4 emulators/qemu/files/patch-bk
(Only the first 10 of 23 ports in this commit are shown above. )
Update to 0.9.1
Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
|
|
Tue, 6 Feb 2007
|
[ 23:49 nox ]
1.69 emulators/qemu/Makefile
1.41 emulators/qemu/distinfo
1.3 emulators/qemu/files/patch-cpu-exec.c
1.22 emulators/qemu/pkg-message
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)
|
|
Sun, 4 Feb 2007
|
[ 13:22 nox ]
1.21 emulators/qemu/pkg-message
Slirp seems to be working again on -current.
Submitted by: Scott Robbins <scottro@nyc.rr.com>
Approved by: miwi (mentor, implicit)
|
|
Wed, 17 Jan 2007
|
[ 23:12 nox ]
1.20 emulators/qemu/pkg-message
Add link to a -current tap howto
Submitted by: Scott Robbins <scottro@nyc.rr.com>
Approved by: miwi (mentor)
|
|
Fri, 12 Jan 2007
|
[ 00:13 nox ]
1.66 emulators/qemu/Makefile
1.39 emulators/qemu/distinfo
1.2 emulators/qemu/files/patch-Makefile.target
1.5 emulators/qemu/files/patch-bg
1.4 emulators/qemu/files/patch-block-raw.c
1.1 emulators/qemu/files/patch-slirp-udp.c
1.19 emulators/qemu/pkg-message
1.18 emulators/qemu/pkg-plist
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)
|
|
Fri, 15 Dec 2006
|
[ 08:17 miwi ]
1.61 emulators/qemu/Makefile
1.36 emulators/qemu/distinfo
1.2 emulators/qemu/files/patch-block-raw.c
1.18 emulators/qemu/pkg-message
- Update to 20061214
- Fix physical device access
PR: ports/106727
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Wed, 29 Nov 2006
|
[ 20:58 miwi ]
1.60 emulators/qemu/Makefile
1.35 emulators/qemu/distinfo
1.17 emulators/qemu/pkg-message
- 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)
|
|
Tue, 31 Oct 2006
|
[ 22:55 pav ]
1.58 emulators/qemu/Makefile
1.1 emulators/qemu/files/cdrom-dma-patch
1.33 emulators/qemu/distinfo
1.1 emulators/qemu/files/patch-Makefile
1.1 emulators/qemu/files/patch-vl.c-serial
1.1 emulators/qemu/files/patch-vl.h
1.16 emulators/qemu/pkg-message
1.17 emulators/qemu/pkg-plist
- 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)
|
|
Sat, 2 Sep 2006
|
[ 19:50 kris ]
1.92 misc/amanda-server/Makefile
1.31 security/saint/Makefile
1.35 print/apsfilter/scripts/configure
1.15 emulators/qemu/pkg-message
Chase net/samba to net/samba3 in preparation for removal of the former.
|
|
Mon, 7 Aug 2006
|
[ 16:10 nork ]
1.54 emulators/qemu/Makefile
1.32 emulators/qemu/distinfo
1.3 emulators/qemu/files/patch-be
1.5 emulators/qemu/files/patch-bsdusb.patch
1.8 emulators/qemu/files/patch-fbsd
1.2 emulators/qemu/files/patch-malc-17h_aqemu
1.4 emulators/qemu/files/patch-sdl.c
1.4 emulators/qemu/files/patch-vl.c
1.4 emulators/qemu/pkg-descr
1.14 emulators/qemu/pkg-message
(Only the first 10 of 12 ports in this commit are shown above. )
Update to 0.8.2.
PR: ports/101381
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Sun, 23 Jul 2006
|
[ 00:04 shaun ]
1.53 emulators/qemu/Makefile
1.3 emulators/qemu/files/patch-sdl.c
1.13 emulators/qemu/pkg-message
- 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 <nox@jelal.kn-bremen.de> (maintainer)
Approved by: ahze (mentor, implicit)
|
|
Sat, 18 Mar 2006
|
[ 21:23 pav ]
1.46 emulators/qemu/Makefile
1.1 emulators/qemu/files/patch-bsdusb.patch
1.1 emulators/qemu/files/patch-dyngen.h
1.1 emulators/qemu/files/patch-hw-ne2000.c
1.1 emulators/qemu/files/patch-hw-usb-uhci.c
1.1 emulators/qemu/files/patch-hw-usb.c
1.1 emulators/qemu/files/patch-sdl.c
1.1 emulators/qemu/files/patch-slirp-socket.c
1.1 emulators/qemu/files/patch-target-i386-translate.c
1.1 emulators/qemu/files/patch-usb-hchalt
(Only the first 10 of 13 ports in this commit are shown above. )
- 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)
|
|
Sat, 3 Dec 2005
|
[ 03:18 lawrance ]
1.38 emulators/qemu/Makefile
1.24 emulators/qemu/distinfo
1.1 emulators/qemu/files/patch-qemu-img.c
1.1 emulators/qemu/files/patch-qemu-img.texi
1.3 emulators/qemu/files/patch-vl.c
1.11 emulators/qemu/pkg-message
1.14 emulators/qemu/pkg-plist
Update to 2005-11-30 snapshot.
PR: ports/ports/89816
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Fri, 14 Oct 2005
|
[ 23:47 jkim ]
1.10 emulators/qemu/pkg-message
Mention ed(4) emulation is broken in FreeBSD 6.0-RC1.
Submitted by: Juergen Lock <nox at jelal dot kn-bremen dot de> (maintainer)
|
|
Sat, 10 Sep 2005
|
[ 17:04 nork ]
1.2 emulators/qemu/files/BSDmakefile
1.28 emulators/qemu/Makefile
1.21 emulators/qemu/distinfo
1.3 emulators/qemu/files/kmod_bsd.c
1.1 emulators/qemu/files/kqemu-freebsd-patch
1.3 emulators/qemu/files/patch-fbsd
1.1 emulators/qemu/files/patch-libmath2
1.1 emulators/qemu/files/patch-vl.c
1.9 emulators/qemu/pkg-message
Update to 0.7.2s.20050909.
PR: ports/85947
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Sun, 1 May 2005
|
[ 07:39 nork ]
1.23 emulators/qemu/Makefile
1.17 emulators/qemu/distinfo
1.4 emulators/qemu/files/patch-aa
1.2 emulators/qemu/files/patch-ab
1.2 emulators/qemu/files/patch-ac
1.2 emulators/qemu/files/patch-be
1.3 emulators/qemu/files/patch-bh
1.3 emulators/qemu/files/patch-block.c
1.2 emulators/qemu/files/patch-target-sparc::op_helper.c
1.8 emulators/qemu/pkg-message
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]
|
|
Sat, 8 Jan 2005
|
[ 16:21 nork ]
1.19 emulators/qemu/Makefile
1.13 emulators/qemu/distinfo
1.7 emulators/qemu/pkg-message
1.8 emulators/qemu/pkg-plist
Update to 0.6.2 (2004/12/28 snapshot).
PR: ports/75644
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Wed, 17 Nov 2004
|
[ 09:47 nork ]
1.18 emulators/qemu/Makefile
1.12 emulators/qemu/distinfo
1.1 emulators/qemu/files/patch-audio::audio.c
1.1 emulators/qemu/files/patch-audio::ossaudio.c
1.2 emulators/qemu/files/patch-block.c
1.2 emulators/qemu/files/patch-exec.c
1.6 emulators/qemu/pkg-message
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)
|
|
Mon, 25 Oct 2004
|
[ 14:57 nork ]
1.15 emulators/qemu/Makefile
1.11 emulators/qemu/distinfo
1.3 emulators/qemu/files/patch-aa
1.2 emulators/qemu/files/patch-ba
1.2 emulators/qemu/files/patch-bb
1.3 emulators/qemu/files/patch-bg
1.3 emulators/qemu/files/patch-bk
1.5 emulators/qemu/pkg-message
1.7 emulators/qemu/pkg-plist
Update to 0.6.0s.20041020.
PR: ports/72945
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Sat, 17 Jul 2004
|
[ 12:24 krion ]
1.13 emulators/qemu/Makefile
1.10 emulators/qemu/distinfo
1.2 emulators/qemu/files/patch-bf
1.4 emulators/qemu/pkg-message
Update to 0715 snapshot
PR: ports/69132
Submitted by: maintainer
|
|
Sun, 6 Jun 2004
|
[ 23:13 pav ]
1.4 emulators/qemu/Makefile
1.3 emulators/qemu/distinfo
1.2 emulators/qemu/files/patch-bk
1.3 emulators/qemu/pkg-message
1.2 emulators/qemu/pkg-plist
- Update to 20040606 snapshot
PR: ports/67639
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Sat, 5 Jun 2004
|
[ 12:28 pav ]
1.2 emulators/qemu/Makefile
1.2 emulators/qemu/distinfo
1.1 emulators/qemu/files/patch-bk
1.2 emulators/qemu/pkg-message
- Update to 20040604
PR: ports/67583
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
Thu, 3 Jun 2004
|
[ 02:12 perky ]
1.132 emulators/Makefile
1.1 emulators/qemu/Makefile
1.1 emulators/qemu/distinfo
1.1 emulators/qemu/files/patch-aa
1.1 emulators/qemu/files/patch-ab
1.1 emulators/qemu/files/patch-ac
1.1 emulators/qemu/files/patch-ba
1.1 emulators/qemu/files/patch-bb
1.1 emulators/qemu/files/patch-bc
1.1 emulators/qemu/files/patch-bd
(Only the first 10 of 16 ports in this commit are shown above. )
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>
|
Number of commits found: 35 |