| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:app-emulation]/qemu = |
| 4 | | |
| 5 | | [http://fabrice.bellard.free.fr/qemu/ Homepage] |
| 6 | | |
| 7 | | == SVN trunk (post-0.9.1) == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||broken|| |
| 12 | | |
| 13 | | Dependencies: |
| 14 | | |
| 15 | | * [wiki:media-libs/libsdl] (optional) |
| 16 | | |
| 17 | | === unfinished (andreasf) - [Haiku] === |
| 18 | | |
| 19 | | Configure fails to test gcc due to {{{-m32}}} flag. Commenting out. |
| 20 | | |
| 21 | | In {{{qemu-img.c}}} {{{st_blocks}}} is being used, straigthforward to replace with {{{st_size}}}. |
| 22 | | |
| 23 | | Fails to compile due to use of Posix Asynchronous I/O ({{{aio.h}}} in {{{block-raw-posix.c}}}). Commenting that file out in {{{Makefile}}} results in undefined references (Haiku needed to be added to positive list in {{{configure}}} not to be linked against {{{-lrt}}}). Seems there is no easy way around AIO. |
| 24 | | |
| 25 | | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/app-emulation/qemu/qemu-trunk.git.diff Experimental patch] (against [wiki:dev-util/git git] mirror) |
| 26 | | |
| 27 | | === external (Michael Lotz) - [BONE] === |
| 28 | | |
| 29 | | |