From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH RFC dontapply] kvm_para: add mmio word store hypercall Date: Mon, 26 Mar 2012 08:31:48 +0200 Message-ID: <20120326063148.GA27952@redhat.com> References: <20120325220518.GA27879@redhat.com> <4F6FA972.9050103@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joerg Roedel , Avi Kivity , Marcelo Tosatti , Thomas Gleixner , Ingo Molnar , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: "H. Peter Anvin" Return-path: Content-Disposition: inline In-Reply-To: <4F6FA972.9050103@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sun, Mar 25, 2012 at 04:25:38PM -0700, H. Peter Anvin wrote: > On 03/25/2012 03:05 PM, Michael S. Tsirkin wrote: > > We face a dilemma: IO mapped addresses are legacy, > > so, for example, PCI express bridges waste 4K > > of this space for each link, in effect limiting us > > to 16 devices using this space. > > That is *only* if they are physical devices on PCIe links. For virtual > devices you have no such limitation. Why don't we? We emulate pci express with exact same limitations for virtual and physical devices. > What is the problem again? > > -hpa > > -- > H. Peter Anvin, Intel Open Source Technology Center > I work for Intel. I don't speak on their behalf.