Re: [Qemu-devel] [PATCH 01/16] qemu-char: Allocate CharDriverState in qemu_chr_new_from_opts

2014-01-23 Thread Andreas Färber
Am 23.01.2014 14:32, schrieb Andreas Färber: > Am 12.11.2013 17:33, schrieb Corey Minyard: >> This allocates the CharDriverState structure and passes it in to the >> open routine. This allows a coming option to automatically attempt to >> reconnect a chardev if the connection fails. The chardev h

Re: [Qemu-devel] [PATCH 01/16] qemu-char: Allocate CharDriverState in qemu_chr_new_from_opts

2014-01-23 Thread Andreas Färber
Am 12.11.2013 17:33, schrieb Corey Minyard: > This allocates the CharDriverState structure and passes it in to the > open routine. This allows a coming option to automatically attempt to > reconnect a chardev if the connection fails. The chardev has to be > kept around so a reconnect can be done

[Qemu-devel] [PATCH 01/16] qemu-char: Allocate CharDriverState in qemu_chr_new_from_opts

2013-11-12 Thread Corey Minyard
This allocates the CharDriverState structure and passes it in to the open routine. This allows a coming option to automatically attempt to reconnect a chardev if the connection fails. The chardev has to be kept around so a reconnect can be done on it. Signed-off-by: Corey Minyard --- backends/