aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.10.6 - from the official announcement:Juergen Lock2009-07-182-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) Notes: svn path=/head/; revision=238025
* - (Attempt to) fix build on head by entirely disabling the usb host codeJuergen Lock2009-06-011-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. Notes: svn path=/head/; revision=234988
* Update to 0.10.5 - from the official announcement:Juergen Lock2009-05-213-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) Notes: svn path=/head/; revision=234347
* - Update to 0.10.4 - from the official announcement:Juergen Lock2009-05-133-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. Notes: svn path=/head/; revision=233853
* Update to 0.10.3 - from the official changelog:Juergen Lock2009-05-013-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) Notes: svn path=/head/; revision=233091
* Update to 0.10.2 - from the official changelog:Juergen Lock2009-04-073-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) Notes: svn path=/head/; revision=231816
* - pkg-message updates:Juergen Lock2009-03-242-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 Notes: svn path=/head/; revision=230894
* - Update to 0.10.1 - from the official changelog:Juergen Lock2009-03-235-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 Notes: svn path=/head/; revision=230794
* - Add notes about reports of qcow(2) corruption and about (in)securityJuergen Lock2009-03-082-0/+15
| | | | | | | | of raw image format autodetection to pkg-message - Bump PORTREVISION Notes: svn path=/head/; revision=229705
* Update WWW.Juergen Lock2009-03-081-1/+1
| | | | Notes: svn path=/head/; revision=229693
* Fix NOPORTDOCS. (doh!)Juergen Lock2009-03-081-1/+7
| | | | Notes: svn path=/head/; revision=229690
* Update to 0.10.0 - from the official changelog:Juergen Lock2009-03-0836-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 Notes: svn path=/head/; revision=229684
* Rename band-aid build fix patch so it gets applied after the file itJuergen Lock2009-02-281-0/+0
| | | | | | | | | patches (duh!) Pointyhat to: nox Notes: svn path=/head/; revision=229224
* Add band-aid build fix for -current (usb host support still wont work withJuergen Lock2009-02-281-0/+14
| | | | | | | | | | the new stack - helpful hands wanted there!) PR: ports/132126 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Notes: svn path=/head/; revision=229221
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-6/+0
| | | | Notes: svn path=/head/; revision=225293
* Attempt to fix savevm that was broken by the original patch-CVE-2008-0928Juergen Lock2008-12-042-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) Notes: svn path=/head/; revision=223790
* Fix build in unusual environments:Juergen Lock2008-11-181-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] Notes: svn path=/head/; revision=223023
* Fix heap overflow in Cirrus emulationJuergen Lock2008-11-022-1/+28
| | | | | | | | Obtained from: qemu svn Security: http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html Notes: svn path=/head/; revision=222341
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* 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