Re: [Xen-devel] [PATCH RFC 7/8] libxl: introduce topology fields

2016-03-02 Thread Joao Martins
On 02/25/2016 04:29 PM, Wei Liu wrote: > On Mon, Feb 22, 2016 at 09:02:13PM +, Joao Martins wrote: >> Currently there is "smt" option that changes from a flat core topology >> to a core+thread topology. This patch adds more expressive options for >> describing the topology as seen by the guest

Re: [Xen-devel] [PATCH RFC 7/8] libxl: introduce topology fields

2016-02-25 Thread Wei Liu
On Mon, Feb 22, 2016 at 09:02:13PM +, Joao Martins wrote: > Currently there is "smt" option that changes from a flat core topology > to a core+thread topology. This patch adds more expressive options for > describing the topology as seen by the guest i.e. sockets, cores and > threads to adjust

[Xen-devel] [PATCH RFC 7/8] libxl: introduce topology fields

2016-02-22 Thread Joao Martins
Currently there is "smt" option that changes from a flat core topology to a core+thread topology. This patch adds more expressive options for describing the topology as seen by the guest i.e. sockets, cores and threads to adjust cpu topology as seen by the guest. Signed-off-by: Joao Martins --- C