On 23-05-2012 17:54, Peter Maydell wrote:
The point is that your snprintf is not actually using the full power of a format string parser, it's just concatenating two strings ("QEMU " and the version). The simple way to put two strings into a buffer one after the other is to copy string A and then concatenate string B on the end.
I got it. That has been fixed in three snippets of my patch, thanks!
Best regards, Crístian.