From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S65L7-0005Zr-BU for qemu-devel@nongnu.org; Fri, 09 Mar 2012 14:18:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S65L5-0002Yr-9a for qemu-devel@nongnu.org; Fri, 09 Mar 2012 14:18:56 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:42360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S65L5-0002Tv-33 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 14:18:55 -0500 Received: from /spool/local by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Mar 2012 12:18:51 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 2E274C90062 for ; Fri, 9 Mar 2012 14:18:24 -0500 (EST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q29JINuG304828 for ; Fri, 9 Mar 2012 14:18:23 -0500 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 q29JIMtJ019657 for ; Fri, 9 Mar 2012 12:18:23 -0700 Message-ID: <4F5A577D.5000100@us.ibm.com> Date: Fri, 09 Mar 2012 13:18:21 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1331221041-4710-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1331221041-4710-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/11] Trivial patches for 25 February to 7 March 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 03/08/2012 09:37 AM, Stefan Hajnoczi wrote: > There were two hickups which caused me to respin this. > > v2: > * Drop ppc patch which Alexander Graf already has in his queue with his Signed-off-by: > * Drop vnc bitfield to bool patch which triggers a compiler warning on some gccs > > The following changes since commit e32605062cd62c2a958ad28a6ad7de4eeab12027: > > xilinx_zynq: machine model initial version (2012-03-07 02:20:19 +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git trivial-patches > > for you to fetch changes up to 979ae168e5fac830fcf8ca63fed732051af0611a: > > configure: Quote the configure args printed in config.log (2012-03-08 15:22:12 +0000) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Peter Maydell (1): > configure: Quote the configure args printed in config.log > > Stefan Weil (10): > sh7750: Remove redundant 'struct' from MemoryRegionOps > qom: Fix spelling in documentation > qmp: Fix spelling fourty -> forty > block/vmdk: Fix warning from splint (comparision of unsigned value) > Fix sign of sscanf format specifiers > libcacard: Use format specifier %u instead of %d for unsigned values > vnc: Add break statement > Spelling fixes in comments (it's -> its) > libcacard: Spelling and grammar fixes in documentation > osdep: Remove local definition of macro offsetof > > block/vmdk.c | 2 +- > configure | 20 ++++---------------- > cursor.c | 3 ++- > docs/libcacard.txt | 26 +++++++++++++------------- > hw/exynos4210_mct.c | 2 +- > hw/sh7750.c | 2 +- > hw/sh_intc.c | 2 +- > hw/usb-ccid.c | 2 +- > include/qemu/object.h | 6 +++--- > kvm-all.c | 2 +- > libcacard/vscclient.c | 22 +++++++++++----------- > linux-user/signal.c | 2 +- > osdep.h | 3 --- > qemu-file.h | 2 +- > target-mips/op_helper.c | 2 +- > test-qmp-output-visitor.c | 4 ++-- > ui/vnc-enc-hextile-template.h | 1 + > 17 files changed, 45 insertions(+), 58 deletions(-) >