qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 07/11] pc: add 1.1 machine type


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v4 07/11] pc: add 1.1 machine type
Date: Tue, 14 Feb 2012 16:11:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0

Am 06.02.2012 22:29, schrieb Hervé Poussineau:
> 
> Signed-off-by: Hervé Poussineau <address@hidden>
> ---
>  hw/pc_piix.c |   11 ++++++++++-
>  1 files changed, 10 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
> index c06f1b5..400c6b6 100644
> --- a/hw/pc_piix.c
> +++ b/hw/pc_piix.c
> @@ -371,9 +371,17 @@ static void pc_xen_hvm_init(ram_addr_t ram_size,
>  }
>  #endif
>  
> +static QEMUMachine pc_machine_v1_1 = {
> +    .name = "pc-1.1",
> +    .alias = "pc",
> +    .desc = "Standard PC",
> +    .init = pc_init_pci,
> +    .max_cpus = 255,
> +    .is_default = 1,
> +};

Now we have three defaults. :-)

I'll apply this anyway because we already do have two of them and three
doesn't really make it worse, but a patch on top would be good.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]