Re: [PATCH RFC 06/13] xen: Dom0 console fixes

2014-01-21 Thread John Baldwin
On Tuesday, December 24, 2013 6:20:55 am Roger Pau Monne wrote: > Minor fixes and workarounds to make the Xen Dom0 console work. Looks ok to me. -- John Baldwin ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

[PATCH RFC 06/13] xen: Dom0 console fixes

2013-12-24 Thread Roger Pau Monne
Minor fixes and workarounds to make the Xen Dom0 console work. --- sys/dev/xen/console/xencons_ring.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/sys/dev/xen/console/xencons_ring.c b/sys/dev/xen/console/xencons_ring.c index d826363..ea97f7b 100644 ---