Commit Graph

22 Commits

Author SHA1 Message Date
merdely
28c7e10121 Removed surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:45:13 +00:00
todd
5ba4e4fd59 update to 0.9.0, thanks to all who gave feedback
see http://qemu.org/changelog.html for details
new in OpenBSD, support for raw block devices
2007-05-01 12:55:13 +00:00
kili
b107b616b3 Fix build on powerpc.
Remove extra util from WANTLIB (spotted by ajacoutot), and bump the
PKGNAME.
ok robert@
2007-02-19 22:59:33 +00:00
robert
386cb4e71f - allow building on armish
- fix the build on the arm architecture by moving the cpu_get_real_ticks()
function for non-optimized to the correct place
- add correct REGRESS_TARGET even if the regressions tests are utterly broken
- bump PKGNAME
2007-02-19 12:43:38 +00:00
mpf
aae9b76e05 Fix busy loop on closed stdin in -nograhpic mode.
From qemu cvs vl.c -r 1.218.
bump PKGNAME

OK todd@
2007-01-17 20:35:09 +00:00
mpf
a5272e87e0 Call setsockopt(2) IP_MULTICAST_LOOP w/ correct optlen.
This fixes UDP multicast socket networking.
bump PKGNAME

OK sturm@, todd@
2007-01-10 20:20:06 +00:00
todd
bb1d809e7d update qemu to 0.8.2, from brad@
See http://fabrice.bellard.free.fr/qemu/changelog.html for details.
2006-12-22 17:31:45 +00:00
todd
4e159a33aa update to 0.8.1, see http://qemu.org/changelog.html for details 2006-06-08 14:33:38 +00:00
todd
b4a6cd584d fixes from various
o permit auto tun# allocation
o do not destroy trunk# to permit multiple qemu sessions to use the same trunk#
  in the sample qemu-ifup script
o fix building on zaurus
o detect case where no tun# is available, Nicholas Marriott
o bump pkgname
2006-04-10 21:10:05 +00:00
todd
6a94487385 qemu-ifup should be executable, reported by djm@, thanks
bump PKGNAME
2006-02-17 12:43:32 +00:00
todd
ef52fdb368 from Andrew Dalgleish openbsd at ajd dot net dot au
o sample qemu-ifup
o permit -net tap,ifname=/dev/tun1 to actually use tun1
from Reyk Floeter reyk at openbsd dot org
o re-enable pcnet

bump PKGNAME
2006-02-16 16:27:44 +00:00
todd
4dbc6a7738 o from the qemu mailing list, prompted by brad@, improve userland
networking througput since otherwise the emulated NICs didn't
  have a way of indicating the receive queue is full and would
  drop packets.
o bump PKGNAME
o inttypes.h made irrelevent a few chunks of patches, so use it instead
2006-02-08 13:44:17 +00:00
brad
c907f232aa in ONLY_FOR_ARCHS change macppc & zaurus to powerpc & arm. 2006-01-04 21:47:39 +00:00
todd
9993d5d566 update to 0.8.0, see qemu.org for full ChangeLog
for OpenBSD, amd64 simulation on i386 appars to work ok now
2005-12-27 07:56:14 +00:00
todd
305ca8493e back out a couple #define'd c99 math functions now that OpenBSD
implements them natively
bump PKGNAME, reminded by naddy@
2005-11-25 04:12:54 +00:00
todd
19525d803e permit -nographic to work instead of crash on parallel devices
investigation/suggested fix by Thomas Dettbarn, dettus at dettus dot net
bump PKGNAME
2005-11-05 12:11:05 +00:00
fgsch
11f007dd2c workaround to make qemu happy on amd64 until a better and more correct
fix is applied.
sturm@ ok, maintainer ok a previous more generic approach.
2005-11-03 18:41:55 +00:00
todd
6662259396 update to qemu 0.7.2 2005-10-25 03:25:44 +00:00
todd
d14e8f5d83 o add patch to permit osx x86 guest to run
o fix Makefile.target to add -fno-stack-protector for op.o for all archs,
  noted, debugged, and tested by Antoine Jacoutot on macppc, thanks!
o bump PKGNAME
2005-09-26 20:47:56 +00:00
todd
fc1ebc4565 update to 0.7.1 (http://qemu.org/changelog.html)
add pcnet nic support
2005-08-11 01:15:17 +00:00
todd
014dafba61 texi2html is a build depends 2005-03-08 16:29:43 +00:00
todd
202b6aaad6 Import qemu snapshot from 2005-02-27
QEMU is a generic and open source processor emulator 
which achieves a good emulation speed by using dynamic translation.

QEMU has two operating modes:

* Full system emulation. In this mode, QEMU emulates 
a full system (for example a PC), including a processor and 
various peripherials. It can be used to launch different
Operating Systems without rebooting the PC or to debug system code.

* User mode emulation (Linux host only). In this mode, 

.. many thanks for feedback from many people, and for Lars Hansson and 
   Michael Schmidt for posting early work on the port of qemu to ports@

For now, only for macppc and i386, as these are currently the only archs
that have reported success building qemu.
QEMU can launch Linux processes compiled for one CPU on another CPU.
2005-03-07 16:41:28 +00:00