From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: is vmx_vcpu_run deprecated in kvm-77? Date: Thu, 15 Jan 2009 17:24:39 +0200 Message-ID: <496F5537.5070106@redhat.com> References: <6813853.28291231962828040.JavaMail.root@mailserv1> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Steven Stovall Return-path: Received: from mx2.redhat.com ([66.187.237.31]:44115 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753334AbZAOPYn (ORCPT ); Thu, 15 Jan 2009 10:24:43 -0500 In-Reply-To: <6813853.28291231962828040.JavaMail.root@mailserv1> Sender: kvm-owner@vger.kernel.org List-ID: Steven Stovall wrote: > I am porting an app from kvm-33 to kvm-77 (the app is also known to work on kvm-60 i believe). But so far I havent seen a KVM_EXIT_IO, only KVM_EXIT_INTRs. This means the app never changes state. Also, I never see vmx_vcpu_run called -- does x86/x86.c:__vcpu_run deprecate it? > vmx_vcpu_run() is still central to running guests. What do you mean you're not seeing KVM_EXIT_IO? are you using kvm-userspace or your own userspace? -- error compiling committee.c: too many arguments to function