Re: [PATCH v2 0/1] KVM: arm64: fix the mmio faulting

2020-10-29 Thread Marc Zyngier
On Mon, 26 Oct 2020 16:54:06 +0530, Santosh Shukla wrote: > Description of the Reproducer scenario as asked in the thread [1]. > > Tried to create the reproducer scenario with vfio-pci driver using > nvidia GPU in PT mode, As because vfio-pci driver now supports > vma faulting

[PATCH v2 0/1] KVM: arm64: fix the mmio faulting

2020-10-26 Thread Santosh Shukla
Description of the Reproducer scenario as asked in the thread [1]. Tried to create the reproducer scenario with vfio-pci driver using nvidia GPU in PT mode, As because vfio-pci driver now supports vma faulting (/vfio_pci_mmap_fault) so could create a crude reproducer situation with that. To