From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFl8v-0000HC-Pi for qemu-devel@nongnu.org; Mon, 17 Oct 2011 07:14:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFl8r-0000Is-Nh for qemu-devel@nongnu.org; Mon, 17 Oct 2011 07:14:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFl8r-0000Io-Gj for qemu-devel@nongnu.org; Mon, 17 Oct 2011 07:14:01 -0400 Message-ID: <4E9C0DF5.8050209@redhat.com> Date: Mon, 17 Oct 2011 13:13:57 +0200 From: Avi Kivity MIME-Version: 1.0 References: <76a09d29c3ff24930642b36302ce41dd96824ca1.1318843693.git.jan.kiszka@siemens.com> In-Reply-To: <76a09d29c3ff24930642b36302ce41dd96824ca1.1318843693.git.jan.kiszka@siemens.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC][PATCH 17/45] qemu-kvm: Track MSIRoutingCache in KVM routing table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Alex Williamson , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org, "Michael S. Tsirkin" On 10/17/2011 11:27 AM, Jan Kiszka wrote: > Keep a link from the internal KVM routing table to potential MSI routing > cache entries. The link is used so far whenever the entry is dropped to > invalidate the cache content. It will allow us to build MSI routing > entries on demand and flush existing ones on table overflow. > Does this not require a destructor for MSIRoutingCache? -- error compiling committee.c: too many arguments to function