Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-24 Thread Igor Mammedov
On Mon, 23 Jan 2017 13:03:50 -0200 Eduardo Habkost wrote: > On Mon, Jan 23, 2017 at 12:20:33PM +0530, Bharata B Rao wrote: > > On Thu, Jan 19, 2017 at 04:04:23PM +0100, Igor Mammedov wrote: > > > On Wed, 18 Jan 2017 16:57:13 -0200 > > > Eduardo Habkost wrote: > > > > > > > On Wed, Jan 18, 2

Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-23 Thread Eduardo Habkost
On Mon, Jan 23, 2017 at 12:20:33PM +0530, Bharata B Rao wrote: > On Thu, Jan 19, 2017 at 04:04:23PM +0100, Igor Mammedov wrote: > > On Wed, 18 Jan 2017 16:57:13 -0200 > > Eduardo Habkost wrote: > > > > > On Wed, Jan 18, 2017 at 06:13:24PM +0100, Igor Mammedov wrote: > > > > it will allow generic

Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-22 Thread Bharata B Rao
On Thu, Jan 19, 2017 at 04:04:23PM +0100, Igor Mammedov wrote: > On Wed, 18 Jan 2017 16:57:13 -0200 > Eduardo Habkost wrote: > > > On Wed, Jan 18, 2017 at 06:13:24PM +0100, Igor Mammedov wrote: > > > it will allow generic numa code to set cpu to numa node mapping > > > in target independent manne

Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-19 Thread Igor Mammedov
On Wed, 18 Jan 2017 16:57:13 -0200 Eduardo Habkost wrote: > On Wed, Jan 18, 2017 at 06:13:24PM +0100, Igor Mammedov wrote: > > it will allow generic numa code to set cpu to numa node mapping > > in target independent manner in the next patch. > > > > Signed-off-by: Igor Mammedov > > --- > > hw

Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-19 Thread Igor Mammedov
On Wed, 18 Jan 2017 16:27:21 -0200 Eduardo Habkost wrote: > On Wed, Jan 18, 2017 at 06:13:24PM +0100, Igor Mammedov wrote: > > it will allow generic numa code to set cpu to numa node mapping > > in target independent manner in the next patch. > > > > Signed-off-by: Igor Mammedov > > This loo

Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-18 Thread Eduardo Habkost
On Wed, Jan 18, 2017 at 06:13:24PM +0100, Igor Mammedov wrote: > it will allow generic numa code to set cpu to numa node mapping > in target independent manner in the next patch. > > Signed-off-by: Igor Mammedov > --- > hw/i386/pc.c | 56 >

Re: [Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-18 Thread Eduardo Habkost
On Wed, Jan 18, 2017 at 06:13:24PM +0100, Igor Mammedov wrote: > it will allow generic numa code to set cpu to numa node mapping > in target independent manner in the next patch. > > Signed-off-by: Igor Mammedov This looks like a creative way to abuse the QOM property system. What's the problem

[Qemu-devel] [RFC 08/13] pc: add writeonly 'cpu' property to PCMachine

2017-01-18 Thread Igor Mammedov
it will allow generic numa code to set cpu to numa node mapping in target independent manner in the next patch. Signed-off-by: Igor Mammedov --- hw/i386/pc.c | 56 1 file changed, 56 insertions(+) diff --git a/hw/i386/pc.c b/hw/i386/pc.c