From patchwork Fri Sep 14 08:42:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 183838 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 673DC2C008D for ; Fri, 14 Sep 2012 18:43:03 +1000 (EST) Received: from localhost ([::1]:35268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRUL-0001nK-AX for incoming@patchwork.ozlabs.org; Fri, 14 Sep 2012 04:43:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRU5-0001ko-Kf for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCRTx-0007VP-Bi for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:45 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:41840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRTx-0007V6-5h for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:37 -0400 Received: by wibhm2 with SMTP id hm2so5779757wib.10 for ; Fri, 14 Sep 2012 01:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; bh=qRSRNzrjYYk03mxrO2IBS8i/uZwSLPzbCnlEREaYP0w=; b=MJOoh7bcZxEelGJ1EBOUq+tH1vap/4nXEzMLMNP9u5cmUnYCfOfDW5CwJvzQUbdfyp u2V+ZIMJNgE9O2kBrTd/ywdyhsqOkjnt3s0Br33Uin53vl+L8ec1nPc+r1WdmqiusiBQ i1oTAWFrz5ViX/JFKqm562alVhzIVSy8IG1bWm9md9EDw0h6vM87G5XjOqUyt5Wm38lP qr547H90MMoQXyKf5n2EW9kIyYIZZiiIR3eSsP7dGAVUN/Lv8cF5QZFnKRMZ2Q0zRlEa Jrm2Og7YYwRkMRjO+99OmgT8eWwRYzuzcBS3Jbgs9nHYPW8mJ4xGtLgsna052ss0lcgs fr7w== Received: by 10.180.109.129 with SMTP id hs1mr4459876wib.0.1347612156245; Fri, 14 Sep 2012 01:42:36 -0700 (PDT) Received: from localhost ([109.224.133.37]) by mx.google.com with ESMTPS id b7sm2576170wiz.9.2012.09.14.01.42.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 01:42:35 -0700 (PDT) From: Stefan Hajnoczi To: Anthony Liguori Date: Fri, 14 Sep 2012 09:42:14 +0100 Message-Id: <1347612146-5407-1-git-send-email-stefanha@gmail.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.175 Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 00/12] Trivial patches for 16 August to 14 September 2012 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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) ---------------------------------------------------------------- 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(-)