Re: [PATCH 6/7] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
Arnd Bergmann <[email protected]> Thu, 19 May 2011 17:02:39 +0200
| Newsgroups | org.kernel.vger.linux-console,org.kernel.vger.linux-kernel,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 19 May 2011, Timur Tabi wrote: > > The ePAPR embedded hypervisor specification provides an API for "byte > channels", which are serial-like virtual devices for sending and receiving > streams of bytes. Why is this using a full tty driver instead of the hvc framework that most other hypervisor consoles use? Arnd