Re: [lxc-devel] [PATCH v2] console API improvements

2013-06-13 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Wed, 12 Jun 2013 11:15:10 -0500 > Serge Hallyn wrote: > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > Add a higher level console API that opens a tty/console and runs the > > > mainloop as well. Rename existing API to console_getfd(

Re: [lxc-devel] [PATCH v2] console API improvements

2013-06-13 Thread Dwight Engen
On Wed, 12 Jun 2013 11:15:10 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > Add a higher level console API that opens a tty/console and runs the > > mainloop as well. Rename existing API to console_getfd(). Use these > > in the python binding. > > > > Allow attac

Re: [lxc-devel] [PATCH v2] console API improvements

2013-06-13 Thread Serge Hallyn
Quoting Serge Hallyn (serge.hal...@ubuntu.com): > Quoting Dwight Engen (dwight.en...@oracle.com): > > Add a higher level console API that opens a tty/console and runs the > > mainloop as well. Rename existing API to console_getfd(). Use these in > > the python binding. > > > > Allow attaching a co

Re: [lxc-devel] [PATCH v2] console API improvements

2013-06-12 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Add a higher level console API that opens a tty/console and runs the > mainloop as well. Rename existing API to console_getfd(). Use these in > the python binding. > > Allow attaching a console peer after container bootup, including if the > contai

Re: [lxc-devel] [PATCH v2] console API improvements

2013-06-12 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Add a higher level console API that opens a tty/console and runs the > mainloop as well. Rename existing API to console_getfd(). Use these in > the python binding. > > Allow attaching a console peer after container bootup, including if the > contai

Re: [lxc-devel] [PATCH v2] console API improvements

2013-06-12 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Add a higher level console API that opens a tty/console and runs the > mainloop as well. Rename existing API to console_getfd(). Use these in > the python binding. > > Allow attaching a console peer after container bootup, including if the > contai

[lxc-devel] [PATCH v2] console API improvements

2013-06-12 Thread Dwight Engen
Add a higher level console API that opens a tty/console and runs the mainloop as well. Rename existing API to console_getfd(). Use these in the python binding. Allow attaching a console peer after container bootup, including if the container was launched with -d. This is made possible by allocatio