Stefan Weil 55418b9613 Win32: Fix default prefix
The old code resulted in wrong escape sequences:

#define CONFIG_QEMU_SHAREDIR "c:\Program Files\Qemu"

gcc warnings:

vl.c:5708:20: warning: unknown escape sequence '\P'
vl.c:5708:20: warning: unknown escape sequence '\Q'

Windows can handle slash (/) path separators,
and QEMU already adds directories using slash,
so there is no need to fight with the correct number
of backslashes.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
2009-08-10 13:05:30 -05:00
2009-08-10 13:05:30 -05:00
2009-08-10 13:05:25 -05:00
2009-08-01 10:13:43 +00:00
2009-07-31 13:19:39 +01:00
2009-07-27 14:10:55 -05:00
2009-07-27 14:09:20 -05:00
2009-07-27 14:09:20 -05:00
2009-08-10 13:05:30 -05:00
2009-07-09 16:06:38 -05:00
2009-07-27 14:09:20 -05:00
2009-08-10 13:05:25 -05:00
2009-07-27 14:09:15 -05:00
2009-07-27 14:10:55 -05:00
2009-07-02 17:54:34 +00:00
2009-07-31 13:19:39 +01:00
2009-07-30 09:50:36 -05:00
2009-07-30 09:50:36 -05:00
2009-07-10 13:44:30 -05:00
2009-07-27 14:09:20 -05:00
2009-07-16 17:28:53 -05:00
2009-07-27 14:09:20 -05:00
2009-08-01 10:13:20 +00:00
2009-08-10 13:05:27 -05:00
2009-08-10 13:05:27 -05:00
2009-07-27 14:10:55 -05:00
2009-08-10 13:05:25 -05:00
2009-08-10 13:05:26 -05:00
2009-07-22 10:58:49 -05:00
2009-07-27 14:09:20 -05:00
2009-07-08 18:25:37 +04:00
2009-08-10 13:05:27 -05:00
2009-07-27 14:09:15 -05:00
2009-07-16 18:12:18 -05:00
2009-08-10 13:05:28 -05:00
2009-08-01 10:13:20 +00:00
2009-07-30 09:50:37 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%