]> git.proxmox.com Git - qemu.git/commit - oslib-posix.c
Move QEMU OS dependant library functions to OS specific files
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 26 Oct 2010 08:39:19 +0000 (10:39 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 30 Oct 2010 08:02:36 +0000 (08:02 +0000)
commitc1b0b93b06ab026ef45ae02d0ee7557741910637
tree586402746c2e86fe219e409bbf55ef2211eb1f3d
parent9a78eead0c74333a394c0f7bbfc4423ac746fcd5
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
included by the various targets, instead of relying on these library
functions magically getting included via block-obj-y.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile
Makefile.objs
osdep.c
oslib-posix.c [new file with mode: 0644]
oslib-win32.c [new file with mode: 0644]