/audio/sound-juicer/

head>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu
Commit message (Collapse)AuthorAgeFilesLines
* - Avoid using mmap MAP_ANON with a non-zero offset. [1]nox2010-05-312-2/+9
| | | | | | - Bump PORTREVISION. PR: kern/71258 [1]
* - These only need perl as build dep so change them to USE_PERL5_BUILD.nox2010-04-201-5/+5
| | | | | | | | - Some whitespace fixes. - Bump PORTREVISION. PR: ports/145838 ports/145839 Submitted by: Bapt <baptiste.daroussin@gmail.com>
* - Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.nox2010-04-113-1/+36
| | | | | | | - Bump PORTREVISIONs. PR: ports/145591 Submitted by: gcooper
* - Welcome emulators/qemu-devel ppc host support! :) [1]nox2010-02-092-147/+175
| | | | | | | | - 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)
* - Welcome usable qemu pcap networking! :)nox2010-02-053-53/+98
| | | | | | | | | | | | | | 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]
* Fix NOPORTDOCS.nox2009-12-071-4/+8
| | | | Submitted by: QAT
* - Update to 0.11.1 - from the official announcement:nox2009-12-0722-583/+425
| | | | | | | | | | | | | | | | | | | | | - 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.
* - Fix a serial emulation bug affecting (at least) FreeBSD 8's newnox2009-09-192-1/+19
| | | | | | | | uart(4) driver. - Bump PORTREVISION. Reported by: Olivier Cochard-Labbé <olivier@cochard.me> Feature safe: yes
* - Remove the dynticks patch for now, it seems to cause even worse timingnox2009-09-054-198/+107
| | | | | | | | | | | | | | behavoiur than the default -clock unix, see this post: http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00049.html - Add a patch to close the tap fd before invoking the ifdown script instead of after, this avoids triggering a KASSERT when doing things like `ifconfig tap0 destroy' from in there. Inspired by this post: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006700.html [1] - Updated version of the pcap patch. [2] - Bump PORTREVISION. Submitted by: gamato@users.sf.net (martinko) [1] Submitted by: jkim [2]
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-0/+1
|
* Update to 0.10.6 - from the official announcement:nox2009-07-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - e1000: ignore reset command (Kevin Wolf) - fix VNC memory allocation (Stefan Weil) - fix raw_pread_aligned return value (Christoph Hellwig) - allow monitor interaction when using -incoming exec: (Chris Lalancette) - fix -net socket,listen (Jan Kiszka) - live migration: don't send gratuitous packets all at once (Gleb Natapov) - serial: fix lost characters after sysrq (Jason Wessel) - Fix prototype of zfree (Stefan Weil) - Handle EINTR with exec: migration (Uri Lublin) - Delete io-handler before closing fd after migration (Uri Lublin) - Fix qemu_aio_flush (Andrea Arcangeli) - lsi53c895a: Implement additional registers (Sebastian Herbszt) - virtio-blk: fix warning (Gerd Hoffman) - i386: fix cpu reset (Nitin Kamble) - kvm: fix irq injection into full queue (Jan Kiszka) - Prevent CD-ROM eject while device is locked (Mark McLoughlin) - Fix screen dump with blank screen (Eduardo Habkost) - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata) - Fix memory leak in SDL (Jan Kiszka) - Fix build on OS X 10.4 (John Arbuckle) - Fix leak of vlan clients after hot remove (Mark McLoughlin) - Fix migration after hot remove with eepro100 (Mark McLoughlin) - Don't start a VM after failed migration if stopped (Anthony Liguori) - Fix live migration under heavy IO load (Glauber Costa) - Honor -S on incoming migration (Paolo Bonzini) - Reset HPET config register on reset (Beth Kon) - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti)
* - (Attempt to) fix build on head by entirely disabling the usb host codenox2009-06-021-0/+9
| | | | | | | which is still not ported to the new usb stack yet. (qemu could really use some help here, the author of the old usb host code is busy with other stuff now...) - No PORTREVISION bump since this is a build fix.
* Update to 0.10.5 - from the official announcement:nox2009-05-223-89/+4
| | | | | | | | | | | | | | | - kvm: trim unsupported cpu features from cpuid (Avi Kivity) - kvm: provide a better error message for -smp > 1 (Mark McLoughlin) - Remove initrd printfs (Richard Jones) - Initial variables found by valgrind (Jean-Christophe Dubois) - Fix -initrd with > 4GB guests (Glauber Costa) - Fix busy loop on live migration for certain platforms (Uri Lublin) - Remove GCC 3.x requirements from docs (Hollis Blanchard) - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias) - CRIS: Fix bmi (Edgar Iglesias) - Fix bounce buffer errors (Avi Kivity) - Fix regression in -kernel (Anthony Liguori)
* - Update to 0.10.4 - from the official announcement:nox2009-05-143-4/+89
| | | | | | | | | | | | | | N.B. This release contains a qcow2 corruption fix. If you use qcow2 disk images, it's strongly advised that you upgrade to 0.10.4. - Improve block range checks to remove integer overflow (Kevin Wolf) - e1000: do not re-init PCI config space 0 (Amit Shah) - fix AIO deletion race (Alex Graf) - reset option roms on reboot (Glauber Costa) - fix qcow2 corruption in cluster freeing (Gleb Natapov) - Enable power button event generation (Gleb Natapov) - Added a cherry picked commit from stable branch that fixes -kernel.
* Update to 0.10.3 - from the official changelog:nox2009-05-023-7/+15
| | | | | | | | | | | | | | | | | | | - fix AIO cancellations (Avi Kivity) - fix live migration error path on incoming - avoid SEGV on pci hotplug failure (Chris Wright) - fix serial option in -drive - support DDIM for option roms (Glauber Costa) - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) - block-vpc: don't silently create smaller images than requested (Kevin Wolf) - Fix non-ACPI timer interrupt routing (Beth Kon) - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) - kvm: fix cpuid initialization (Jan Kiszka) - qcow2: fix corruption on little endian hosts (Kevin Wolf) - avoid leaing memory on hot unplug (Mark McLoughlin) - fix savevm/migration after hot unplug (Mark McLoughlin) - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) - Make PCI config status register read-only (Anthony Liguori) - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)
* Update to 0.10.2 - from the official changelog:nox2009-04-083-5/+6
| | | | | | | | | | | | | | | | - 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)
* - pkg-message updates:nox2009-03-252-8/+4
| | | | | | - 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
* - Update to 0.10.1 - from the official changelog:nox2009-03-245-6/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 host timer, this condition could cause TCG to get stuck in an infinite loop (Aurelien Jarno) - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka) - Fix encrypted disk reporting in 'info block' (Jan Kiszka) - Fix console size with tiny displays (MusicPal) (Jan Kiszka) - Improve error handling in bdrv_open2 (Jan Kiszka) - Avoid leaking data in mux'ed character devices (Jan Kiszka) - Fix initial character device reset (no banner in monitor) (Jan Kiszka) - Fix cpuid KVM crash on i386 host (Lubomir Rintel) - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation (Ryan Harper) - Add physical CDROM fixes (still not perfect tho, see pkg-message) - Add MAKE_JOBS_SAFE fix and mark as such
* - Add notes about reports of qcow(2) corruption and about (in)securitynox2009-03-092-0/+15
| | | | | of raw image format autodetection to pkg-message - Bump PORTREVISION
* Update WWW.nox2009-03-091-1/+1
|
* Fix NOPORTDOCS. (doh!)nox2009-03-091-1/+7
|
* Update to 0.10.0 - from the official changelog:nox2009-03-0936-1801/+983
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - PCI hotplug support - Live migration and new save/restore formats - Curses display support - qemu-nbd utility to mount supported block formats [not ported to FreeBSD yet] - Altivec support in PPC emulation and new firmware (OpenBIOS) - Multiple VNC clients are now supported - TLS encryption is now supported in VNC - MIPS Magnum R4000 machine (Herve Poussineau) - Braille support (Samuel Thibault) - Freecom MusicPal system emulation (Jan Kiszka) - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski) - EsounD audio driver (Frederick Reeve) - Gravis Ultrasound GF1 sound card (Tibor "TS" Schuetz) - Many, many, bug fixes and new features
* Rename band-aid build fix patch so it gets applied after the file itnox2009-03-011-0/+0
| | | | | | patches (duh!) Pointyhat to: nox
* Add band-aid build fix for -current (usb host support still wont work withnox2009-03-011-0/+14
| | | | | | | the new stack - helpful hands wanted there!) PR: ports/132126 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-6/+0
|
* Attempt to fix savevm that was broken by the original patch-CVE-2008-0928nox2008-12-052-9/+27
| | | | | | | | | by allowing writes outside the disk image boundaries if the guest isn't running. PR: ports/129417 Submitted by: Nate Eldredge <neldredge@math.ucsd.edu> Obtained from: debian (sid kvm_72+dfsg-3.diff.gz, adapted)
* Fix build in unusual environments:nox2008-11-191-4/+7
| | | | | | | | - CFLAGS containing commas [1] - Missing /usr/bin/perl symlink [2] Requested by: Denis Kozadaev <denis@tambov.ru> [1] Requested by: Michal Bartkowiak <michal@bartkowiak.biz> [2]
* Fix heap overflow in Cirrus emulationnox2008-11-032-1/+28
| | | | | Obtained from: qemu svn Security: http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+1
| | | | MAKE_ENV
* Chase moved MASTER_SITEnox2008-06-211-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Fix NOPORTDOCS when texi2html is not installednox2008-06-041-0/+10
| | | | Found by: itetcu
* - Add note about network boot issues to pkg-message.snox2008-05-183-191/+12
| | | | | - Remove obsolete dhcp patch - Bump PORTREVISION
* - Add notes about how to autoload kqemu at boot and about the fact thatnox2008-05-142-4/+20
| | | | | | | | | | 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]
* Fix "drive_init()" Disk Format Security Bypassnox2008-05-092-1/+57
| | | | | Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html
* - Use PREFIX for qemu-ifup, install default scripts, bump PORTREVISION [1]nox2008-04-047-4/+38
| | | | | | - Patch a pointer to pkg-message into the manpage Submitted by: bms [1]
* - Add runtime warning when aio is not loadednox2008-03-222-1/+13
| | | | | | - Bump PORTREVISION Requested by: several people on freebsd-emulation@
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* Fix unchecked block read/write vulnerabilitynox2008-03-122-1/+243
| | | | | Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
* Add knob to explicitly add/remove gnutls dependencynox2008-03-051-0/+8
| | | | Noticed by: jkim
* Disable HACKS_CIRRUS while it's not workingnox2008-01-221-4/+0
| | | | | PR: ports/119864 Submitted by: Kyryll A Mirnenko <mirya@zoc.com.ua>
* Actually remove removed patches (oops!)nox2008-01-216-318/+0
| | | | Pointyhat to: nox
* Update to 0.9.1nox2008-01-2123-221/+280
| | | | Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
* Fix translation block local denial of service vulnerabilitynox2007-12-132-1/+93
| | | | | Obtained from: qemu cvs Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
* Add another MASTER_SITE while qemu.org is down.nox2007-06-081-1/+2
| | | | Submitted by: fenner@ (portsurvey)
* Merge qcow2 fixes from qemu-devel (cvs):nox2007-05-272-1/+26
| | | | | | - Qcow2 corruption fix, by Juergen Keil. - Qcow2: Release refcount table clusters after growing the refcount table, by Juergen Keil.
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Add security fixes from debian etch (slightly adapted to this version)nox2007-05-032-0/+382
| | | | | Obtained from: debian Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
* Add CONFLICTS for qemu-develnox2007-03-111-0/+1
| | | | Approved by: miwi (mentor, implicit)
* Update to 0.9.0:nox2007-02-074-25/+12
| | | | | | | | | | - Mouse relative offset VNC extension (Anthony Liguori) - info vnc command (Anthony Liguori) - gdbserver fix NOTES: Please read UPDATING! Approved by: miwi (mentor)
* Slirp seems to be working again on -current.nox2007-02-041-3/+2
| | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor, implicit)
* Update to 2007-02-03 snapshot:nox2007-02-0411-79/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Fix crashes on -current/amd64 hostsnox2007-02-012-0/+15
| | | | | Submitted by: jkim Approved by: miwi (mentor, implicit)
* Add link to a -current tap howtonox2007-01-181-1/+3
| | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
* Update qemu to 2007-01-11 snapshot:nox2007-01-128-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Add patch to pass windows keys to qemu guestsnox2006-12-272-0/+15
| | | | | | PR: ports/107216 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor)
* update qemu to 20061225 snapshot:nox2006-12-265-26/+24
| | | | | | | | | | | | | | | | | | | | | | - 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)
* Update MAINTAINER email address of my portsnox2006-12-241-1/+1
| | | | Approved by: miwi
* - Update to 20061216miwi2006-12-173-15/+12
| | | | | | | - Fix usb host support PR: ports/106820 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Update to 20061214miwi2006-12-154-13/+15
| | | | | | | - Fix physical device access PR: ports/106727 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* - Update to 2006-11-28 snapshotmiwi2006-11-303-10/+18
| | | | | | | | | | - 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)
* - Update to 20061102miwi2006-11-055-5/+84
| | | | | | PR: ports/105086 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
* - update to 20061031 cvs snapshot (now uses aio and supports acpi and a newpav2006-11-01