[PATCH v3 6/9] KVM-GST: Add a pv_ops stub for steal time

2011-06-29 Thread Glauber Costa
This patch adds a function pointer in one of the many paravirt_ops structs, to allow guests to register a steal time function. Signed-off-by: Glauber Costa glom...@redhat.com CC: Rik van Riel r...@redhat.com CC: Jeremy Fitzhardinge jeremy.fitzhardi...@citrix.com CC: Peter Zijlstra

Re: [PATCH v3 6/9] KVM-GST: Add a pv_ops stub for steal time

2011-06-29 Thread Eric B Munson
On Wed, 29 Jun 2011, Glauber Costa wrote: This patch adds a function pointer in one of the many paravirt_ops structs, to allow guests to register a steal time function. Signed-off-by: Glauber Costa glom...@redhat.com CC: Rik van Riel r...@redhat.com CC: Jeremy Fitzhardinge