linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
@ 2021-04-14  6:51 Keqian Zhu
  2021-04-14  6:51 ` [PATCH v3 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions Keqian Zhu
  2021-04-14  6:51 ` [PATCH v3 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO Keqian Zhu
  0 siblings, 2 replies; 8+ messages in thread
From: Keqian Zhu @ 2021-04-14  6:51 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, kvm, kvmarm, Marc Zyngier; +Cc: wanghaibin.wang

Hi,

We have two pathes to build stage2 mapping for MMIO regions.

Create time's path and stage2 fault path.

Patch#1 removes the creation time's mapping of MMIO regions
Patch#2 tries stage2 block mapping for host device MMIO at fault path

Changelog:

v3:
 - Do not need to check memslot boundary in device_rough_page_shift(). (Marc)

Thanks,
Keqian

Keqian Zhu (2):
  kvm/arm64: Remove the creation time's mapping of MMIO regions
  kvm/arm64: Try stage2 block mapping for host device MMIO

 arch/arm64/kvm/mmu.c | 75 +++++++++++++++++++++-----------------------
 1 file changed, 36 insertions(+), 39 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-04-15 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  6:51 [PATCH v3 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO Keqian Zhu
2021-04-14  6:51 ` [PATCH v3 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions Keqian Zhu
2021-04-14  6:51 ` [PATCH v3 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO Keqian Zhu
2021-04-14  9:05   ` Marc Zyngier
2021-04-15  2:20     ` Keqian Zhu
2021-04-15 10:23       ` Marc Zyngier
2021-04-15 11:26         ` Keqian Zhu
2021-04-15 13:46           ` Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).