cvs commit: ports/emulators/qemu Makefile distinfo
ports/emulators/qemu/files patch-bg patch-block-raw.c patch-vl.c
Juergen Lock
nox at FreeBSD.org
Mon Dec 25 11:49:53 PST 2006
nox 2006-12-25 19:49:52 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile distinfo
emulators/qemu/files patch-bg patch-block-raw.c patch-vl.c
Log:
update qemu to 20061225 snapshot:
- 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)
Revision Changes Path
1.64 +2 -2 ports/emulators/qemu/Makefile
1.38 +3 -3 ports/emulators/qemu/distinfo
1.4 +12 -13 ports/emulators/qemu/files/patch-bg
1.3 +6 -7 ports/emulators/qemu/files/patch-block-raw.c
1.5 +1 -1 ports/emulators/qemu/files/patch-vl.c
More information about the cvs-all
mailing list