On Fri, 4 Aug 2023 at 18:41, Peter Maydell <peter.maydell@xxxxxxxxxx> wrote: > > 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. I also figured it would be good to tag the first 2 patches for qemu-stable, so I'll do that as well. thanks -- PMM