From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWlnu-0001Qe-IS for qemu-devel@nongnu.org; Wed, 15 Jun 2011 04:50:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWlnr-0005NN-Ui for qemu-devel@nongnu.org; Wed, 15 Jun 2011 04:50:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWlnr-0005MH-5E for qemu-devel@nongnu.org; Wed, 15 Jun 2011 04:50:23 -0400 Message-ID: <4DF87249.6010204@redhat.com> Date: Wed, 15 Jun 2011 10:50:17 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4DF8543F.1030106@redhat.com> <4DF85E09.50808@siemens.com> In-Reply-To: <4DF85E09.50808@siemens.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 01/13] spice: Use cpu_register_physical_memory_log for dirty log enabling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel On 06/15/11 09:23, Jan Kiszka wrote: > Drop outdated dirty log disable/enable around PCI remapping and register > the BAR for dirty logging via cpu_register_physical_memory_log. That > allows to remove all vga_dirty_log_start/stop references from qxl. Acked-by: Gerd Hoffmann cheers, Gerd