From patchwork Tue Dec 18 16:51:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 207160 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 28A882C0086 for ; Wed, 19 Dec 2012 04:23:29 +1100 (EST) Received: from localhost ([::1]:59198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0OB-0002G1-UA for incoming@patchwork.ozlabs.org; Tue, 18 Dec 2012 11:51:31 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0O2-00025c-Nb for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:51:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl0Nz-0005NO-RD for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:51:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl0Nz-0005NH-Jb for qemu-devel@nongnu.org; Tue, 18 Dec 2012 11:51:19 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBIGpI5j005884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Dec 2012 11:51:18 -0500 Received: from localhost (ovpn-112-27.ams2.redhat.com [10.36.112.27]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qBIGpHS1013645; Tue, 18 Dec 2012 11:51:18 -0500 From: Stefan Hajnoczi To: Date: Tue, 18 Dec 2012 17:51:07 +0100 Message-Id: <1355849477-1226-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Anthony Liguori Subject: [Qemu-devel] [PULL 00/10] Trivial patches for December 8 to 18 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 a8a826a3c3b8c8a1c4def0e9e22b46e78e6163a0: exec: refactor cpu_restore_state (2012-12-16 08:35:24 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 779ab5e3ddb9ad903f9a0ec21e148ed7bfd2d255: configure: Earlier pkg-config probe (2012-12-18 17:40:40 +0100) ---------------------------------------------------------------- Cole Robinson (1): gitignore: Add virtfs-proxy-helper John Spencer (2): fix build error on ARM due to wrong glibc check linux-user/syscall.c: remove wrong forward decl of setgroups() Laszlo Ersek (1): vmmouse_reset(): remove minimal code duplication Peter Crosthwaite (4): pflash_cfi01: qemu_log_mask "unimplemented" msg pflash_cfi0x: Send debug messages to stderr zynq_slcr: Compile time warning fixes. arm_gic: Add cpu nr to Raised IRQ message Stefan Weil (1): configure: Earlier pkg-config probe Zhi Yong Wu (1): net, hub: fix the indent in the comments .gitignore | 1 + configure | 16 ++++++++-------- hw/arm_gic.c | 2 +- hw/pflash_cfi01.c | 14 +++++++------- hw/pflash_cfi02.c | 6 +++--- hw/vmmouse.c | 1 - hw/zynq_slcr.c | 7 ++++--- linux-user/syscall.c | 2 +- net/hub.c | 2 +- user-exec.c | 2 +- 10 files changed, 27 insertions(+), 26 deletions(-)