qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 21/22] machine: convert pc machines to split cor


From: Jes Sorensen
Subject: Re: [Qemu-devel] [PATCH 21/22] machine: convert pc machines to split core vs machine API
Date: Wed, 09 Jun 2010 09:51:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4

On 06/08/10 01:52, Anthony Liguori wrote:
> +static QemuOptValue pc_machine_v0_11[] = {
> +    QOPT_VALUE("name", "pc-0.11"),
> +    QOPT_VALUE("desc", "Standard PC, qemu 0.11"),
> +    QOPT_VALUE("acpi", "on"),
> +    QOPT_VALUE("pci", "on"),
> +    QOPT_VALUE("cpu", PC_DEFAULT_CPU_MODEL),
> +    QOPT_VALUE("max_cpus", "255"),
> +    QOPT_COMPAT_INT("virtio-blk-pci", "vectors", 0),
> +    QOPT_COMPAT_INT("virtio-serial-pci", "max_nr_ports", 1),
> +    QOPT_COMPAT_INT("virtio-serial-pci", "vectors", 0),
> +    QOPT_COMPAT("ide-drive", "ver", "0.11"),
> +    QOPT_COMPAT("scsi-disk", "ver", "0.11"),
> +    QOPT_COMPAT_INT("PCI", "rombar", 0),
> +    { /* end of list */ }
>  };

For v11 and older, you might want to change max_cpus to what the BIOS we
supported back then actually was able to run with, ie. 15.

Cheers,
Jes



reply via email to

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