From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Schopp Subject: Re: [PATCH] x86: svm: use kvm_fast_pio_in() Date: Mon, 2 Mar 2015 10:03:16 -0600 Message-ID: <54F489C4.50608@amd.com> References: <20150228000422.11892.98236.stgit@joelvmguard2.amd.com> <20150302133844.GA25560@potion.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , Paolo Bonzini , , David Kaplan , Joerg Roedel , Marcelo Tosatti , , Borislav Petkov To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Return-path: In-Reply-To: <20150302133844.GA25560@potion.brq.redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org >> + if (in) >> + return kvm_fast_pio_in(vcpu, size, port); > Have I missed a patch that defined kvm_fast_pio_in()? Not sure how I managed to leave out the bulk of the patch. Resending v2 momentarily.