qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Avik Sil <aviksil@linux.vnet.ibm.com>
To: Avik Sil <aviksil@linux.vnet.ibm.com>
Cc: aliguori@us.ibm.com, david@gibson.dropbear.id.au,
	qemu-ppc@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v3 REBASE 0/2] Qemu boot order patch series
Date: Tue, 15 Jan 2013 06:51:04 +0530	[thread overview]
Message-ID: <50F4AF00.7070200@linux.vnet.ibm.com> (raw)
In-Reply-To: <1357628791-11974-1-git-send-email-aviksil@linux.vnet.ibm.com>

Hi Anthony,

Can you please merge it before 1.4 soft feature freeze?

Regaqrds,
Avik

On 01/08/2013 12:36 PM, Avik Sil wrote:
> Hi,
> 
> This patch series allows a machine to specify if it wants a default boot order or not.
> 
> Regards,
> Avik
> 
> Changes v2 -> v3:
> - Implement boot_order as per Anthony's suggestion in http://lists.nongnu.org/archive/html/qemu-ppc/2012-10/msg00274.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                   |  4 ++++
>  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              |  6 ++++--
>  hw/mainstone.c                |  1 +
>  hw/mcf5208.c                  |  1 +
>  hw/milkymist.c                |  3 ++-
>  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      |  3 ++-
>  hw/petalogix_s3adsp1800_mmu.c |  3 ++-
>  hw/ppc/e500plat.c             |  1 +
>  hw/ppc/mpc8544ds.c            |  1 +
>  hw/ppc405_boards.c            |  1 +
>  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                    |  5 ++++-
>  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           |  1 +
>  hw/xilinx_zynq.c              |  3 ++-
>  hw/xtensa_lx60.c              |  2 ++
>  hw/xtensa_sim.c               |  1 +
>  hw/z2.c                       |  1 +
>  vl.c                          |  6 ++++--
>  57 files changed, 113 insertions(+), 9 deletions(-)
> 

      parent reply	other threads:[~2013-01-15  1:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08  7:06 [Qemu-devel] [PATCH v3 REBASE 0/2] Qemu boot order patch series Avik Sil
2013-01-08  7:06 ` [Qemu-devel] [PATCH v3 REBASE 1/2] Make default boot order machine specific Avik Sil
2013-01-08  7:06 ` [Qemu-devel] [PATCH v3 REBASE 2/2] pseries: set no default boot order Avik Sil
2013-01-08  7:14   ` Alexander Graf
2013-01-15  1:21 ` Avik Sil [this message]

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=50F4AF00.7070200@linux.vnet.ibm.com \
    --to=aviksil@linux.vnet.ibm.com \
    --cc=agraf@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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).