qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Vlad Yasevich <vyasevic@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Anthony Liguori" <aliguori@amazon.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2] pc: add 1.8 machine type
Date: Fri, 15 Nov 2013 10:27:49 -0500	[thread overview]
Message-ID: <52863D75.4020307@redhat.com> (raw)
In-Reply-To: <20131114103753.GA15291@redhat.com>

On 11/14/2013 05:37 AM, Michael S. Tsirkin wrote:

>
> -#define PC_Q35_1_7_MACHINE_OPTIONS PC_Q35_MACHINE_OPTIONS
> +#define PC_Q35_1_8_MACHINE_OPTIONS PC_Q35_MACHINE_OPTIONS
> +
> +static QEMUMachine pc_q35_machine_v1_8 = {
> +    PC_Q35_1_8_MACHINE_OPTIONS,
> +    .name = "pc-q35-1.8",
> +    .alias = "q35",
> +    .init = pc_q35_init,
> +};
> +
> +#define PC_Q35_1_7_MACHINE_OPTIONS PC_Q35_1_8_MACHINE_OPTIONS
>
>   static QEMUMachine pc_q35_machine_v1_7 = {
>       PC_Q35_1_7_MACHINE_OPTIONS,
>       .name = "pc-q35-1.7",
>       .alias = "q35",
> -    .init = pc_q35_init,
> +    .init = pc_q35_init_1_7,
>   };
>
Hi Michael

Shouldn't the '.alias' be removed from the 1.7 machine?

Thanks
-vlad

> -#define PC_Q35_1_6_MACHINE_OPTIONS PC_Q35_MACHINE_OPTIONS
> +#define PC_Q35_1_6_MACHINE_OPTIONS PC_Q35_1_7_MACHINE_OPTIONS
>
>   static QEMUMachine pc_q35_machine_v1_6 = {
>       PC_Q35_1_6_MACHINE_OPTIONS,
> @@ -313,6 +333,7 @@ static QEMUMachine pc_q35_machine_v1_4 = {
>
>   static void pc_q35_machine_init(void)
>   {
> +    qemu_register_machine(&pc_q35_machine_v1_8);
>       qemu_register_machine(&pc_q35_machine_v1_7);
>       qemu_register_machine(&pc_q35_machine_v1_6);
>       qemu_register_machine(&pc_q35_machine_v1_5);
>

  parent reply	other threads:[~2013-11-15 15:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14 10:37 [Qemu-devel] [PATCH v2] pc: add 1.8 machine type Michael S. Tsirkin
2013-11-14 10:39 ` Paolo Bonzini
2013-11-15 15:27 ` Vlad Yasevich [this message]
2013-12-05 17:53 ` Paolo Bonzini
2013-12-05 19:16   ` Eric Blake
2013-12-08 11:21   ` Michael S. Tsirkin
2013-12-09  8:38     ` Paolo Bonzini
2013-12-09 10:24       ` Michael S. Tsirkin
2013-12-09 10:49         ` Paolo Bonzini
2013-12-09 11:05           ` Michael S. Tsirkin
2013-12-10  9:47           ` Gerd Hoffmann

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=52863D75.4020307@redhat.com \
    --to=vyasevic@redhat.com \
    --cc=afaerber@suse.de \
    --cc=aliguori@amazon.com \
    --cc=ehabkost@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@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 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).