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