[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH v3 00/18] xen: add pvh guest support
From: |
Juergen Gross |
Subject: |
Re: [Xen-devel] [PATCH v3 00/18] xen: add pvh guest support |
Date: |
Thu, 25 Oct 2018 07:04:38 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 24/10/2018 22:52, Hans van Kranenburg wrote:
> Hi,
>
> On 10/24/2018 04:54 PM, 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.
>>
>> The related Linux kernel patches have been accepted in the merge
>> window for post 4.19 (4.20 or 5.0, whatever it will be called).
>>
>> Changes in V3:
>> - addressed lots of comments, most by Daniel and some by Roger,
>> details are mentioned in the individual patches
>>
>> [...]
>
> Thanks for the hard work.
>
> FWIW, a test report from an end user.
Thanks for the detailed report!
Juergen
- [PATCH v3 11/18] xen: get memory map from hypervisor for PVH, (continued)
- [PATCH v3 11/18] xen: get memory map from hypervisor for PVH, Juergen Gross, 2018/10/24
- [PATCH v3 17/18] xen_pvh: support grub-install for xen_pvh, Juergen Gross, 2018/10/24
- [PATCH v3 14/18] xen_pvh: add build runes for grub-core, Juergen Gross, 2018/10/24
- [PATCH v3 13/18] xen: init memory regions for PVH, Juergen Gross, 2018/10/24
- [PATCH v3 18/18] xen_pvh: add support to configure, Juergen Gross, 2018/10/24
- [PATCH v3 09/18] xen: add PVH boot entry code, Juergen Gross, 2018/10/24
- [PATCH v3 12/18] xen: setup Xen specific data for PVH, Juergen Gross, 2018/10/24
- [PATCH v3 16/18] xen_pvh: support building a standalone image, Juergen Gross, 2018/10/24
- [PATCH v3 01/18] xen: add some xen headers, Juergen Gross, 2018/10/24
- Re: [Xen-devel] [PATCH v3 00/18] xen: add pvh guest support, Hans van Kranenburg, 2018/10/24
- Re: [Xen-devel] [PATCH v3 00/18] xen: add pvh guest support,
Juergen Gross <=