From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Rob Herring <rob.herring@linaro.org>, patches@linaro.org
Subject: [Qemu-devel] [for-2.0 0/2] A15 board bugfixes
Date: Thu, 3 Apr 2014 14:56:26 +0100 [thread overview]
Message-ID: <1396533388-12069-1-git-send-email-peter.maydell@linaro.org> (raw)
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
next reply other threads:[~2014-04-03 13:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-03 13:56 Peter Maydell [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1396533388-12069-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=patches@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rob.herring@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).