
On Fri, 2014-02-28 at 14:29 +0000, Stefano Stabellini wrote:
On Fri, 28 Feb 2014, Daniel P. Berrange wrote:
So actually this leads me to ask what kind of console Arm fullvirt Xen guests actually have ? If they just use the traditional Xen paravirt console, then we just need to make sure that this works for them by default:
<console type='pty'> <target type='xen'/> </console>
If there's a different type of console device that's not related to the Xen paravirt console device, then we'd need to invent a new <target type='xxx'/> value for Arm.
It is just the traditional Xen paravirt console.
I tried the above,which AIUI should work, but it fails with the same "cannot find character device <null>" error. I'll investigate properly next week. Ian.