]> git.proxmox.com Git - qemu.git/commit - vl.c
Move find_datadir to OS specific files.
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 10 Jun 2010 09:42:23 +0000 (11:42 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Jun 2010 05:49:14 +0000 (08:49 +0300)
commit6170540b824635a29eb7a0360affac9394c84c52
tree8b5382efb78741da06f5f4f5284ffc255ef2de30
parent8d963e6ae700b2a46dd3a2bde5d1e5f925702f47
Move find_datadir to OS specific files.

This moves the win32 and POSIX versions of find_datadir() to OS
specific files, and removes some #ifdef clutter from vl.c

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Acked-by: Juan Quintela <quintela@redhat.com>
Acked-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
os-posix.c
os-win32.c
sysemu.h
vl.c