From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeWM-0004xb-Co for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUeWK-0003tJ-Pc for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:34 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:52355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeWK-0003sX-Ah for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:32 -0400 Received: by mail-yi0-f45.google.com with SMTP id 27so986769yia.4 for ; Thu, 09 Jun 2011 05:39:31 -0700 (PDT) Message-ID: <4DF0BF01.3020607@codemonkey.ws> Date: Thu, 09 Jun 2011 07:39:29 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1307521488-6066-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1307521488-6066-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 06/08/2011 03:24 AM, Stefan Hajnoczi wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-)