From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm: device assignment: Reflect assigned device's MSI data/address modification to KVM Date: Wed, 29 Sep 2010 23:05:56 -0300 Message-ID: <20100930020556.GE30404@amt.cnet> References: <1285662891-23667-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 To: Sheng Yang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56523 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752279Ab0I3FFA (ORCPT ); Thu, 30 Sep 2010 01:05:00 -0400 Content-Disposition: inline In-Reply-To: <1285662891-23667-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 28, 2010 at 04:34:51PM +0800, Sheng Yang wrote: > Device driver can modify MSI data/address when MSI is enabled. This patch > reflect the moditication to KVM. > > Signed-off-by: Sheng Yang > --- > hw/device-assignment.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks.