Re: [Qemu-devel] [PATCH 0/9] refactor cpu topo into machine properties

2019-04-08 Thread Like Xu
On 2019/4/8 21:26, Igor Mammedov wrote: On Thu, 4 Apr 2019 11:26:09 +0800 Like Xu wrote: On 2019/3/29 18:21, Igor Mammedov wrote: On Fri, 29 Mar 2019 16:48:36 +0800 Like Xu wrote: This patch series make existing cores/threads/sockets into machine properties and get rid of global variabl

Re: [Qemu-devel] [PATCH 0/9] refactor cpu topo into machine properties

2019-04-08 Thread Igor Mammedov
On Thu, 4 Apr 2019 11:26:09 +0800 Like Xu wrote: > On 2019/3/29 18:21, Igor Mammedov wrote: > > On Fri, 29 Mar 2019 16:48:36 +0800 > > Like Xu wrote: > > > >> This patch series make existing cores/threads/sockets into machine > >> properties and get rid of global variables they use currently.

Re: [Qemu-devel] [PATCH 0/9] refactor cpu topo into machine properties

2019-04-03 Thread Like Xu
On 2019/3/29 18:21, Igor Mammedov wrote: On Fri, 29 Mar 2019 16:48:36 +0800 Like Xu wrote: This patch series make existing cores/threads/sockets into machine properties and get rid of global variables they use currently. Thanks for looking into it! Its long overdue and rather desired conversi

Re: [Qemu-devel] [PATCH 0/9] refactor cpu topo into machine properties

2019-03-29 Thread Igor Mammedov
On Fri, 29 Mar 2019 16:48:36 +0800 Like Xu wrote: > This patch series make existing cores/threads/sockets into machine > properties and get rid of global variables they use currently. Thanks for looking into it! Its long overdue and rather desired conversion (albeit naive one, but this series is

Re: [Qemu-devel] [PATCH 0/9] refactor cpu topo into machine properties

2019-03-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1553849325-44201-1-git-send-email-like...@linux.intel.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[Qemu-devel] [PATCH 0/9] refactor cpu topo into machine properties

2019-03-29 Thread Like Xu
This patch series make existing cores/threads/sockets into machine properties and get rid of global variables they use currently. Like Xu (9): cpu/topology: add struct CpuTopology to MachineState cpu/topology: add general support for machine properties cpu/topology: add uncommon arch support