mbox

[PULL,0/6] Trivial patches for May 30 to June 8 2011

Message ID 1307521488-6066-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/stefanha.git trivial-patches

Message

Stefan Hajnoczi June 8, 2011, 8:24 a.m. UTC
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(-)

Comments

Anthony Liguori June 9, 2011, 12:39 p.m. UTC | #1
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(-)