Home
last modified time | relevance | path

Searched hist:"98 db429d" (Results 1 – 1 of 1) sorted by relevance

/qemu/ui/
H A Dcocoa.m98db429d Sun Dec 08 22:59:06 GMT 2013 Peter Maydell <peter.maydell@linaro.org> ui/cocoa: Fix code for starting QEMU via image file load dialog

Fix a number of bugs in the code for starting QEMU via the image
file load dialog:
* use the actual argv[0] rather than "qemu": this avoids failures to
find BIOS image files caused by not looking in the correct directory
relative to the executable path
* allocate a large enough argv array to NULL terminate it
* use g_strdup(X) rather than g_strdup_printf("%s", X) or
g_strdup_printf(X)
* disable the printing of the simulated command line argument
(which is presumably intended for debug only)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1386543546-31919-6-git-send-email-peter.maydell@linaro.org