From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOjU-0005xl-CE for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:44:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxOjT-0000xU-7D for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:44:28 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:48251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOjT-0000xF-17 for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:44:27 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Aug 2012 14:44:25 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 2331E19D8046 for ; Fri, 3 Aug 2012 20:44:18 +0000 (WET) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q73Ki0in122730 for ; Fri, 3 Aug 2012 14:44:02 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q73Khxnx004067 for ; Fri, 3 Aug 2012 14:43:59 -0600 From: Anthony Liguori In-Reply-To: References: <1343991066-9814-1-git-send-email-stefanha@linux.vnet.ibm.com> Date: Fri, 03 Aug 2012 15:43:56 -0500 Message-ID: <873943vh83.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/7] Trivial patches for 22 July to 3 August 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > On Fri, Aug 3, 2012 at 11:50 AM, Stefan Hajnoczi > wrote: >> This pull request subsumes the currently pending request from 1 August. >> Patches from Amos Kong, Peter Cong, and Tyler Hall have been added. >> >> The following changes since commit 02d2bd5d57812154cfb978bc2098cf49d551583d: >> >> Replace 'struct siginfo' with 'siginfo_t'. (2012-08-01 08:54:07 -0500) >> >> are available in the git repository at: >> >> git://github.com/stefanha/qemu.git trivial-patches >> >> for you to fetch changes up to 48110429ef7a4ecb1665e88ce58ba2ebd9664e4f: >> >> exec.c: Remove out of date comment (2012-08-03 10:56:07 +0100) > > Luiz pointed out an issue with Amos' #include "error.h" removal patch. > I have dropped it and the new HEAD is at > c308efe63a875eb0d839f7490e69e58e4595466c. > Pulled. Thanks. Regards, Anthony Liguori > Thanks, > Stefan