Re: [Qemu-devel] [PATCH v3] qemu-char: add logfile facility to all chardev backends

2016-01-07 Thread Paolo Bonzini
On 23/12/2015 14:27, Daniel P. Berrange wrote: > -mon_chr = qemu_chr_alloc(); > +mon_chr = qemu_chr_alloc(&common, NULL); Changed NULL to &error_abort, and queued. Paolo > mon_chr->chr_write = gdb_monitor_write;

[Qemu-devel] [PATCH v3] qemu-char: add logfile facility to all chardev backends

2015-12-23 Thread Daniel P. Berrange
Typically a UNIX guest OS will log boot messages to a serial port in addition to any graphical console. An admin user may also wish to use the serial port for an interactive console. A virtualization management system may wish to collect system boot messages by logging the serial port, but also wis