From: Anthony Liguori <anthony@codemonkey.ws>
To: Amit Shah <amit.shah@redhat.com>
Cc: qemu-devel@nongnu.org, kraxel@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 1/3] pc: Bump up pc version to 0.13 and add a 0.12 compat version
Date: Fri, 19 Feb 2010 15:48:46 -0600 [thread overview]
Message-ID: <4B7F073E.5060901@codemonkey.ws> (raw)
In-Reply-To: <1266246836-19932-1-git-send-email-amit.shah@redhat.com>
On 02/15/2010 09:13 AM, Amit Shah wrote:
> The version 0.13 will be the new default and compatibility options will
> be added to the 0.12 version.
>
> Signed-off-by: Amit Shah<amit.shah@redhat.com>
>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> v2: register the 0.12 version in this patch instead of the next one.
>
> hw/pc.c | 10 +++++++++-
> 1 files changed, 9 insertions(+), 1 deletions(-)
>
> diff --git a/hw/pc.c b/hw/pc.c
> index 6fbe98b..c27ad0f 100644
> --- a/hw/pc.c
> +++ b/hw/pc.c
> @@ -1052,7 +1052,7 @@ void cmos_set_s3_resume(void)
> }
>
> static QEMUMachine pc_machine = {
> - .name = "pc-0.12",
> + .name = "pc-0.13",
> .alias = "pc",
> .desc = "Standard PC",
> .init = pc_init_pci,
> @@ -1060,6 +1060,13 @@ static QEMUMachine pc_machine = {
> .is_default = 1,
> };
>
> +static QEMUMachine pc_machine_v0_12 = {
> + .name = "pc-0.12",
> + .desc = "Standard PC",
> + .init = pc_init_pci,
> + .max_cpus = 255,
> +};
> +
> static QEMUMachine pc_machine_v0_11 = {
> .name = "pc-0.11",
> .desc = "Standard PC, qemu 0.11",
> @@ -1136,6 +1143,7 @@ static QEMUMachine isapc_machine = {
> static void pc_machine_init(void)
> {
> qemu_register_machine(&pc_machine);
> + qemu_register_machine(&pc_machine_v0_12);
> qemu_register_machine(&pc_machine_v0_11);
> qemu_register_machine(&pc_machine_v0_10);
> qemu_register_machine(&isapc_machine);
>
prev parent reply other threads:[~2010-02-19 21:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-15 15:13 [Qemu-devel] [PATCH v2 1/3] pc: Bump up pc version to 0.13 and add a 0.12 compat version Amit Shah
2010-02-15 15:13 ` [Qemu-devel] [PATCH v2 2/3] pc: Add backward compatibility options for virtio-serial Amit Shah
2010-02-15 15:13 ` [Qemu-devel] [PATCH v2 3/3] virtio-serial: don't set MULTIPORT for 1 port dev Amit Shah
2010-02-15 15:24 ` [Qemu-devel] Re: [PATCH v2 1/3] pc: Bump up pc version to 0.13 and add a 0.12 compat version Gerd Hoffmann
2010-02-19 21:48 ` 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=4B7F073E.5060901@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=amit.shah@redhat.com \
--cc=kraxel@redhat.com \
--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 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.