| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Bump PORTREVISION.
PR: kern/71258 [1]
|
|
|
|
|
|
|
|
| |
- Some whitespace fixes.
- Bump PORTREVISION.
PR: ports/145838 ports/145839
Submitted by: Bapt <baptiste.daroussin@gmail.com>
|
|
|
|
|
|
|
| |
- Bump PORTREVISIONs.
PR: ports/145591
Submitted by: gcooper
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
Submitted by: QAT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
uart(4) driver.
- Bump PORTREVISION.
Reported by: Olivier Cochard-Labbé <olivier@cochard.me>
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
of raw image format autodetection to pkg-message
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
patches (duh!)
Pointyhat to: nox
|
|
|
|
|
|
|
| |
the new stack - helpful hands wanted there!)
PR: ports/132126
Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
Obtained from: qemu svn
Security: http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html
|
|
|
|
| |
MAKE_ENV
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Found by: itetcu
|
|
|
|
|
| |
- Remove obsolete dhcp patch
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
| |
Obtained from: qemu cvs
Security: http://www.vuxml.org/freebsd/8950ac62-1d30-11dd-9388-0211060005df.html
|
|
|
|
|
|
| |
- Patch a pointer to pkg-message into the manpage
Submitted by: bms [1]
|
|
|
|
|
|
| |
- Bump PORTREVISION
Requested by: several people on freebsd-emulation@
|
| |
|
| |
|
|
|
|
|
| |
Obtained from: qemu cvs
Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
|
|
|
|
| |
Noticed by: jkim
|
|
|
|
|
| |
PR: ports/119864
Submitted by: Kyryll A Mirnenko <mirya@zoc.com.ua>
|
|
|
|
| |
Pointyhat to: nox
|
|
|
|
| |
Changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
|
|
|
|
|
| |
Obtained from: qemu cvs
Security: http://www.freebsd.org/ports/portaudit/30f5ca1d-a90b-11dc-bf13-0211060005df.html
|
|
|
|
| |
Submitted by: fenner@ (portsurvey)
|
|
|
|
|
|
| |
- Qcow2 corruption fix, by Juergen Keil.
- Qcow2: Release refcount table clusters after growing the refcount table,
by Juergen Keil.
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
Obtained from: debian
Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
|
|
|
|
| |
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
|
|
|
|
|
| |
Submitted by: Scott Robbins <scottro@nyc.rr.com>
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
Submitted by: jkim
Approved by: miwi (mentor, implicit)
|
|
|
|
|
| |
Submitted by: Scott Robbins <scottro@nyc.rr.com>
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
PR: ports/107216
Submitted by: Scott Robbins <scottro@nyc.rr.com>
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: miwi
|
|
|
|
|
|
|
| |
- Fix usb host support
PR: ports/106820
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
|
| |
- Fix physical device access
PR: ports/106727
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
PR: ports/105086
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
PR: ports/102494
Submitted by: Juergen Lock <nox(at)jelal.kn-bremen.de>,(maintainer)
Approved by: krion (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
PR: ports/101381
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 97363
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/96876
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/96426
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/95887
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
cvs, including a workaround for the -nographic crash.
PR: ports/94654
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
http://lists.gnu.org/archive/html/qemu-devel/2006-01/msg00208.html
1024 px width for 24 bit gets faster
Approved by: Maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <nox@jelal.kn-bremen.de>
|
|
|
|
|
|
| |
(However, this will break existing Windows 2000 or XP installations).
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/90778
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/90763
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/90709
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/ports/89816
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
| |
PR: ports/89064
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/88952
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/88522
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
| |
Pointy hat to: myself
|
|
|
|
|
|
|
|
|
| |
o separate kqemu build phase to emulators/kqemu-kmod port.
o cleanup kqemu support.
o cleanup MASTER_SITES.
Discussed with: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Reviewed by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
| |
Submitted by: Juergen Lock <nox at jelal dot kn-bremen dot de> (maintainer)
|
|
|
|
|
|
|
| |
- Fix bogus EBUSY with /dev/kqemu on 5+ (Manuel Stuehn)
PR: ports/86617, ports/87086
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
| |
|
|
|
|
|
|
| |
Structure 'ks' was used after it has been freed.
Reviewed by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
|
|
| |
Make portlint happier
PR: 86686
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Approved by: pav (mentor)
|
|
|
|
|
|
| |
PR: ports/86379
Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de>
Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
| |
PR: ports/85947
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
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 <nox@jelal.kn-bremen.de> (maintainer)
|