Re: [Libvir] Re: Proposal : add 3 functions to Libvirt API, for virtual CPUs

2006-07-29 Thread Daniel P. Berrange
On Fri, Jul 28, 2006 at 03:18:17PM -0600, Jim Fehlig wrote: Has any progress been made on this proposal? I don't see anything in current CVS. This functionality would be useful for Xen-CIM project. IIRC Michel Ponceau might have started on some prototype code, but he didn't post it to the

Re: [Libvir] Re: Proposal : add 3 functions to Libvirt API, for virtual CPUs

2006-07-28 Thread Jim Fehlig
Has any progress been made on this proposal? I don't see anything in current CVS. This functionality would be useful for Xen-CIM project. Regards, Jim [EMAIL PROTECTED] wrote: Corrections on proposal: 1) PinVcpus Replace: * @cpumap: pointer to a bit map of real CPUs (format in

Re: [Libvir] Re: Proposal : add 3 functions to Libvirt API, for virtual CPUs

2006-07-17 Thread Daniel P. Berrange
On Mon, Jul 17, 2006 at 01:50:25PM +0100, Daniel P. Berrange wrote: On Tue, Jul 11, 2006 at 10:50:53AM -0400, Daniel Veillard wrote: On Tue, Jul 11, 2006 at 04:14:12PM +0200, [EMAIL PROTECTED] wrote: Hum, I could see compilers righteously complaining about unsigned char cpumap[];

[Libvir] Re: Proposal : add 3 functions to Libvirt API, for virtual CPUs

2006-07-11 Thread Daniel Veillard
On Tue, Jul 11, 2006 at 05:29:52PM +0200, [EMAIL PROTECTED] wrote: 2) CPU map cut into standard + extension : It would be more simple to let each Libvirt user modify the value of VIR_MAX_CPUS in private libvirt.h. It could be similar to the version number update, from libvirt.h.in to

Re: [Libvir] Re: Proposal : add 3 functions to Libvirt API, for virtual CPUs

2006-07-10 Thread Daniel P. Berrange
On Mon, Jul 10, 2006 at 12:44:34PM -0400, Daniel Veillard wrote: /** * virDomainGetVcpus: * @domain: pointer to domain object, or NULL for Domain0 * @info: pointer to an array of virVcpuInfo structures * @maxinfo: number of structures in info array * * Extract information