Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-27 Thread Igor Mammedov
On Wed, 27 Feb 2013 08:52:50 +0100 Jan Kiszka wrote: > On 2013-02-27 08:37, Igor Mammedov wrote: > > On Wed, 27 Feb 2013 00:26:38 -0300 > > Eduardo Habkost wrote: > > > >> On Tue, Feb 26, 2013 at 10:57:56PM +0100, Igor Mammedov wrote: > >>> On Sat, 23 Feb 2013 16:45:00 +0100 > >>> Jan Kiszka w

Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-27 Thread Andreas Färber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 27.02.2013 08:52, schrieb Jan Kiszka: > On 2013-02-27 08:37, Igor Mammedov wrote: >> On Wed, 27 Feb 2013 00:26:38 -0300 Eduardo Habkost >> wrote: >> >>> On Tue, Feb 26, 2013 at 10:57:56PM +0100, Igor Mammedov wrote: On Sat, 23 Feb 2013 16:45:

Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-26 Thread Jan Kiszka
On 2013-02-27 08:37, Igor Mammedov wrote: > On Wed, 27 Feb 2013 00:26:38 -0300 > Eduardo Habkost wrote: > >> On Tue, Feb 26, 2013 at 10:57:56PM +0100, Igor Mammedov wrote: >>> On Sat, 23 Feb 2013 16:45:00 +0100 >>> Jan Kiszka wrote: >>> From: Jan Kiszka Several issues fixed:

Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-26 Thread Igor Mammedov
On Wed, 27 Feb 2013 00:26:38 -0300 Eduardo Habkost wrote: > On Tue, Feb 26, 2013 at 10:57:56PM +0100, Igor Mammedov wrote: > > On Sat, 23 Feb 2013 16:45:00 +0100 > > Jan Kiszka wrote: > > > > > From: Jan Kiszka > > > > > > Several issues fixed: > > > - We were missing a bunch of feature list

Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-26 Thread Eduardo Habkost
On Tue, Feb 26, 2013 at 10:57:56PM +0100, Igor Mammedov wrote: > On Sat, 23 Feb 2013 16:45:00 +0100 > Jan Kiszka wrote: > > > From: Jan Kiszka > > > > Several issues fixed: > > - We were missing a bunch of feature lists. Fix this by simply dumping > >the meta list feature_word_info. > > -

Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-26 Thread Igor Mammedov
On Sat, 23 Feb 2013 16:45:00 +0100 Jan Kiszka wrote: > From: Jan Kiszka > > Several issues fixed: > - We were missing a bunch of feature lists. Fix this by simply dumping >the meta list feature_word_info. > - kvm_enabled() cannot be true at this point because accelerators are >initial

Re: [Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-26 Thread Eduardo Habkost
On Sat, Feb 23, 2013 at 04:45:00PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Several issues fixed: > - We were missing a bunch of feature lists. Fix this by simply dumping >the meta list feature_word_info. > - kvm_enabled() cannot be true at this point because accelerators are >in

[Qemu-devel] [PATCH] target-i386: Improve x86_cpu_list output

2013-02-23 Thread Jan Kiszka
From: Jan Kiszka Several issues fixed: - We were missing a bunch of feature lists. Fix this by simply dumping the meta list feature_word_info. - kvm_enabled() cannot be true at this point because accelerators are initialized much later during init. Simply dump unconditionally. - Add expl