Re: [Qemu-devel] [PATCH RFC 00/16] Rework SMP parameters

2016-07-14 Thread Andrew Jones
Eduardo, ping? I'd like to spin a v1 soon, but have been putting it off until I can get some input from you about this RFC. Thanks, drew On Fri, Jun 10, 2016 at 07:40:11PM +0200, Andrew Jones wrote: > This series is a first step in eliminating smp_* global > variables (the last patch gets rid

Re: [Qemu-devel] [PATCH RFC 00/16] Rework SMP parameters

2016-06-12 Thread Andrew Jones
On Fri, Jun 10, 2016 at 07:40:11PM +0200, Andrew Jones wrote: > This series is a first step in eliminating smp_* global > variables (the last patch gets rid of two of them!) And, it's > a first step in deprecating '-smp' in favor of using machine > properties, e.g. > qemu -machine pc,sockets=2,cor

Re: [Qemu-devel] [PATCH RFC 00/16] Rework SMP parameters

2016-06-12 Thread Andrew Jones
On Sat, Jun 11, 2016 at 08:42:14AM +0200, Thomas Huth wrote: > On 10.06.2016 19:40, Andrew Jones wrote: > > This series is a first step in eliminating smp_* global > > variables (the last patch gets rid of two of them!) And, it's > > a first step in deprecating '-smp' in favor of using machine > >

Re: [Qemu-devel] [PATCH RFC 00/16] Rework SMP parameters

2016-06-10 Thread Thomas Huth
On 10.06.2016 19:40, Andrew Jones wrote: > This series is a first step in eliminating smp_* global > variables (the last patch gets rid of two of them!) And, it's > a first step in deprecating '-smp' in favor of using machine > properties, e.g. > qemu -machine pc,sockets=2,cores=2,threads=2,maxcpu

[Qemu-devel] [PATCH RFC 00/16] Rework SMP parameters

2016-06-10 Thread Andrew Jones
This series is a first step in eliminating smp_* global variables (the last patch gets rid of two of them!) And, it's a first step in deprecating '-smp' in favor of using machine properties, e.g. qemu -machine pc,sockets=2,cores=2,threads=2,maxcpus=8,cpus=8 ... It's also a first step in allowing