[pve-devel] [PATCH] update target-x86_64.conf to rhel6.2 version

Dietmar Maurer dietmar at proxmox.com
Wed Feb 1 07:25:07 CET 2012


We currently have the following cpu type list:

# kvm -cpu ?
x86       Opteron_G3
x86       Opteron_G2
x86       Opteron_G1
x86         Westmere
x86          Nehalem
x86           Penryn
x86           Conroe
x86      cpu64-rhel5
x86      cpu64-rhel6
x86           [n270]
x86         [athlon]
x86       [pentium3]
x86       [pentium2]
x86        [pentium]
x86            [486]
x86        [coreduo]
x86          [kvm32]
x86         [qemu32]
x86          [kvm64]
x86       [core2duo]
x86         [phenom]
x86         [qemu64]

Which of those type should we enable in QemuServer.pm? We currently have:

    cpu => {
	optional => 1,
	description => "Emulated CPU type.",
	type => 'string',
	enum => [ qw(486 athlon pentium pentium2 pentium3 coreduo core2duo kvm32 kvm64 qemu32 qemu64 phenom host) ],
	default => 'qemu64',
    },

Should we simply add all of them?


> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Derumier Alexandre
> Sent: Dienstag, 31. Jänner 2012 18:14
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH] update target-x86_64.conf to rhel6.2 version
> 
> 
> Signed-off-by: Derumier Alexandre <aderumier at odiso.com>
> ---
>  debian/patches/series                              |    2 +-
>  ...ate-target-x86_64.conf-to-rhel6.2-version.patch |  157
> ++++++++++++++++++++
>  2 files changed, 158 insertions(+), 1 deletions(-)  create mode 100644
> debian/patches/update-target-x86_64.conf-to-rhel6.2-version.patch




More information about the pve-devel mailing list