[PATCH 01/16] introduce vcpu struct

2008-01-07 Thread Glauber de Oliveira Costa
this patch introduces a vcpu struct for lguest. In upcoming patches, more and more fields will be moved from the lguest struct to the vcpu Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- drivers/lguest/lg.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)

[PATCH 01/16] introduce vcpu struct

2008-01-07 Thread Glauber de Oliveira Costa
this patch introduces a vcpu struct for lguest. In upcoming patches, more and more fields will be moved from the lguest struct to the vcpu Signed-off-by: Glauber de Oliveira Costa [EMAIL PROTECTED] --- drivers/lguest/lg.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff

Re: [PATCH 01/16] introduce vcpu struct

2007-12-25 Thread Rusty Russell
On Friday 21 December 2007 00:33:41 Glauber de Oliveira Costa wrote: > this patch introduces a vcpu struct for lguest. In upcoming patches, > more and more fields will be moved from the lguest struct to the vcpu Hi Glommer, > +static inline struct lguest *lg_of_vcpu(struct lguest_vcpu *vcpu) >

Re: [PATCH 01/16] introduce vcpu struct

2007-12-25 Thread Rusty Russell
On Friday 21 December 2007 00:33:41 Glauber de Oliveira Costa wrote: this patch introduces a vcpu struct for lguest. In upcoming patches, more and more fields will be moved from the lguest struct to the vcpu Hi Glommer, +static inline struct lguest *lg_of_vcpu(struct lguest_vcpu *vcpu) +{ +

[PATCH 01/16] introduce vcpu struct

2007-12-20 Thread Glauber de Oliveira Costa
this patch introduces a vcpu struct for lguest. In upcoming patches, more and more fields will be moved from the lguest struct to the vcpu Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- drivers/lguest/lg.h | 15 +++ 1 files changed, 15 insertions(+), 0

[PATCH 01/16] introduce vcpu struct

2007-12-20 Thread Glauber de Oliveira Costa
this patch introduces a vcpu struct for lguest. In upcoming patches, more and more fields will be moved from the lguest struct to the vcpu Signed-off-by: Glauber de Oliveira Costa [EMAIL PROTECTED] --- drivers/lguest/lg.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-)