commit | fc9dee11441b3c5e42e439cca0a81bbfb5d1408a | [log] [tgz] |
---|---|---|
author | Mostafa Saleh <smostafa@google.com> | Mon Nov 13 21:45:45 2023 +0000 |
committer | Mostafa Saleh <smostafa@google.com> | Thu Jan 18 16:12:30 2024 +0000 |
tree | 5bb7f8af6ef87f9ea679f3753ef4d65e900c7785 | |
parent | 210fe47e5a5fa00548416363e90089b1578e5ded [diff] |
ANDROID: KVM: arm64: Map guest MMIO as device memory As guests use FWB, assignable MMIO should be mapped as device memory. One more caveat for FWB, is guest DMA, which we assume to be dma-coherent for now, otherwise we should just disable FWB for all protected guests. Signed-off-by: Mostafa Saleh <smostafa@google.com>