|
| From: | Paolo Bonzini |
| Subject: | [Qemu-devel] Re: [PATCH 0/4] Fix printf calls embedding preprocessor directives |
| Date: | Fri, 05 Feb 2010 09:47:42 +0100 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 |
On 02/05/2010 03:26 AM, Sheng Yang wrote:
-#ifndef _WIN32
- DEFAULT_NETWORK_SCRIPT,
- DEFAULT_NETWORK_DOWN_SCRIPT,
-#endif
- DEFAULT_GDBSTUB_PORT,
- "/tmp/qemu.log");
+ "qemu");
exit(exitcode);
}
Is it proper to remove #ifndef _WIN32 there?
Yes, this matched a #ifndef in qemu-options.hx that remains there. Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |