From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrqY9-0008Sp-6T for qemu-devel@nongnu.org; Fri, 12 Aug 2011 08:09:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrqY8-0000CH-1R for qemu-devel@nongnu.org; Fri, 12 Aug 2011 08:09:17 -0400 Date: Fri, 12 Aug 2011 13:09:08 +0100 From: Stefan Hajnoczi Message-ID: <20110812120908.GA8454@stefanha-thinkpad.localdomain> References: <1313147894-12524-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1313147894-12524-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] fix QLIST usage for RAM list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Aug 12, 2011 at 01:18:14PM +0200, Paolo Bonzini wrote: > Spotted while reviewing the migration thread patches. > > Signed-off-by: Paolo Bonzini > --- > cpu-all.h | 2 +- > exec.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan