From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] nested SVM: don't run into endless loop Date: Tue, 23 Dec 2008 19:53:51 +0200 Message-ID: <495125AF.3020607@redhat.com> References: <1229603457-11140-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Alexander Graf Return-path: Received: from mx2.redhat.com ([66.187.237.31]:58544 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012AbYLWRxz (ORCPT ); Tue, 23 Dec 2008 12:53:55 -0500 In-Reply-To: <1229603457-11140-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Alexander Graf wrote: > With the emulation optimization after clgi, we can potentially > run into an endless loop thanks to while(true). > > While this should never occur in practise, except for when > the emulation is broken or really awkward code is executed in > the VM, this wasn't a problem so far. > > Applied, thanks. -- error compiling committee.c: too many arguments to function