From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeIsA-0007UI-7t for qemu-devel@nongnu.org; Thu, 07 Nov 2013 01:15:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeIs9-0002kx-5j for qemu-devel@nongnu.org; Thu, 07 Nov 2013 01:15:18 -0500 Received: from qemu.weilnetz.de ([2a03:4000:2:362::1]:38365 helo=v2201305906712890.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeIs8-0002ke-Ux for qemu-devel@nongnu.org; Thu, 07 Nov 2013 01:15:17 -0500 From: Stefan Weil Date: Thu, 7 Nov 2013 07:15:06 +0100 Message-Id: <1383804909-376-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PULL for 1.7] Three unsorted patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel The following changes since commit 964668b03d26f0b5baa5e5aff0c966f4fcb76e9e: Update version for 1.7.0-rc0 release (2013-11-06 21:49:39 -0800) are available in the git repository at: git://qemu.weilnetz.de/qemu.git mingw for you to fetch changes up to 20d155bc902f41c5b354937e730ad85b43614ae9: linux-user: Fix stat64 syscall for SPARC64 (2013-11-07 07:02:44 +0100) ---------------------------------------------------------------- Stefan Weil (3): nsis: Improved support for parallel installation of 32 and 64 bit code configure: Add config.status to recreate the current configuration linux-user: Fix stat64 syscall for SPARC64 Makefile | 9 ++++++++- configure | 15 +++++++++++++-- linux-user/syscall.c | 6 +++--- linux-user/syscall_defs.h | 14 ++++++++++++++ qemu.nsi | 6 +++++- 5 files changed, 43 insertions(+), 7 deletions(-) [PATCH for 1.7 1/3] nsis: Improved support for parallel installation of 32 [PATCH for 1.7 2/3] configure: Add config.status to recreate the current [PATCH for 1.7 3/3] linux-user: Fix stat64 syscall for SPARC64 Only the first patch falls in my direct maintainership (MinGW related). The 2nd patch is a general improvement of the build environment. The 3rd one is a bug fix. Regards, Stefan