From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: kvm_pio_request Date: Sat, 05 Jul 2008 12:05:21 +0300 Message-ID: <486F3951.1040404@qumranet.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Sukanto Ghosh Return-path: Received: from il.qumranet.com ([212.179.150.194]:48100 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140AbYGEJFX (ORCPT ); Sat, 5 Jul 2008 05:05:23 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Sukanto Ghosh wrote: > What do the following fields of struct kvm_pio_request mean ? > > i) cur_count > ii) string > iii) down > iv) rep > See the documentation for the 'rep ins' and 'rep outs' instruction in the processor manuals. > v) why does guest_pages field point to an array of two pages ? > In case an ins instruction points at an unaligned page-crossing address. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.