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;
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