Re: [libvirt] [Xen-devel] [PATCH] libxl: Correctly initialize vcpu bitmap

2013-07-22 Thread Konrad Rzeszutek Wilk
On Mon, Jul 22, 2013 at 12:51:05PM +0200, Stefan Bader wrote: > This fixes the basic setup but there is likely more to do if things > like manual CPU hirarchy (nodes, cores, threads) to be working. > > Cross-posting to xen-devel to make sure I am doing things correctly. > > -Stefan > > > >From

Re: [libvirt] [Xen-devel] [PATCH] libxl: Correctly initialize vcpu bitmap

2013-07-23 Thread Stefan Bader
On 22.07.2013 21:39, Konrad Rzeszutek Wilk wrote: > On Mon, Jul 22, 2013 at 12:51:05PM +0200, Stefan Bader wrote: >> This fixes the basic setup but there is likely more to do if things >> like manual CPU hirarchy (nodes, cores, threads) to be working. >> >> Cross-posting to xen-devel to make sure I

Re: [libvirt] [Xen-devel] [PATCH] libxl: Correctly initialize vcpu bitmap

2013-07-23 Thread Jim Fehlig
One comment below in addition to Konrad's... Konrad Rzeszutek Wilk wrote: > On Mon, Jul 22, 2013 at 12:51:05PM +0200, Stefan Bader wrote: > >> This fixes the basic setup but there is likely more to do if things >> like manual CPU hirarchy (nodes, cores, threads) to be working. >> >> Cross-posti

Re: [libvirt] [Xen-devel] [PATCH] libxl: Correctly initialize vcpu bitmap

2013-07-24 Thread Stefan Bader
On 23.07.2013 23:20, Jim Fehlig wrote: > One comment below in addition to Konrad's... > > Konrad Rzeszutek Wilk wrote: >> On Mon, Jul 22, 2013 at 12:51:05PM +0200, Stefan Bader wrote: >> >>> This fixes the basic setup but there is likely more to do if things >>> like manual CPU hirarchy (nodes,

Re: [libvirt] [Xen-devel] [PATCH] libxl: Correctly initialize vcpu bitmap

2013-07-24 Thread Jim Fehlig
Stefan Bader wrote: > On 23.07.2013 23:20, Jim Fehlig wrote: > [...] >> You are using the driver-wide libxl_ctx in libxlDriverPrivate here, but >> should be using the per-domain libxl_ctx in libxlDomainObjPrivate >> structure IMO. >> >> It looks like libxlBuildDomainConfig, which calls libxlMake