Re: [PATCH] KVM: Start lock documentation

2011-03-06 Thread Avi Kivity
On 02/09/2011 04:11 PM, Jan Kiszka wrote: The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide a lock ordering guide Start with one dependency chain and two

Re: [PATCH] KVM: Start lock documentation

2011-02-16 Thread Avi Kivity
On 02/15/2011 07:08 PM, Jan Kiszka wrote: On 2011-02-15 17:44, Marcelo Tosatti wrote: On Wed, Feb 09, 2011 at 03:11:28PM +0100, Jan Kiszka wrote: The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock

Re: [PATCH] KVM: Start lock documentation

2011-02-15 Thread Marcelo Tosatti
On Wed, Feb 09, 2011 at 03:11:28PM +0100, Jan Kiszka wrote: The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide a lock ordering guide Start with one

Re: [PATCH] KVM: Start lock documentation

2011-02-15 Thread Avi Kivity
On 02/15/2011 06:44 PM, Marcelo Tosatti wrote: On Wed, Feb 09, 2011 at 03:11:28PM +0100, Jan Kiszka wrote: The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide

Re: [PATCH] KVM: Start lock documentation

2011-02-15 Thread Jan Kiszka
On 2011-02-15 17:44, Marcelo Tosatti wrote: On Wed, Feb 09, 2011 at 03:11:28PM +0100, Jan Kiszka wrote: The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide

[PATCH] KVM: Start lock documentation

2011-02-09 Thread Jan Kiszka
The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide a lock ordering guide Start with one dependency chain and two locks. Signed-off-by: Jan Kiszka

Re: [PATCH] KVM: Start lock documentation

2011-02-09 Thread Jan Kiszka
On 2011-02-09 15:11, Jan Kiszka wrote: The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide a lock ordering guide Start with one dependency chain and two