Changes between Version 3 and Version 4 of app-emulation/qemu
- Timestamp:
- 04/19/08 10:22:14 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app-emulation/qemu
v3 v4 19 19 In {{{qemu-img.c}}} {{{st_blocks}}} is being used, straigthforward to replace with {{{st_size}}}. 20 20 21 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. Seems there is no easy way around it. 21 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. 22 23 [http://tools.assembla.com/BePorts/browser/BePorts/trunk/app-emulation/qemu/qemu-trunk.git.diff Experimental patch] (against [wiki:dev-util/git git] mirror)
