All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Qemu boot order patch series
@ 2012-10-25 14:38 Avik Sil
  2012-10-25 14:38 ` [Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific Avik Sil
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Avik Sil @ 2012-10-25 14:38 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: aliguori, agraf, david

Hi,

This patch series implements requirement 1 of the mailing list discussion [1], i.e., to allow a machine to specify if it wants a default boot order or not.

Regards,
Avik

[1] http://lists.nongnu.org/archive/html/qemu-devel/2012-10/msg02799.html

Changes v1 -> v2:
- Set default boot order for every machine
- Remove default boot order for pseries

Avik Sil (2):
  Make default boot order machine specific
  pseries: set no default boot order

 hw/alpha_dp264.c              |  1 +
 hw/an5206.c                   |  1 +
 hw/axis_dev88.c               |  1 +
 hw/boards.h                   |  2 ++
 hw/collie.c                   |  1 +
 hw/dummy_m68k.c               |  1 +
 hw/exynos4_boards.c           |  2 ++
 hw/gumstix.c                  |  2 ++
 hw/highbank.c                 |  1 +
 hw/integratorcp.c             |  1 +
 hw/kzm.c                      |  1 +
 hw/leon3.c                    |  1 +
 hw/lm32_boards.c              |  2 ++
 hw/mainstone.c                |  1 +
 hw/mcf5208.c                  |  1 +
 hw/milkymist.c                |  1 +
 hw/mips_fulong2e.c            |  1 +
 hw/mips_jazz.c                |  2 ++
 hw/mips_malta.c               |  1 +
 hw/mips_mipssim.c             |  1 +
 hw/mips_r4k.c                 |  1 +
 hw/musicpal.c                 |  1 +
 hw/nseries.c                  |  2 ++
 hw/null-machine.c             |  1 +
 hw/omap_sx1.c                 |  2 ++
 hw/openrisc_sim.c             |  1 +
 hw/palm.c                     |  1 +
 hw/pc_piix.c                  | 13 ++++++++++++-
 hw/petalogix_ml605_mmu.c      |  1 +
 hw/petalogix_s3adsp1800_mmu.c |  1 +
 hw/ppc/e500plat.c             |  1 +
 hw/ppc/mpc8544ds.c            |  1 +
 hw/ppc405_boards.c            |  2 ++
 hw/ppc440_bamboo.c            |  1 +
 hw/ppc_newworld.c             |  1 +
 hw/ppc_oldworld.c             |  1 +
 hw/ppc_prep.c                 |  1 +
 hw/puv3.c                     |  1 +
 hw/r2d.c                      |  1 +
 hw/realview.c                 |  4 ++++
 hw/s390-virtio.c              |  1 +
 hw/shix.c                     |  1 +
 hw/spapr.c                    |  4 +++-
 hw/spitz.c                    |  4 ++++
 hw/stellaris.c                |  2 ++
 hw/sun4m.c                    | 12 ++++++++++++
 hw/sun4u.c                    |  3 +++
 hw/tosa.c                     |  1 +
 hw/versatilepb.c              |  2 ++
 hw/vexpress.c                 |  2 ++
 hw/virtex_ml507.c             |  1 +
 hw/xen_machine_pv.c           |  2 +-
 hw/xilinx_zynq.c              |  1 +
 hw/xtensa_lx60.c              |  2 ++
 hw/xtensa_sim.c               |  1 +
 hw/z2.c                       |  1 +
 qemu-config.c                 |  6 +++++-
 vl.c                          | 13 +++++++++----
 58 files changed, 114 insertions(+), 8 deletions(-)

-- 
1.7.11.4

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

end of thread, other threads:[~2012-12-05 17:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 14:38 [Qemu-devel] [PATCH v2 0/2] Qemu boot order patch series Avik Sil
2012-10-25 14:38 ` [Qemu-devel] [PATCH v2 1/2] Make default boot order machine specific Avik Sil
2012-10-25 17:01   ` Peter Maydell
2012-10-25 20:18     ` Anthony Liguori
2012-10-25 20:50       ` Peter Maydell
2012-10-25 20:57         ` Alexander Graf
2012-10-26 11:45           ` [Qemu-devel] [Qemu-ppc] " Alexander Graf
2012-11-05 11:34             ` Avik Sil
2012-11-23 16:52               ` Alexander Graf
2012-11-27 17:24                 ` Avik Sil
2012-12-05 17:05             ` Avik Sil
2012-10-29  2:41         ` David Gibson
2012-10-29  0:15     ` David Gibson
2012-10-25 14:38 ` [Qemu-devel] [PATCH v2 2/2] pseries: set no default boot order Avik Sil
2012-10-25 16:49 ` [Qemu-devel] [PATCH v2 0/2] Qemu boot order patch series Alexander Graf

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.