Re: [Xen-devel] [PATCH v9 03/19] xen: add and enable Xen console for PVH guests

2014-01-07 Thread Julien Grall
On 01/02/2014 03:43 PM, Roger Pau Monne wrote: > This adds and enables the console used on XEN kernels. > --- [..] > +/* Debug function, prints directly to hypervisor console */ > +void xc_printf(const char *, ...); > + Can you add __printflike(...)? It will be easier to catch bad format. -- J

[PATCH v9 03/19] xen: add and enable Xen console for PVH guests

2014-01-02 Thread Roger Pau Monne
This adds and enables the console used on XEN kernels. --- sys/conf/files |4 +- sys/dev/xen/console/console.c | 37 +-- sys/dev/xen/console/xencons_ring.c | 15 + sys/i386/include/xen/xen-os.h |1 - sys/i386/xen