From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZUrq-0004r9-BL for qemu-devel@nongnu.org; Mon, 25 Jan 2010 14:44:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZUrl-0004n7-Ng for qemu-devel@nongnu.org; Mon, 25 Jan 2010 14:44:57 -0500 Received: from [199.232.76.173] (port=46023 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZUrl-0004mp-Cq for qemu-devel@nongnu.org; Mon, 25 Jan 2010 14:44:53 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:42226) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZUrl-0002T8-44 for qemu-devel@nongnu.org; Mon, 25 Jan 2010 14:44:53 -0500 Received: by iwn26 with SMTP id 26so3778642iwn.14 for ; Mon, 25 Jan 2010 11:44:52 -0800 (PST) Message-ID: <4B5DF4B0.2080606@codemonkey.ws> Date: Mon, 25 Jan 2010 13:44:48 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20100111171703.GC11936@redhat.com> <4B4CF925.80602@codemonkey.ws> <20100125192015.GD11998@redhat.com> <4B5DF0F1.9080108@codemonkey.ws> <20100125192827.GE11998@redhat.com> In-Reply-To: <20100125192827.GE11998@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH-RFC 02/13] kvm: add API to set ioeventfd List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On 01/25/2010 01:28 PM, Michael S. Tsirkin wrote: > It is called in the binding. Pls take a look. > The function does not reference a specific CPU: it binds > an eventfd descriptor to a specific address/data pair > for all CPUs. > This problem is really a symptom of a bigger problem. Let me respond to another patch to provide better context. Regards, Anthony Liguori