From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUE4f-00086r-4M for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUE4c-0007ii-TT for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:25:12 -0400 Received: from mtagate3.uk.ibm.com ([194.196.100.163]:56854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUE4b-0007hp-NZ for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:25:10 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate3.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p588P7k4025179 for ; Wed, 8 Jun 2011 08:25:07 GMT Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p588P0641822898 for ; Wed, 8 Jun 2011 09:25:07 +0100 Received: from d06av07.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p588OxuM013696 for ; Wed, 8 Jun 2011 02:25:00 -0600 From: Stefan Hajnoczi Date: Wed, 8 Jun 2011 09:24:42 +0100 Message-Id: <1307521488-6066-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/6] Trivial patches for May 30 to June 8 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi The following changes since commit a90d4690074526f54ad0851fce19fa6783f06803: Add an isa device for SGA (2011-06-07 13:52:30 -0500) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git trivial-patches Alexander Graf (1): slirp: fix guestfwd id Alexandre Raymond (2): Fix compilation warning due to missing header for sigaction Fix compilation warning due to missing header for sigaction (followup) Jan Kiszka (1): virtio: Move virtio-pci to hw library Laurent Vivier (1): m68k: Replace gen_im32() by tcg_const_i32() Martin Simmons (1): target-i386: Make x86 mfence and lfence illegal without SSE2 Makefile.objs | 1 + Makefile.target | 1 - audio/audio_pt_int.c | 2 -- audio/sdlaudio.c | 1 - block/raw-posix.c | 2 -- bsd-user/syscall.c | 1 - darwin-user/signal.c | 3 --- exec.c | 1 - linux-user/signal.c | 1 - net/slirp.c | 2 +- net/tap.c | 1 - posix-aio-compat.c | 1 - qemu-char.c | 1 - qemu-common.h | 1 + qemu-progress.c | 1 - savevm.c | 1 - target-i386/helper.c | 1 - target-i386/translate.c | 2 +- target-m68k/translate.c | 43 ++++++++++++++++++++----------------------- target-ppc/helper.c | 1 - target-sparc/helper.c | 1 - ui/curses.c | 1 - ui/sdl.c | 4 ---- usb-bsd.c | 1 - usb-linux.c | 1 - 25 files changed, 24 insertions(+), 52 deletions(-) -- 1.7.4.4