[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] frame buffer shared by domains on arch arm linux
On Fri, 2015-01-23 at 21:13 +0800, Mao Mingya wrote: > On a second though, What mode is the serial port working now on ARM > arch? it is able to be shared by Dom0 and guest Dom A given piece of hardware can only be accessed by one entity at a time. Typically one serial port is given to Xen itself. Dom0 then has access to the hvc (hypervisor console), which Xen routes out of its own console (i.e. out of the serial port given to Xen). Dom0 also has access to any additional serial ports in the system. DomU only gets the virtual hvc console, unless you use device pass through (again, coming in 4.6) to give it access to a real one (thereby denying it to dom0. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |