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
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.