From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPeAE-0006Xe-G9 for qemu-devel@nongnu.org; Sun, 13 Nov 2011 12:48:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPeAD-00088i-CI for qemu-devel@nongnu.org; Sun, 13 Nov 2011 12:48:18 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:62175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPeAD-00086Y-5d for qemu-devel@nongnu.org; Sun, 13 Nov 2011 12:48:17 -0500 Received: by gyb11 with SMTP id 11so4855163gyb.4 for ; Sun, 13 Nov 2011 09:48:16 -0800 (PST) Message-ID: <4EC002DD.2040001@codemonkey.ws> Date: Sun, 13 Nov 2011 11:48:13 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321178779-18124-1-git-send-email-avi@redhat.com> <4EBF9721.9000602@redhat.com> In-Reply-To: <4EBF9721.9000602@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 1.0 0/1] 'info mtree' fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Stefan Weil , qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmU=?= =?UTF-8?B?YXMgRsOkcmJlcg==?= On 11/13/2011 04:08 AM, Avi Kivity wrote: > On 11/13/2011 12:06 PM, Avi Kivity wrote: >> Fix a segfault due to incorrect usage of QTAILQ_FOREACH_SAFE(). >> >> Avi Kivity (1): >> memory: fix 'info mtree' segfaults >> >> memory.c | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> > > Gaaah. If it isn't generated by git request-pull, it's broken. > > Please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent > > to receive the fix above. Pulled. Thanks. Regards, Anthony Liguori >