From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [PATCH v5 5/9] KVM-GST: Add a pv_ops stub for steal time Date: Wed, 06 Jul 2011 12:12:54 -0400 Message-ID: <4E148986.9010803@redhat.com> References: <1309793548-16714-1-git-send-email-glommer@redhat.com> <1309793548-16714-6-git-send-email-glommer@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Jeremy Fitzhardinge , Peter Zijlstra , Avi Kivity , Anthony Liguori , Eric B Munson To: Glauber Costa Return-path: In-Reply-To: <1309793548-16714-6-git-send-email-glommer@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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 bypassed when not > in use. > > Signed-off-by: Glauber Costa > CC: Rik van Riel > CC: Jeremy Fitzhardinge > CC: Peter Zijlstra > CC: Avi Kivity > CC: Anthony Liguori > CC: Eric B Munson Acked-by: Rik van Riel -- All rights reversed