Re: [Xen-devel] [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest

2017-02-07 Thread Juergen Gross
On 06/02/17 21:37, Boris Ostrovsky wrote: > On 02/06/2017 02:29 PM, kbuild test robot wrote: >> Hi Boris, >> >> [auto build test WARNING on xen-tip/linux-next] >> [also build test WARNING on v4.10-rc7] >> [cannot apply to next-20170206] >> [if your patch is applied to the wrong git tree, please dro

Re: [Xen-devel] [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest

2017-02-06 Thread Boris Ostrovsky
On 02/06/2017 02:29 PM, kbuild test robot wrote: > Hi Boris, > > [auto build test WARNING on xen-tip/linux-next] > [also build test WARNING on v4.10-rc7] > [cannot apply to next-20170206] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url

Re: [Xen-devel] [PATCH v3 4/9] xen/pvh: Bootstrap PVH guest

2017-02-06 Thread kbuild test robot
Hi Boris, [auto build test WARNING on xen-tip/linux-next] [also build test WARNING on v4.10-rc7] [cannot apply to next-20170206] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Boris-Ostrovsky/x8

[PATCH v3 4/9] xen/pvh: Bootstrap PVH guest

2017-02-06 Thread Boris Ostrovsky
Start PVH guest at XEN_ELFNOTE_PHYS32_ENTRY address. Setup hypercall page, initialize boot_params, enable early page tables. Since this stub is executed before kernel entry point we cannot use variables in .bss which is cleared by kernel. We explicitly place variables that are initialized here int