On Thu, Apr 3, 2014 at 8:56 AM, Peter Maydell <[email protected]> wrote: > This patchset fixes a couple of issues with A15 boards. > > The first is a really obvious one -- running QEMU with > '-M midway -cpu bang' segfaults. > > The second one is a problem with running an A15 board > model under KVM with "-cpu host": since the 'host' CPU object > doesn't have a 'reset-cbar' QOM property we need to quietly > continue in that case rather than failing. (Ideally we'd > support lying to the guest about its CPU in the kernel, > and then we could just say "-cpu host only makes sense for > the virt machine", but we're not there right now.) > > Peter Maydell (2): > hw/arm/highbank: Don't segfault on unknown CPU names > hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar > property
For both: Reviewed-by: Rob Herring <[email protected]>
