From: Soren Brinkmann <soren.brinkmann@xilinx.com>
To: Paul Brook <paul@codesourcery.com>,
Peter Maydell <peter.maydell@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
Edgar Iglesias <edgari@xilinx.com>,
Soren Brinkmann <soren.brinkmann@xilinx.com>,
qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2] Support ramdisks with U-Boot header
Date: Fri, 14 Jun 2013 09:36:21 -0700 [thread overview]
Message-ID: <1371227783-23086-1-git-send-email-soren.brinkmann@xilinx.com> (raw)
For loading Linux kernels, QEMU already is able to recognize and load
them when they feature a U-Boot header. This patch series targets to
extend this support to ramdisks.
Furthermore the ARM support code is changed to use the new functionality.
Regards,
Sören
Soren Brinkmann (2):
hw/loader: Support ramdisk with u-boot header
hw/arm: Use 'load_ramdisk()' for loading ramdisk
hw/arm/boot.c | 8 ++---
hw/core/loader.c | 86 +++++++++++++++++++++++++++++++++++++----------------
include/hw/loader.h | 1 +
3 files changed, 65 insertions(+), 30 deletions(-)
--
1.8.3.1
next reply other threads:[~2013-06-14 16:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-14 16:36 Soren Brinkmann [this message]
2013-06-14 16:36 ` [Qemu-devel] [PATCH 1/2] hw/loader: Support ramdisk with u-boot header Soren Brinkmann
2013-06-14 16:56 ` Peter Maydell
2013-06-14 17:14 ` Sören Brinkmann
2013-06-14 17:36 ` Peter Maydell
2013-06-14 17:42 ` Sören Brinkmann
2013-06-18 23:22 ` Peter Crosthwaite
2013-06-14 16:36 ` [Qemu-devel] [PATCH 2/2] hw/arm: Use 'load_ramdisk()' for loading ramdisk Soren Brinkmann
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=1371227783-23086-1-git-send-email-soren.brinkmann@xilinx.com \
--to=soren.brinkmann@xilinx.com \
--cc=edgari@xilinx.com \
--cc=paul@codesourcery.com \
--cc=pbonzini@redhat.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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).