From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNYjV-0003Ix-2K for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:22:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNYjS-0003Hu-Q5 for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:22:28 -0500 Received: from [199.232.76.173] (port=46297 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNYjR-0003H6-JH for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:22:26 -0500 Received: from qw-out-1920.google.com ([74.125.92.146]:62706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNYjQ-0005UD-OT for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:22:25 -0500 Received: by qw-out-1920.google.com with SMTP id 5so284347qwc.4 for ; Thu, 15 Jan 2009 12:22:22 -0800 (PST) Message-ID: <496F99BA.6040704@codemonkey.ws> Date: Thu, 15 Jan 2009 14:16:58 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RESEND][PATCH] Adopt cpu_copy to new breakpoint API References: <496DE65A.9050609@web.de> In-Reply-To: <496DE65A.9050609@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jan Kiszka wrote: > [ Also available via git://git.kiszka.org/qemu.git queue/gdb ] > > Latest changes to the cpu_breakpoint/watchpoint API broke cpu_copy. This > patch fixes it by cloning the breakpoint and watchpoint lists > appropriately. > > Thanks to Lionel Landwerlin for pointing out. > > Signed-off-by: Jan Kiszka > Applied. Thanks. Regards, Anthony Liguori