Peter Maydell writes:
> On 13 February 2013 12:57, Markus Armbruster wrote:
>>> - "-d options activate log (default logfile=%s)\n"
>>> - "-D logfile override default logfile location\n"
>>> + "-d options activate log (default is to log to stderr)\n"
>>> +
On 13 February 2013 12:57, Markus Armbruster wrote:
>> - "-d options activate log (default logfile=%s)\n"
>> - "-D logfile override default logfile location\n"
>> + "-d options activate log (default is to log to stderr)\n"
>> + "-D logfile write logs
Peter Maydell writes:
> Switch the default for qemu_log logging output from "/tmp/qemu.log"
> to stderr. This is an incompatible change in some sense, but logging
> is mostly used for debugging purposes so it shouldn't affect production
> use. The previous behaviour can be obtained by adding "-D
On Tue, Feb 12, 2013 at 05:33:30PM +, Peter Maydell wrote:
> Switch the default for qemu_log logging output from "/tmp/qemu.log"
> to stderr. This is an incompatible change in some sense, but logging
> is mostly used for debugging purposes so it shouldn't affect production
> use. The previous b
On 12 February 2013 18:16, Andreas Färber wrote:
> Am 12.02.2013 18:58, schrieb Peter Maydell:
>> Debug output will only appear on stderr if you asked for it by
>> passing -d something.
> I was thinking of default options, so if nothing gets printed by default
> that's okay with me.
Yep. If we e
Am 12.02.2013 18:58, schrieb Peter Maydell:
> On 12 February 2013 17:50, Andreas Färber wrote:
>> Am 12.02.2013 18:33, schrieb Peter Maydell:
>>> Stefan suggested that qemu_log should default to stderr, and I
>>> agree that it makes more sense than a random file in /tmp/.
>>> As noted in the commi
On 12 February 2013 17:50, Andreas Färber wrote:
> Am 12.02.2013 18:33, schrieb Peter Maydell:
>> Stefan suggested that qemu_log should default to stderr, and I
>> agree that it makes more sense than a random file in /tmp/.
>> As noted in the commit message, this is technically an incompatible
>>
Am 12.02.2013 um 18:50 schrieb Andreas Färber :
> Am 12.02.2013 18:33, schrieb Peter Maydell:
>> Switch the default for qemu_log logging output from "/tmp/qemu.log"
>> to stderr. This is an incompatible change in some sense, but logging
>> is mostly used for debugging purposes so it shouldn't af
Am 12.02.2013 18:33, schrieb Peter Maydell:
> Switch the default for qemu_log logging output from "/tmp/qemu.log"
> to stderr. This is an incompatible change in some sense, but logging
> is mostly used for debugging purposes so it shouldn't affect production
> use. The previous behaviour can be obt
Switch the default for qemu_log logging output from "/tmp/qemu.log"
to stderr. This is an incompatible change in some sense, but logging
is mostly used for debugging purposes so it shouldn't affect production
use. The previous behaviour can be obtained by adding "-D /tmp/qemu.log"
to the command li
10 matches
Mail list logo