On Mon, Feb 18, 2013 at 11:36 AM, Peter Maydell
wrote:
> On 16 February 2013 13:52, Blue Swirl wrote:
>> On Tue, Feb 12, 2013 at 4:13 PM, Peter Maydell
>> wrote:
>>> Remove the function qemu_log_try_set_file() and its users (which
>>> are all in TCG code generation functions for various targets
On 16 February 2013 13:52, Blue Swirl wrote:
> On Tue, Feb 12, 2013 at 4:13 PM, Peter Maydell
> wrote:
>> Remove the function qemu_log_try_set_file() and its users (which
>> are all in TCG code generation functions for various targets).
> Thanks, applied.
...this doesn't seem to be in master?
Thanks, applied.
On Tue, Feb 12, 2013 at 4:13 PM, Peter Maydell wrote:
> Remove the function qemu_log_try_set_file() and its users (which
> are all in TCG code generation functions for various targets).
> This function was added to abstract out code which was originally
> written as "if (!logfile
Peter Maydell schrieb:
>Remove the function qemu_log_try_set_file() and its users (which
>are all in TCG code generation functions for various targets).
>This function was added to abstract out code which was originally
>written as "if (!logfile) logfile = stderr;" in order that BUG:
>case co
Am 12.02.2013 17:13, schrieb Peter Maydell:
> Remove the function qemu_log_try_set_file() and its users (which
> are all in TCG code generation functions for various targets).
> This function was added to abstract out code which was originally
> written as "if (!logfile) logfile = stderr;" in order
Remove the function qemu_log_try_set_file() and its users (which
are all in TCG code generation functions for various targets).
This function was added to abstract out code which was originally
written as "if (!logfile) logfile = stderr;" in order that BUG:
case code which did an unguarded "fprintf