Mailing List Archive

[rfc/patch] use hvc for xen console
Hi,

Here is a patch (on top of the paravirt patch queue) which makes xen
guests use the hvc_console.c infrastructure for the console, thereby
greatly reducing the amount console code. xvc0 is gone too, hvc0 is
used instead.

cheers,
Gerd

--
Gerd Hoffmann <kraxel@suse.de>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Re: [rfc/patch] use hvc for xen console [ In reply to ]
Gerd Hoffmann wrote:
> Hi,
>
> Here is a patch (on top of the paravirt patch queue) which makes xen

Oops, forgot the patch here is it ...
Re: [rfc/patch] use hvc for xen console [ In reply to ]
Gerd Hoffmann wrote:
> Gerd Hoffmann wrote:
>> Hi,
>>
>> Here is a patch (on top of the paravirt patch queue) which makes xen
>
> Oops, forgot the patch here is it ...

New version of the patch, drops the dependency on xencons_ring.c, drops
a bunch of glue code, features a irq-driven console.

cheers,
Gerd

--
Gerd Hoffmann <kraxel@suse.de>