From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6uh-00089R-K2 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl6uf-0003lI-BZ for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:31 -0500 Received: from e7.ny.us.ibm.com ([32.97.182.137]:59413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl6uf-0003kX-6n for qemu-devel@nongnu.org; Tue, 18 Dec 2012 18:49:29 -0500 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 18 Dec 2012 18:49:25 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 4D7E338C803B for ; Tue, 18 Dec 2012 18:49:21 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qBINnKt8302642 for ; Tue, 18 Dec 2012 18:49:20 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qBINnKm9000596 for ; Tue, 18 Dec 2012 21:49:20 -0200 From: Anthony Liguori In-Reply-To: <1355849477-1226-1-git-send-email-stefanha@redhat.com> References: <1355849477-1226-1-git-send-email-stefanha@redhat.com> Date: Tue, 18 Dec 2012 17:49:15 -0600 Message-ID: <87bodqyl8k.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/10] Trivial patches for December 8 to 18 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Stefan Hajnoczi writes: > 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) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > 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(-) > > -- > 1.8.0.2