mbox

[PULL,00/17] Trivial patches for 7 to 19 December 2011

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

Pull-request

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

Message

Stefan Hajnoczi Dec. 19, 2011, 11:12 a.m. UTC
The following changes since commit 5ab97b7f81dccccee03a3f1d03a4d09a27f0eeff:

  phys_page_find_alloc: Use correct initial region_offset. (2011-12-15 10:22:40 -0600)

are available in the git repository at:
  ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches

Geoffrey Thomas (1):
      slirp: Fix typo in net_slirp_hostfwd_remove

Julian Pidancet (1):
      Also create piix3 property when Xen is enabled

Michael Ellerman (1):
      kvm: Print something before calling abort() if KVM_RUN fails

Paolo Bonzini (1):
      ide: drop argument to dma_buf_commit

Peter Maydell (2):
      Makefile.target: Remove unnecessary dependency rules
      stellaris: Calculate system clock period on reset

Stefan Weil (11):
      configure: Fix compiler warnings in config.log (always return a value from main)
      configure: Fix compiler warnings in config.log (old-style function definition)
      configure: Fix compiler warning in config.log (integer from pointer)
      configure: Fix compiler warnings in config.log (null arguments)
      configure: Fix compiler warning in config.log (unused variable)
      configure: Fix compiler warning in config.log (macro redefined)
      configure: Fix compiler warnings in config.log (uninitialized variable)
      configure: Fix compiler warning in config.log (undefined NULL)
      configure: Fix compiler warning in config.log (value was never used)
      configure: Fix compiler warnings in config.log (statement without effect)
      configure: Improve Xen autodetection for hosts without Xen

 Makefile.target |    6 ----
 configure       |   71 ++++++++++++++++++++++++++++++++++++++----------------
 hw/ide/core.c   |    6 ++--
 hw/piix_pci.c   |    3 +-
 hw/stellaris.c  |    1 +
 kvm-all.c       |    3 +-
 net/slirp.c     |    2 +-
 7 files changed, 58 insertions(+), 34 deletions(-)

Comments

Anthony Liguori Dec. 19, 2011, 3:44 p.m. UTC | #1
On 12/19/2011 05:12 AM, Stefan Hajnoczi wrote:
> The following changes since commit 5ab97b7f81dccccee03a3f1d03a4d09a27f0eeff:
>
>    phys_page_find_alloc: Use correct initial region_offset. (2011-12-15 10:22:40 -0600)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>    ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches
>
> Geoffrey Thomas (1):
>        slirp: Fix typo in net_slirp_hostfwd_remove
>
> Julian Pidancet (1):
>        Also create piix3 property when Xen is enabled
>
> Michael Ellerman (1):
>        kvm: Print something before calling abort() if KVM_RUN fails
>
> Paolo Bonzini (1):
>        ide: drop argument to dma_buf_commit
>
> Peter Maydell (2):
>        Makefile.target: Remove unnecessary dependency rules
>        stellaris: Calculate system clock period on reset
>
> Stefan Weil (11):
>        configure: Fix compiler warnings in config.log (always return a value from main)
>        configure: Fix compiler warnings in config.log (old-style function definition)
>        configure: Fix compiler warning in config.log (integer from pointer)
>        configure: Fix compiler warnings in config.log (null arguments)
>        configure: Fix compiler warning in config.log (unused variable)
>        configure: Fix compiler warning in config.log (macro redefined)
>        configure: Fix compiler warnings in config.log (uninitialized variable)
>        configure: Fix compiler warning in config.log (undefined NULL)
>        configure: Fix compiler warning in config.log (value was never used)
>        configure: Fix compiler warnings in config.log (statement without effect)
>        configure: Improve Xen autodetection for hosts without Xen
>
>   Makefile.target |    6 ----
>   configure       |   71 ++++++++++++++++++++++++++++++++++++++----------------
>   hw/ide/core.c   |    6 ++--
>   hw/piix_pci.c   |    3 +-
>   hw/stellaris.c  |    1 +
>   kvm-all.c       |    3 +-
>   net/slirp.c     |    2 +-
>   7 files changed, 58 insertions(+), 34 deletions(-)
>