From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZuVl-0006Xw-22 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 18:07:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZuVg-0006X1-K7 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 18:07:52 -0500 Received: from [199.232.76.173] (port=47344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZuVg-0006Wx-H3 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 18:07:48 -0500 Received: from mail-iw0-f184.google.com ([209.85.223.184]:44357) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZuVf-0007sN-W3 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 18:07:48 -0500 Received: by iwn14 with SMTP id 14so994161iwn.18 for ; Tue, 26 Jan 2010 15:07:47 -0800 (PST) Message-ID: <4B5F75BF.1050005@codemonkey.ws> Date: Tue, 26 Jan 2010 17:07:43 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCHv2-repost 1/3] qemu: memory notifiers References: <20100125142912.GB11154@redhat.com> In-Reply-To: <20100125142912.GB11154@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, gleb@redhat.com, avi@redhat.com On 01/25/2010 08:29 AM, Michael S. Tsirkin wrote: > This adds notifiers for phys memory changes: a set of callbacks that > vhost can register and update kernel accordingly. Down the road, kvm > code can be switched to use these as well, instead of calling kvm code > directly from exec.c as is done now. > > Signed-off-by: Michael S. Tsirkin > Acked-by: Avi Kivity > This breaks the linux-user build (exec.o: cpu_notify_set_memory defined but not used). Regards, Anthony Liguori