Re: [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature

2021-07-23 Thread Marc Zyngier
On 2021-07-23 14:38, Andrew Jones wrote: On Fri, Jul 23, 2021 at 02:30:13PM +0100, Marc Zyngier wrote: ... > > + > > +== > > == > > +Function ID: (uint32)0xC604 > > +Arguments:(uint64)The base of the

Re: [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature

2021-07-23 Thread Andrew Jones
On Fri, Jul 23, 2021 at 02:30:13PM +0100, Marc Zyngier wrote: ... > > > + > > > +== > > > == > > > +Function ID: (uint32)0xC604 > > > +Arguments:(uint64)The base of the PG-sized IPA range > > > +

Re: [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature

2021-07-23 Thread Marc Zyngier
On 2021-07-21 22:17, Andrew Jones wrote: On Thu, Jul 15, 2021 at 05:31:53PM +0100, Marc Zyngier wrote: Document the hypercalls user for the MMIO guard infrastructure. Signed-off-by: Marc Zyngier --- Documentation/virt/kvm/arm/index.rst | 1 + Documentation/virt/kvm/arm/mmio-guard.rst |

Re: [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature

2021-07-21 Thread Andrew Jones
On Thu, Jul 15, 2021 at 05:31:53PM +0100, Marc Zyngier wrote: > Document the hypercalls user for the MMIO guard infrastructure. > > Signed-off-by: Marc Zyngier > --- > Documentation/virt/kvm/arm/index.rst | 1 + > Documentation/virt/kvm/arm/mmio-guard.rst | 73 +++ > 2

[PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature

2021-07-15 Thread Marc Zyngier
Document the hypercalls user for the MMIO guard infrastructure. Signed-off-by: Marc Zyngier --- Documentation/virt/kvm/arm/index.rst | 1 + Documentation/virt/kvm/arm/mmio-guard.rst | 73 +++ 2 files changed, 74 insertions(+) create mode 100644 Documentation/virt/kvm/a