On Mon, 17 Aug 2020, Jan Beulich wrote:
> On 07.08.2020 23:52, Stefano Stabellini wrote:
> > On Fri, 7 Aug 2020, Jan Beulich wrote:
> >> On 07.08.2020 01:49, Stefano Stabellini wrote:
> >>> @@ -41,19 +41,25 @@
> >>> * XENFEAT_dom0 MUST be set if the guest is to be booted as dom0,
> >>> */
> >>>
On 07.08.2020 23:52, Stefano Stabellini wrote:
> On Fri, 7 Aug 2020, Jan Beulich wrote:
>> On 07.08.2020 01:49, Stefano Stabellini wrote:
>>> @@ -41,19 +41,25 @@
>>> * XENFEAT_dom0 MUST be set if the guest is to be booted as dom0,
>>> */
>>>
>>> -/*
>>> - * If set, the guest does not need to
On Fri, 7 Aug 2020, Jan Beulich wrote:
> On 07.08.2020 01:49, Stefano Stabellini wrote:
> > @@ -41,19 +41,25 @@
> > * XENFEAT_dom0 MUST be set if the guest is to be booted as dom0,
> > */
> >
> > -/*
> > - * If set, the guest does not need to write-protect its pagetables, and can
> > - * upda
On 07.08.2020 01:49, Stefano Stabellini wrote:
> @@ -41,19 +41,25 @@
> * XENFEAT_dom0 MUST be set if the guest is to be booted as dom0,
> */
>
> -/*
> - * If set, the guest does not need to write-protect its pagetables, and can
> - * update them via direct writes.
> +/**
> + * DOC: XENFEAT_wr
From: Stefano Stabellini
Convert in-code comments to kernel-doc format wherever possible.
Signed-off-by: Stefano Stabellini
---
xen/include/public/features.h | 78 ++-
1 file changed, 59 insertions(+), 19 deletions(-)
diff --git a/xen/include/public/features.h