From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 13/13] qemu-kvm: Resolve PCI upstream diffs Date: Tue, 28 Jun 2011 12:22:07 +0300 Message-ID: <20110628092207.GR10881@redhat.com> References: <673183e9e8b750a6c9b8f735038538d8a864ba1f.1309198794.git.jan.kiszka@web.de> <20110628085839.GO10881@redhat.com> <4E099B16.7050008@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, Alex Williamson To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60851 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756827Ab1F1JVt (ORCPT ); Tue, 28 Jun 2011 05:21:49 -0400 Content-Disposition: inline In-Reply-To: <4E099B16.7050008@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jun 28, 2011 at 11:12:54AM +0200, Jan Kiszka wrote: > On 2011-06-28 10:58, Michael S. Tsirkin wrote: > > On Mon, Jun 27, 2011 at 08:19:56PM +0200, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Device assignment no longer peeks into config_map, so we can drop all > >> the related changes and sync the PCI core with upstream. > >> > >> Signed-off-by: Jan Kiszka > > > > That's great because I was looking at refactoring that code. > > Will make merges much less painful. > > I have more refactorings pending, though at best half-done. MSI/MSI-X > will be generalized, also to make it usable for pci assignment. Are we > working on orthogonal or overlapping topics here? > > Jan > Mostly orthogonal I think. I just wanted to get rid of the used array and have devices always specify offsets when adding capabilities. -- MST