[PATCH 02/16] adapt lguest launcher to per-cpuness

2008-01-07 Thread Glauber de Oliveira Costa
This patch makes uses of pread() and pwrite() in lguest launcher to communicate the vcpu id to the lguest driver. The id is kept in a thread variable, which means we'll span in the future, vcpus as threads. But right now, only the infrastructure is out there. Signed-off-by: Glauber de Oliveira

[PATCH 02/16] adapt lguest launcher to per-cpuness

2008-01-07 Thread Glauber de Oliveira Costa
This patch makes uses of pread() and pwrite() in lguest launcher to communicate the vcpu id to the lguest driver. The id is kept in a thread variable, which means we'll span in the future, vcpus as threads. But right now, only the infrastructure is out there. Signed-off-by: Glauber de Oliveira

Re: [PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-26 Thread Rusty Russell
On Thursday 27 December 2007 01:24:10 Steven Rostedt wrote: > On Wed, 26 Dec 2007, Rusty Russell wrote: > > On Friday 21 December 2007 00:33:42 Glauber de Oliveira Costa wrote: > > > + if (!vcpu_id) { > > > + /* > > > + * Service input, then unset the BREAK

Re: [PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-26 Thread Steven Rostedt
On Wed, 26 Dec 2007, Rusty Russell wrote: > On Friday 21 December 2007 00:33:42 Glauber de Oliveira Costa wrote: > > + if (!vcpu_id) { > > + /* > > +* Service input, then unset the BREAK to > > +* release the Waker. > > +

Re: [PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-26 Thread Steven Rostedt
On Wed, 26 Dec 2007, Rusty Russell wrote: On Friday 21 December 2007 00:33:42 Glauber de Oliveira Costa wrote: + if (!vcpu_id) { + /* +* Service input, then unset the BREAK to +* release the Waker. +

Re: [PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-26 Thread Rusty Russell
On Thursday 27 December 2007 01:24:10 Steven Rostedt wrote: On Wed, 26 Dec 2007, Rusty Russell wrote: On Friday 21 December 2007 00:33:42 Glauber de Oliveira Costa wrote: + if (!vcpu_id) { + /* + * Service input, then unset the BREAK to +

Re: [PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-25 Thread Rusty Russell
On Friday 21 December 2007 00:33:42 Glauber de Oliveira Costa wrote: > + if (!vcpu_id) { > + /* > + * Service input, then unset the BREAK to > + * release the Waker. > + */ > +

Re: [PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-25 Thread Rusty Russell
On Friday 21 December 2007 00:33:42 Glauber de Oliveira Costa wrote: + if (!vcpu_id) { + /* + * Service input, then unset the BREAK to + * release the Waker. + */ +

[PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-20 Thread Glauber de Oliveira Costa
This patch makes uses of pread() and pwrite() in lguest launcher to communicate the vcpu id to the lguest driver. The id is kept in a thread variable, which means we'll span in the future, vcpus as threads. But right now, only the infrastructure is out there. Signed-off-by: Glauber de Oliveira

[PATCH 02/16] adapt lguest launcher to per-cpuness

2007-12-20 Thread Glauber de Oliveira Costa
This patch makes uses of pread() and pwrite() in lguest launcher to communicate the vcpu id to the lguest driver. The id is kept in a thread variable, which means we'll span in the future, vcpus as threads. But right now, only the infrastructure is out there. Signed-off-by: Glauber de Oliveira