Message ID | 20240909124721.1672199-1-sebastianene@google.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: ptdump: View the second stage page-tables | expand |
On Mon, 09 Sep 2024 12:47:16 +0000, Sebastian Ene wrote: > This series extends the ptdump support to allow dumping the guest > stage-2 pagetables. When CONFIG_PTDUMP_STAGE2_DEBUGFS is enabled, ptdump > registers the new following files under debugfs: > - /sys/debug/kvm/<guest_id>/stage2_page_tables > - /sys/debug/kvm/<guest_id>/stage2_levels > - /sys/debug/kvm/<guest_id>/ipa_range > > [...] Applied to next, thanks! [1/5] KVM: arm64: Move pagetable definitions to common header commit: 29caeda359da15d16963096043cda39530f81cc4 [2/5] arm64: ptdump: Expose the attribute parsing functionality commit: acc3d3a8176651a839056c7da4b925ea0bcc38c2 [3/5] arm64: ptdump: Use the ptdump description from a local context commit: 9182301a7bd2564fb050ade9820333c8b1adfcc2 [4/5] arm64: ptdump: Don't override the level when operating on the stage-2 tables commit: 79c4c7284f92d5e780c8532c343ca2cacfaf5125 [5/5] KVM: arm64: Register ptdump with debugfs on guest creation commit: 7c4f73548ed15476daf1101f66648085eda65067 Cheers, M.