From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/4 v9] MSI-X MMIO support for KVM Date: Tue, 22 Feb 2011 15:08:58 -0300 Message-ID: <20110222180858.GA5784@amt.cnet> References: <1298019193-12742-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, "Michael S. Tsirkin" To: Sheng Yang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28948 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754547Ab1BVUGc (ORCPT ); Tue, 22 Feb 2011 15:06:32 -0500 Content-Disposition: inline In-Reply-To: <1298019193-12742-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Feb 18, 2011 at 04:53:09PM +0800, Sheng Yang wrote: > Sorry for the long delay, just come back from vacation... > > Change from v8: > 1. Update struct kvm_run to contain MSI-X routing update exit specific > information. > 2. Fix a mmio_nr counting bug. > > Notice this patchset still based on 2.6.37 due to a block bug on assigned > device in the upstream now. > > Sheng Yang (4): > KVM: Move struct kvm_io_device to kvm_host.h > KVM: Add kvm_io_ext_data to IO handler > KVM: Emulate MSI-X table in kernel > KVM: Add documents for MSI-X MMIO API Looks good to me.