From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX8Uc-0002a7-0m for qemu-devel@nongnu.org; Fri, 18 Oct 2013 07:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VX8UX-0000XO-9M for qemu-devel@nongnu.org; Fri, 18 Oct 2013 07:45:21 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:35509 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX8UX-0000XD-3M for qemu-devel@nongnu.org; Fri, 18 Oct 2013 07:45:17 -0400 From: alex.bennee@linaro.org Date: Fri, 18 Oct 2013 12:45:02 +0100 Message-Id: <1382096703-31938-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v3 0/1] integrator: fix Linux boot failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, claudio.fontana@huawei.com, afaerber@suse.de >>From Alex Bennée # This line is ignored. Hi, I finally got a chance to follow up on the review comments from Peter and Andreas. Changes for v3: * Moved into hw/arm/integrator_debug.c * Expanded QOM symbol to INTEGRATOR_DEBUG, moved to header * Use __func__, HWADDR_PRIx and PRIu64 for debug output * Add copyright statements * Fixed line lengths Cheers, Alex.