From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= Subject: Re: [uq/master PATCH 5/7] target-i386: Call x86_cpu_load_def() earlier Date: Mon, 10 Feb 2014 01:13:25 +0100 Message-ID: <52F819A5.8070901@suse.de> References: <1391111339-6958-1-git-send-email-ehabkost@redhat.com> <1391111339-6958-6-git-send-email-ehabkost@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Cc: libvir-list@redhat.com, Igor Mammedov , Jiri Denemark , kvm@vger.kernel.org, Paolo Bonzini To: Eduardo Habkost , qemu-devel@nongnu.org Return-path: In-Reply-To: <1391111339-6958-6-git-send-email-ehabkost@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org Am 30.01.2014 20:48, schrieb Eduardo Habkost: > As we will initialize the X86CPU fields on instance_init eventually, > move the code that initializes the X86CPU data based on the CPU model > name closer to the object_new() call. >=20 > Signed-off-by: Eduardo Habkost Thanks, applied to qom-cpu: https://github.com/afaerber/qemu-cpu/commits/qom-cpu Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCeVF-0006TI-Oe for qemu-devel@nongnu.org; Sun, 09 Feb 2014 19:13:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCeV9-0007sO-T0 for qemu-devel@nongnu.org; Sun, 09 Feb 2014 19:13:37 -0500 Received: from cantor2.suse.de ([195.135.220.15]:59168 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCeV9-0007rO-Mx for qemu-devel@nongnu.org; Sun, 09 Feb 2014 19:13:31 -0500 Message-ID: <52F819A5.8070901@suse.de> Date: Mon, 10 Feb 2014 01:13:25 +0100 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1391111339-6958-1-git-send-email-ehabkost@redhat.com> <1391111339-6958-6-git-send-email-ehabkost@redhat.com> In-Reply-To: <1391111339-6958-6-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [uq/master PATCH 5/7] target-i386: Call x86_cpu_load_def() earlier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: libvir-list@redhat.com, Igor Mammedov , Jiri Denemark , kvm@vger.kernel.org, Paolo Bonzini Am 30.01.2014 20:48, schrieb Eduardo Habkost: > As we will initialize the X86CPU fields on instance_init eventually, > move the code that initializes the X86CPU data based on the CPU model > name closer to the object_new() call. >=20 > Signed-off-by: Eduardo Habkost Thanks, applied to qom-cpu: https://github.com/afaerber/qemu-cpu/commits/qom-cpu Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg