Re: [Xen-devel] [PATCH 2/2] hvc_xen: fix xenboot for DomUs

2016-02-24 Thread Stefano Stabellini
Hi kbuild test robot, you are awesome as always. I'll fix it in the next version. Thanks, Stefano On Wed, 24 Feb 2016, kbuild test robot wrote: > Hi Stefano, > > [auto build test WARNING on tty/tty-testing] > [also build test WARNING on v4.5-rc5 next-20160223] > [if your patch is applied to th

Re: [Xen-devel] [PATCH 2/2] hvc_xen: fix xenboot for DomUs

2016-02-24 Thread kbuild test robot
Hi Stefano, [auto build test WARNING on tty/tty-testing] [also build test WARNING on v4.5-rc5 next-20160223] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Stefano-Stabellini/hvc_xen-add-early

[Xen-devel] [PATCH 2/2] hvc_xen: fix xenboot for DomUs

2016-02-24 Thread Stefano Stabellini
The xenboot early console has been partially broken for DomU for a long time: the output would only go to the hypervisor via hypercall (HYPERVISOR_console_io), while it wouldn't actually go to the DomU console. The reason is that domU_write_console would return early as no xencons structs are confi