All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] arm: add device tree support (via machine opts)
@ 2012-02-08  5:41 Peter Maydell
  2012-02-08  5:41 ` [Qemu-devel] [PATCH 1/4] qemu-option: Add support for merged QemuOptsLists Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Peter Maydell @ 2012-02-08  5:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Grant Likely, Anthony Liguori, Alexander Graf, patches

This patch series is basically Grant's v2 "arm: add device tree support"
patch (http://patchwork.ozlabs.org/patch/138883/) rearranged to use
qemu -machine options rather than a global to pass through the device
tree blob filename. This is based on a suggestion by Anthony in IRC;
I'm a bit sceptical myself, but anyway here's the code...

Patches 1 and 2 are pure bugfixes to the existing -machine handling
and should be applied anyway IMHO: they fix a bug where only the last
of any "-enable-kvm" and "-machine foo=bar" options have effect.

Differences between Grant's v2 and this:
 * use -machine options rather than a global
 * patch 1/2 bug fixes
 * some rearrangement/cleanup of arm_load_kernel() code

Grant Likely (1):
  arm: add device tree support

Peter Maydell (3):
  qemu-option: Add support for merged QemuOptsLists
  Make -machine/-enable-kvm options merge into a single list
  Make kernel, initrd and append be machine_opts

 Makefile.target |    1 +
 configure       |    1 +
 hw/arm-misc.h   |    1 +
 hw/arm_boot.c   |   96 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 qemu-config.c   |   17 ++++++++++
 qemu-option.c   |    7 +++-
 qemu-option.h   |    1 +
 qemu-options.hx |    9 +++++
 vl.c            |   35 ++++++++++++++------
 9 files changed, 151 insertions(+), 17 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-02-22 18:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08  5:41 [Qemu-devel] [PATCH 0/4] arm: add device tree support (via machine opts) Peter Maydell
2012-02-08  5:41 ` [Qemu-devel] [PATCH 1/4] qemu-option: Add support for merged QemuOptsLists Peter Maydell
2012-02-08  5:41 ` [Qemu-devel] [PATCH 2/4] Make -machine/-enable-kvm options merge into a single list Peter Maydell
2012-02-17  8:11   ` andrzej zaborowski
2012-02-08  5:41 ` [Qemu-devel] [PATCH 3/4] Make kernel, initrd and append be machine_opts Peter Maydell
2012-02-22 18:31   ` Anthony Liguori
2012-02-08  5:41 ` [Qemu-devel] [PATCH 4/4] arm: add device tree support Peter Maydell
2012-02-20 19:47   ` Peter Maydell
2012-02-21  9:23     ` Peter Crosthwaite
2012-02-08  8:16 ` [Qemu-devel] [PATCH 0/4] arm: add device tree support (via machine opts) Peter Crosthwaite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.