Re: [Qemu-devel] [PATCH 1/1] s390-cpu: qom interface for S390 cpu states array

2014-03-11 Thread Jason J. Herne
On 03/07/2014 12:03 PM, Paolo Bonzini wrote: Il 07/03/2014 17:29, Jason J. Herne ha scritto: From: "Jason J. Herne" Rename the S390 ipi_states array to cpu_states to better reflect its contents. Create machine/cpu[cpu_addr] links within the qom tree when creating a new cpu. Encapsulate the q

Re: [Qemu-devel] [PATCH 1/1] s390-cpu: qom interface for S390 cpu states array

2014-03-07 Thread Paolo Bonzini
Il 07/03/2014 17:29, Jason J. Herne ha scritto: From: "Jason J. Herne" Rename the S390 ipi_states array to cpu_states to better reflect its contents. Create machine/cpu[cpu_addr] links within the qom tree when creating a new cpu. Encapsulate the qom tree linking process and the management of

[Qemu-devel] [PATCH 1/1] s390-cpu: qom interface for S390 cpu states array

2014-03-07 Thread Jason J. Herne
From: "Jason J. Herne" Rename the S390 ipi_states array to cpu_states to better reflect its contents. Create machine/cpu[cpu_addr] links within the qom tree when creating a new cpu. Encapsulate the qom tree linking process and the management of the cpu_states array into helper functions. Signe