[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/8] xen: add pvh guest support
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 0/8] xen: add pvh guest support |
Date: |
Fri, 1 Dec 2017 12:12:50 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Dec 01, 2017 at 06:37:37AM +0100, Juergen Gross wrote:
> On 30/11/17 22:03, Daniel Kiper wrote:
> > On Wed, Nov 29, 2017 at 02:46:42PM +0100, Juergen Gross wrote:
> >> This patch series adds support for booting Linux as PVH guest.
> >>
> >> Similar to i386/xen and x86_64/xen platforms the new i386/xenpvh
> >> platform grub is booted as a standalone image directly by Xen.
> >>
> >> For booting Linux kernel it is using the standard linux kernel
> >> loader. The only modification of the linux loader is to pass the
> >> ACPI RSDP address via boot parameters to the kernel, as that table
> >> might not be located at the usual physical address just below 1MB.
> >>
> >> As the related Linux kernel patches are not yet accepted please
> >> wait for this to happen before applying the series.
> >
> > So, may I review the patches or should I hold on? And could you
> > provide a link to the "Linux kernel patches" mentioned above?
>
> Please review!
Will do in a week or so.
> The Linux patches are available at:
>
> https://lists.xen.org/archives/html/xen-devel/2017-11/msg01681.html
>
> With the additional Xen patch
>
> https://lists.xen.org/archives/html/xen-devel/2017-11/msg01807.html
>
> the complete setup can be tested.
Thanks,
Daniel