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

2013-03-24 Thread Andreas Färber
Am 27.02.2013 10:37, schrieb Jan Kiszka: > On 2013-02-27 10:33, Andreas Färber wrote: >> Am 27.02.2013 10:15, schrieb 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

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

2013-02-27 Thread Jan Kiszka
On 2013-02-27 10:33, Andreas Färber wrote: > Am 27.02.2013 10:15, schrieb 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

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

2013-02-27 Thread Andreas Färber
Am 27.02.2013 10:15, schrieb 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. Also, hi

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

2013-02-27 Thread Igor Mammedov
On Wed, 27 Feb 2013 10:15:51 +0100 Jan Kiszka wrote: > 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

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

2013-02-27 Thread 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. Also, hiding this makes it very hard to discover for use