From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfvd-0000SU-P9 for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:20:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDfvc-0007xf-DW for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:20:17 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:52643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfvc-0007wj-9x for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:20:16 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Sep 2012 14:20:15 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8HIKCtn129050 for ; Mon, 17 Sep 2012 14:20:12 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8HIKCNU017752 for ; Mon, 17 Sep 2012 15:20:12 -0300 From: Anthony Liguori In-Reply-To: <1347612146-5407-1-git-send-email-stefanha@gmail.com> References: <1347612146-5407-1-git-send-email-stefanha@gmail.com> Date: Mon, 17 Sep 2012 13:20:08 -0500 Message-ID: <87627c5x5z.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/12] Trivial patches for 16 August to 14 September 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Stefan Hajnoczi writes: > The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3dc: > > Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56 +0200) > > are available in the git repository at: > > > git://github.com/stefanha/qemu.git trivial-patches > > for you to fetch changes up to e84d5956cc6215d2f098e7b6090fc5ec4cba1be3: > > configure: fix seccomp check (2012-09-14 08:46:27 +0100) > Pulled. Thanks. Regards, Anthony Liguori > ---------------------------------------------------------------- > BALATON Zoltan (2): > Fix copy&paste typos in documentation comments > console: Clean up bytes per pixel calculation > > Igor Mitsyanko (1): > arch_init.c: add missing '%' symbols before PRIu64 in debug printfs > > Lei Li (1): > qapi: Fix enumeration typo error > > Peter Maydell (1): > linux-user: Remove #if 0'd cpu_get_real_ticks() definition > > Stefan Weil (6): > srp: Don't use QEMU_PACKED for single elements of a structured type > Spelling fixes in comments and documentation > Fix spelling (licenced -> licensed) in GPL > Spelling fixes in comments and macro names (ressource -> resource) > ui: Fix spelling in comment (ressource -> resource) > kvm: Fix warning from static code analysis > > Yann E. MORIN (1): > configure: fix seccomp check > > arch_init.c | 8 ++++---- > configure | 2 +- > console.c | 5 ++--- > docs/specs/ppc-spapr-hcalls.txt | 2 +- > docs/usb2.txt | 4 ++-- > hw/imx_avic.c | 4 ++-- > hw/imx_timer.c | 4 ++-- > hw/kzm.c | 2 +- > hw/srp.h | 8 ++++---- > hw/xen-host-pci-device.c | 6 +++--- > hw/xen_pt.h | 4 ++-- > hw/xen_pt_config_init.c | 14 +++++++------- > kvm-all.c | 12 +++++------- > linux-user/main.c | 13 ------------- > memory.h | 11 ++++++----- > qapi-schema-guest.json | 2 +- > qapi-schema.json | 4 ++-- > qemu-img.c | 2 +- > qemu-img.texi | 2 +- > ui/spice-display.c | 2 +- > 20 files changed, 48 insertions(+), 63 deletions(-) > > -- > 1.7.10.4