aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu
Commit message (Collapse)AuthorAgeFilesLines
* Chase moved MASTER_SITEJuergen Lock2008-06-201-1/+1
| | | | Notes: svn path=/head/; revision=215416
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* Fix NOPORTDOCS when texi2html is not installedJuergen Lock2008-06-031-0/+10
| | | | | | | Found by: itetcu Notes: svn path=/head/; revision=214271
* - Add note about network boot issues to pkg-message.sJuergen Lock2008-05-173-191/+12
| | | | | | | | - Remove obsolete dhcp patch - Bump PORTREVISION Notes: svn path=/head/; revision=213207
* - Add notes about how to autoload kqemu at boot and about the fact thatJuergen Lock2008-05-132-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] Notes: svn path=/head/; revision=213001
* Fix "drive_init()" Disk Format Security BypassJuergen Lock2008-05-082-1/+57
| | | | | | | | Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html Notes: svn path=/head/; revision=212848
* - Use PREFIX for qemu-ifup, install default scripts, bump PORTREVISION [1]Juergen Lock2008-04-037-4/+38
| | | | | | | | | - Patch a pointer to pkg-message into the manpage Submitted by: bms [1] Notes: svn path=/head/; revision=210456
* - Add runtime warning when aio is not loadedJuergen Lock2008-03-212-1/+13
| | | | | | | | | - Bump PORTREVISION Requested by: several people on freebsd-emulation@ Notes: svn path=/head/; revision=209544
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Fix unchecked block read/write vulnerabilityJuergen Lock2008-03-112-1/+243
| | | | | | | | Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html Notes: svn path=/head/; revision=208857
* Add knob to explicitly add/remove gnutls dependencyJuergen Lock2008-03-041-0/+8
| | | | | | | Noticed by: jkim Notes: svn path=/head/; revision=208444
* Disable HACKS_CIRRUS while it's not workingJuergen Lock2008-01-211-4/+0
| | | | | | | | PR: ports/119864 Submitted by: Kyryll A Mirnenko <mirya@zoc.com.ua> Notes: svn path=/head/; revision=206002
* Actually remove removed patches (oops!)Juergen Lock2008-01-216-318/+0
| | | | | | | Pointyhat to: nox Notes: svn path=/head/; revision=205948
* Update to 0.9.1Juergen Lock2008-01-2023-221/+280
| | | | | | | Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html Notes: svn path=/head/; revision=205884
* Fix translation block local denial of service vulnerabilityJuergen Lock2007-12-132-1/+93
| | | | | | | | Obtained from: qemu cvs Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html Notes: svn path=/head/; revision=203428
* Add another MASTER_SITE while qemu.org is down.Juergen Lock2007-06-071-1/+2
| | | | | | | Submitted by: fenner@ (portsurvey) Notes: svn path=/head/; revision=193022
* Merge qcow2 fixes from qemu-devel (cvs):Juergen Lock2007-05-262-1/+26
| | | | | | | | | - Qcow2 corruption fix, by Juergen Keil. - Qcow2: Release refcount table clusters after growing the refcount table, by Juergen Keil. Notes: svn path=/head/; revision=191912
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add security fixes from debian etch (slightly adapted to this version)Juergen Lock2007-05-022-0/+382
| | | | | | | | Obtained from: debian Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html Notes: svn path=/head/; revision=191425
* Add CONFLICTS for qemu-develJuergen Lock2007-03-101-0/+1
| | | | | | | Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=187067
* Update to 0.9.0:Juergen Lock2007-02-064-25/+12
| | | | | | | | | | | | | - Mouse relative offset VNC extension (Anthony Liguori) - info vnc command (Anthony Liguori) - gdbserver fix NOTES: Please read UPDATING! Approved by: miwi (mentor) Notes: svn path=/head/; revision=184443
* Slirp seems to be working again on -current.Juergen Lock2007-02-041-3/+2
| | | | | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=184130
* Update to 2007-02-03 snapshot:Juergen Lock2007-02-0311-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) Notes: svn path=/head/; revision=184058
* Fix crashes on -current/amd64 hostsJuergen Lock2007-01-312-0/+15
| | | | | | | | Submitted by: jkim Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=183824
* Add link to a -current tap howtoJuergen Lock2007-01-171-1/+3
| | | | | | | | Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=182677
* Update qemu to 2007-01-11 snapshot:Juergen Lock2007-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) Notes: svn path=/head/; revision=182127
* Add patch to pass windows keys to qemu guestsJuergen Lock2006-12-262-0/+15
| | | | | | | | | PR: ports/107216 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=180823
* update qemu to 20061225 snapshot:Juergen Lock2006-12-255-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) Notes: svn path=/head/; revision=180737
* Update MAINTAINER email address of my portsJuergen Lock2006-12-231-1/+1
| | | | | | | Approved by: miwi Notes: svn path=/head/; revision=180614
* - Update to 20061216Martin Wilke2006-12-173-15/+12
| | | | | | | | | | - Fix usb host support PR: ports/106820 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=179990
* - Update to 20061214Martin Wilke2006-12-154-13/+15
| | | | | | | | | | - Fix physical device access PR: ports/106727 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=179833
* - Update to 2006-11-28 snapshotMartin Wilke2006-11-293-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) Notes: svn path=/head/; revision=178280
* - Update to 20061102Martin Wilke2006-11-045-5/+84
| | | | | | | | | PR: ports/105086 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176353
* - update to 20061031 cvs snapshot (now uses aio and supports acpi and a newPav Lucistnik2006-10-318-49/+103
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=175961
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=173460
* Chase net/samba to net/samba3 in preparation for removal of the former.Kris Kennaway2006-09-021-1/+1
| | | | Notes: svn path=/head/; revision=171911
* - change to samba3Martin Wilke2006-08-251-1/+1
| | | | | | | | | PR: ports/102494 Submitted by: Juergen Lock <nox(at)jelal.kn-bremen.de>,(maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=171413
* - Fix build on 4.x [1]Shaun Amott2006-08-215-20/+236
| | | | | | | | | | | | | | - Respect CFLAGS [2] - Support parallel port under FreeBSD [3] PR: ports/102154 [1], ports/102188 [2] Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> [1], Stanislav Sedov <ssedov@mbsd.msk.ru> [2], Robert Jenssen (via freebsd-ports) [3] Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) [2] [3] Notes: svn path=/head/; revision=171135
* Update to 0.8.2.Norikatsu Shigemura2006-08-0712-416/+136
| | | | | | | | PR: ports/101381 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=170008
* - Add a fix by Anthony Liguori for the 'invisible wall' problem:Shaun Amott2006-07-233-3/+26
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=168512
* Fix plistErwin Lansing2006-05-192-0/+2
| | | | | | | | PR: 97363 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=162769
* Update to 0.8.1.Norikatsu Shigemura2006-05-065-62/+28
| | | | | | | | PR: ports/96876 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=161500
* - Update to 2006-04-26 snapshotPav Lucistnik2006-04-299-191/+21
| | | | | | | | PR: ports/96426 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=160721
* Fix build on 4.xVolker Stolz2006-04-231-0/+15
| | | | | | | | PR: ports/95887 Submitted by: maintainer Notes: svn path=/head/; revision=160235
* Update to 2006-04-14 snapshot.Norikatsu Shigemura2006-04-164-35/+40
| | | | | | | | | | | | | | | | | | | | o no longer needs 3-wire configs when using the emulated serial port. o update patch-libmath to match this commit: [1] http://docs.freebsd.org/cgi/mid.cgi?200512021345.jB2Dj6D3057000 o Allow multiple graphics devices. o ARM Versatile Platform Baseboard emulation. o Thumb prefetch abort fix. o simulate a null modem cable. o 64 bit disassembly. o USB tablet support (Brad Campbell, Anthony Liguori). o mouse API changes. Suggested by: jkim [1] PR: ports/95826 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=159675
* Update to 2006-04-08 snapshot.Norikatsu Shigemura2006-04-0913-476/+257
| | | | | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=159220
* - Lonnie sent me updates to 2 of his usb fixes,Pav Lucistnik2006-03-264-15/+49
| | | | | | | | | | | | - and posted another usb bugfix affecting FreeBSD guests - (optionally) seperate out the two WITH_HACKS patches after I learned the cirrus patch can cause problems with xp guests too PR: ports/94949 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=158153
* - Add Lonnie's usb host support patches and a bunch of other fixes mostly fromPav Lucistnik2006-03-1813-1/+1030
| | | | | | | | | | cvs, including a workaround for the -nographic crash. PR: ports/94654 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=157608
* (WITH_HACKS) Patching process should be silentMaho Nakata2006-01-211-2/+2
| | | | Notes: svn path=/head/; revision=154100