[libvirt] [PATCH 11/11] Wire up virDomainOpenConsole for LXC, Xen and UML

Daniel Veillard veillard at redhat.com
Wed Nov 3 13:53:57 UTC 2010


On Tue, Nov 02, 2010 at 05:49:15PM +0000, Daniel P. Berrange wrote:
> * src/lxc/lxc_driver.c, src/lxc/lxc_driver.c,
>   src/xen/xen_driver.c: Wire up virDomainOpenConsole
> ---
>  src/lxc/lxc_driver.c |   67 ++++++++++++++++++++++++++++++++++++++++++-
>  src/uml/uml_driver.c |   77 ++++++++++++++++++++++++++++++++++++++++++++++----
>  src/xen/xen_driver.c |   59 +++++++++++++++++++++++++++++++++++++-
>  3 files changed, 195 insertions(+), 8 deletions(-)
> 
[...]
> +
> +    if (chr->type != VIR_DOMAIN_CHR_TYPE_PTY) {
> +        umlReportError(VIR_ERR_INTERNAL_ERROR,
> +                        _("character device %s is not using a PTY"), devname);
> +        goto cleanup;
> +    }

  just wondering, why would that happen ?

ACK,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list