|
@@ -84,6 +84,9 @@ void os_setup_signal_handling(void)
|
|
* Find a likely location for support files using the location of the binary.
|
|
* Find a likely location for support files using the location of the binary.
|
|
* When running from the build tree this will be "$bindir/../pc-bios".
|
|
* When running from the build tree this will be "$bindir/../pc-bios".
|
|
* Otherwise, this is CONFIG_QEMU_DATADIR.
|
|
* Otherwise, this is CONFIG_QEMU_DATADIR.
|
|
|
|
+ *
|
|
|
|
+ * The caller must use g_free() to free the returned data when it is
|
|
|
|
+ * no longer required.
|
|
*/
|
|
*/
|
|
char *os_find_datadir(void)
|
|
char *os_find_datadir(void)
|
|
{
|
|
{
|