mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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>
This commit is contained in:
parent
8d963e6ae7
commit
6170540b82
4 changed files with 90 additions and 90 deletions
2
sysemu.h
2
sysemu.h
|
@ -79,7 +79,9 @@ int qemu_loadvm_state(QEMUFile *f);
|
|||
/* SLIRP */
|
||||
void do_info_slirp(Monitor *mon);
|
||||
|
||||
/* OS specific functions */
|
||||
void os_setup_early_signal_handling(void);
|
||||
char *os_find_datadir(const char *argv0);
|
||||
|
||||
typedef enum DisplayType
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue