Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-13 Thread Eduardo Habkost
On Wed, Aug 01, 2012 at 01:53:51PM -0500, Anthony Liguori wrote: > Eduardo Habkost writes: > > > This makes the change we discussed on the latest KVM conf call[1], moving > > the > > existing cpudefs from cpus-x86_64.conf to the C code. > > > > The config file data was converted to C using a scr

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-02 Thread Eduardo Habkost
On Wed, Aug 01, 2012 at 11:53:51PM +0200, Andreas Färber wrote: > Am 01.08.2012 22:27, schrieb Eduardo Habkost: > > On Wed, Aug 01, 2012 at 10:04:50PM +0200, Andreas Färber wrote: > >> Am 01.08.2012 20:45, schrieb Eduardo Habkost: > >>> This makes the change we discussed on the latest KVM conf call

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-02 Thread Eduardo Habkost
On Wed, Aug 01, 2012 at 03:41:56PM -0500, Anthony Liguori wrote: > Eduardo Habkost writes: > > > On Wed, Aug 01, 2012 at 10:04:50PM +0200, Andreas Färber wrote: > >> Am 01.08.2012 20:45, schrieb Eduardo Habkost: > >> > This makes the change we discussed on the latest KVM conf call[1], > >> > mov

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-02 Thread Igor Mammedov
On 08/01/2012 11:53 PM, Andreas Färber wrote: Am 01.08.2012 22:27, schrieb Eduardo Habkost: On Wed, Aug 01, 2012 at 10:04:50PM +0200, Andreas Färber wrote: Am 01.08.2012 20:45, schrieb Eduardo Habkost: This makes the change we discussed on the latest KVM conf call[1], moving the existing cpude

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-01 Thread Andreas Färber
Am 01.08.2012 22:27, schrieb Eduardo Habkost: > On Wed, Aug 01, 2012 at 10:04:50PM +0200, Andreas Färber wrote: >> Am 01.08.2012 20:45, schrieb Eduardo Habkost: >>> This makes the change we discussed on the latest KVM conf call[1], moving >>> the >>> existing cpudefs from cpus-x86_64.conf to the C

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-01 Thread Anthony Liguori
Eduardo Habkost writes: > On Wed, Aug 01, 2012 at 10:04:50PM +0200, Andreas Färber wrote: >> Am 01.08.2012 20:45, schrieb Eduardo Habkost: >> > This makes the change we discussed on the latest KVM conf call[1], moving >> > the >> > existing cpudefs from cpus-x86_64.conf to the C code. >> > >> >

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-01 Thread Eduardo Habkost
On Wed, Aug 01, 2012 at 10:04:50PM +0200, Andreas Färber wrote: > Am 01.08.2012 20:45, schrieb Eduardo Habkost: > > This makes the change we discussed on the latest KVM conf call[1], moving > > the > > existing cpudefs from cpus-x86_64.conf to the C code. > > > > The config file data was converte

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-01 Thread Andreas Färber
Am 01.08.2012 20:45, schrieb Eduardo Habkost: > This makes the change we discussed on the latest KVM conf call[1], moving the > existing cpudefs from cpus-x86_64.conf to the C code. > > The config file data was converted to C using a script, available at: > https://gist.github.com/3229602 > > Exc

Re: [Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-01 Thread Anthony Liguori
Eduardo Habkost writes: > This makes the change we discussed on the latest KVM conf call[1], moving the > existing cpudefs from cpus-x86_64.conf to the C code. > > The config file data was converted to C using a script, available at: > https://gist.github.com/3229602 > > Except by the extra squar

[Qemu-devel] [PATCH 0/3] Move CPU model definitions to C

2012-08-01 Thread Eduardo Habkost
This makes the change we discussed on the latest KVM conf call[1], moving the existing cpudefs from cpus-x86_64.conf to the C code. The config file data was converted to C using a script, available at: https://gist.github.com/3229602 Except by the extra square brackets around the CPU model names