[libvirt] [PATCH] Introduce virFDStreamOpenPTY

Daniel P. Berrange berrange at redhat.com
Fri Mar 21 11:41:36 UTC 2014


On Mon, Mar 10, 2014 at 05:10:16PM +0400, Roman Bogorodskiy wrote:
> Add virFDStreamOpenPTY() function which is a wrapper around
> virFDStreamOpenFileInternal() with putting the device it opens into a
> raw mode.
> 
> Make virChrdevOpen() use virFDStreamOpenPTY() for
> VIR_DOMAIN_CHR_TYPE_PTY devices.
> 
> This fixes mangled console output when libvirt runs on FreeBSD as it
> requires device it opens to be placed into a raw mode explicitly.
> ---
>  src/conf/virchrdev.c |  2 +-
>  src/fdstream.c       | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  src/fdstream.h       |  5 +++++
>  3 files changed, 59 insertions(+), 1 deletion(-)

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list