Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-07 Thread Michael Mueller
On Wed, 6 May 2015 14:06:16 -0300 Eduardo Habkost wrote: > On Wed, May 06, 2015 at 06:23:05PM +0200, Michael Mueller wrote: > > On Wed, 6 May 2015 08:23:32 -0300 > > Eduardo Habkost wrote: > [...] > > > > > >cpudef_init(); > > > > > > > > > > > >if (cpu_model && cpu_desc_avail() && is_h

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-06 Thread Eduardo Habkost
On Wed, May 06, 2015 at 06:23:05PM +0200, Michael Mueller wrote: > On Wed, 6 May 2015 08:23:32 -0300 > Eduardo Habkost wrote: [...] > > > > >cpudef_init(); > > > > > > > > > >if (cpu_model && cpu_desc_avail() && is_help_option(cpu_model)) { > > > > >list_cpus(stdout, &fprintf, cpu

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-06 Thread Michael Mueller
On Wed, 6 May 2015 08:23:32 -0300 Eduardo Habkost wrote: > On Wed, May 06, 2015 at 11:17:20AM +0200, Michael Mueller wrote: > > On Tue, 5 May 2015 14:41:01 -0300 > > Eduardo Habkost wrote: > > > > > On Tue, May 05, 2015 at 06:12:16PM +0200, Michael Mueller wrote: > > > > On Tue, 5 May 2015 10:5

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-06 Thread Eduardo Habkost
On Wed, May 06, 2015 at 11:17:20AM +0200, Michael Mueller wrote: > On Tue, 5 May 2015 14:41:01 -0300 > Eduardo Habkost wrote: > > > On Tue, May 05, 2015 at 06:12:16PM +0200, Michael Mueller wrote: > > > On Tue, 5 May 2015 10:55:47 -0300 > > > Eduardo Habkost wrote: > > > > > > > On Mon, Apr 27,

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-06 Thread Michael Mueller
On Tue, 5 May 2015 14:41:01 -0300 Eduardo Habkost wrote: > On Tue, May 05, 2015 at 06:12:16PM +0200, Michael Mueller wrote: > > On Tue, 5 May 2015 10:55:47 -0300 > > Eduardo Habkost wrote: > > > > > On Mon, Apr 27, 2015 at 04:53:15PM +0200, Michael Mueller wrote: > > > > This patch introduces t

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-05 Thread Eduardo Habkost
On Tue, May 05, 2015 at 06:12:16PM +0200, Michael Mueller wrote: > On Tue, 5 May 2015 10:55:47 -0300 > Eduardo Habkost wrote: > > > On Mon, Apr 27, 2015 at 04:53:15PM +0200, Michael Mueller wrote: > > > This patch introduces the function cpu_desc_avail() which returns by > > > default true if not

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-05 Thread Michael Mueller
On Tue, 5 May 2015 10:55:47 -0300 Eduardo Habkost wrote: > On Mon, Apr 27, 2015 at 04:53:15PM +0200, Michael Mueller wrote: > > This patch introduces the function cpu_desc_avail() which returns by > > default true if not architecture specific implemented. Its intention > > is to indicate if the c

Re: [Qemu-devel] [PATCH v6 01/17] Introduce stub routine cpu_desc_avail

2015-05-05 Thread Eduardo Habkost
On Mon, Apr 27, 2015 at 04:53:15PM +0200, Michael Mueller wrote: > This patch introduces the function cpu_desc_avail() which returns by > default true if not architecture specific implemented. Its intention > is to indicate if the cpu model description is available for display > by list_cpus(). Thi