Changes between Version 1 and Version 2 of app-emulation/qemu
- Timestamp:
- 04/19/08 10:10:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app-emulation/qemu
v1 v2 15 15 In {{{qemu-img.c}}} {{{st_blocks}}} is being used, straigthforward to replace with {{{st_size}}}. 16 16 17 Fails to compile due to use of Posix Asynchronous I/O ({{{aio.h}}} in {{{block-raw-posix.c}}}). 17 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.
