On Thu, 27 Jul 2023 at 08:31, Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> wrote: > > Some Arm systems such as Apple Silicon Macs have IPA size smaller than the > default used by KVM. Introduce our own default IPA size that fits on such a > system. > > When reviewing this series, Philippe Mathieu-Daudé found the error handling > around KVM type decision logic is flawed so I added a few patches for fixing > the error handling path. > > V4 -> V5: Fixed KVM type error handling > V3 -> V4: Removed an inclusion of kvm_mips.h that is no longer needed. > V2 -> V3: Changed to use the maximum IPA size as the default. > V1 -> V2: Introduced an arch hook Applied to target-arm-for-8.2 with an extra doc comment in patch 1; thanks. -- PMM