All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] pc: add pc-0.15
Date: Mon, 19 Dec 2011 09:35:00 -0600	[thread overview]
Message-ID: <4EEF59A4.4020305@codemonkey.ws> (raw)
In-Reply-To: <1324305949-20960-1-git-send-email-aliguori@us.ibm.com>

On 12/19/2011 08:45 AM, Anthony Liguori wrote:
> Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>

I should add that both of these are stable candidates.  The second one in 
particular.

Regards,

Anthony Liguori

> ---
>   hw/pc_piix.c |    9 +++++++++
>   1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
> index 166c2fc..265ccb2 100644
> --- a/hw/pc_piix.c
> +++ b/hw/pc_piix.c
> @@ -321,6 +321,14 @@ static QEMUMachine pc_machine_v1_0 = {
>       .is_default = 1,
>   };
>
> +static QEMUMachine pc_machine_v0_15 = {
> +    .name = "pc-0.15",
> +    .desc = "Standard PC",
> +    .init = pc_init_pci,
> +    .max_cpus = 255,
> +    .is_default = 1,
> +};
> +
>   static QEMUMachine pc_machine_v0_14 = {
>       .name = "pc-0.14",
>       .desc = "Standard PC",
> @@ -572,6 +580,7 @@ static QEMUMachine xenfv_machine = {
>   static void pc_machine_init(void)
>   {
>       qemu_register_machine(&pc_machine_v1_0);
> +    qemu_register_machine(&pc_machine_v0_15);
>       qemu_register_machine(&pc_machine_v0_14);
>       qemu_register_machine(&pc_machine_v0_13);
>       qemu_register_machine(&pc_machine_v0_12);

      parent reply	other threads:[~2011-12-19 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-19 14:45 [Qemu-devel] [PATCH 1/2] pc: add pc-0.15 Anthony Liguori
2011-12-19 14:45 ` [Qemu-devel] [PATCH 2/2] pc: fix event_idx compatibility for virtio devices Anthony Liguori
2011-12-19 15:35 ` Anthony Liguori [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=4EEF59A4.4020305@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@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 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.