From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2oYh-0006ON-I8 for qemu-devel@nongnu.org; Wed, 19 Nov 2008 10:01:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2oYg-0006Mh-6C for qemu-devel@nongnu.org; Wed, 19 Nov 2008 10:01:35 -0500 Received: from [199.232.76.173] (port=50583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2oYf-0006MD-HB for qemu-devel@nongnu.org; Wed, 19 Nov 2008 10:01:33 -0500 Received: from qb-out-1314.google.com ([72.14.204.175]:28223) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2oYf-0001oS-0j for qemu-devel@nongnu.org; Wed, 19 Nov 2008 10:01:33 -0500 Received: by qb-out-1314.google.com with SMTP id e19so3505764qba.8 for ; Wed, 19 Nov 2008 07:01:32 -0800 (PST) Message-ID: <49242A3C.7070906@codemonkey.ws> Date: Wed, 19 Nov 2008 09:01:16 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/2] Use sys-queue.h for break/watchpoint managment References: <20081119134857.26075.2417.stgit@mchn012c.ww002.siemens.net> <20081119134857.26075.78544.stgit@mchn012c.ww002.siemens.net> In-Reply-To: <20081119134857.26075.78544.stgit@mchn012c.ww002.siemens.net> Content-Type: text/plain; charset=UTF-8; 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: > This switches cpu_break/watchpoint_* to TAILQ wrappers, simplifying the > code and also fixing a use after release issue in > cpu_break/watchpoint_remove_all. > > Signed-off-by: Jan Kiszka > Really nice cleanup. Regards, Anthony Liguori