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

2011-07-06 Thread Rik van Riel
On 07/04/2011 11:32 AM, 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. Besides a steal time function, we also declare two jump_labels. They will be used to allow the steal time code to be easily

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

2011-07-05 Thread Eric B Munson
On Mon, 04 Jul 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. Besides a steal time function, we also declare two jump_labels. They will be used to allow the steal time code to be easily

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

2011-07-04 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. Besides a steal time function, we also declare two jump_labels. They will be used to allow the steal time code to be easily bypassed when not in use. Signed-off-by: