Statistics
| Branch: | Revision:

root / oslib-win32.c @ c1b0b93b

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
c1b0b93b 10/30/2010 11:02 am Jes Sorensen

Move QEMU OS dependant library functions to OS specific files

This moves library functions used by both QEMU and the QEMU tools,
such as qemu-img, qemu-nbd etc. from osdep.c to oslib-{posix,win32}.c

In addition it introduces oslib-obj.y to the Makefile set to be...