qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [for-2.0 0/2] A15 board bugfixes
@ 2014-04-03 13:56 Peter Maydell
  2014-04-03 13:56 ` [Qemu-devel] [for-2.0 1/2] hw/arm/highbank: Don't segfault on unknown CPU names Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Peter Maydell @ 2014-04-03 13:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Rob Herring, patches

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

 hw/arm/highbank.c | 19 ++++++++++++-------
 hw/arm/vexpress.c |  7 +++----
 2 files changed, 15 insertions(+), 11 deletions(-)

-- 
1.9.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-03 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 13:56 [Qemu-devel] [for-2.0 0/2] A15 board bugfixes Peter Maydell
2014-04-03 13:56 ` [Qemu-devel] [for-2.0 1/2] hw/arm/highbank: Don't segfault on unknown CPU names Peter Maydell
2014-04-03 15:48   ` Andreas Färber
2014-04-03 13:56 ` [Qemu-devel] [for-2.0 2/2] hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar property Peter Maydell
2014-04-03 14:25 ` [Qemu-devel] [for-2.0 0/2] A15 board bugfixes Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).