On 10/03/2014 05:22 PM, Paolo Bonzini wrote: > Il 02/10/2014 18:17, miny...@acm.org ha scritto: >> + if (!qemu_chr_open_socket_fd(chr, &err)) { >> + error_report("Unable to connect to char device %s\n", chr->label); >> + qemu_chr_socket_restart_timer(chr); >> + } > Can you please add a follow-up patch that only prints this message once > per reconnect? Otherwise a server that shuts down can spam logs forever.
Yes, not a problem. I always wonder the best way to handle something like that, but you are probably right. > I'll nevertheless queue the patches for 2.2 next week. Thank you, -corey > Thanks, > > Paolo