mbox

[PULL,00/19] Trivial patches for 3 to 6 December 2011

Message ID 1323169274-31657-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-next

Message

Stefan Hajnoczi Dec. 6, 2011, 11 a.m. UTC
The following changes since commit 217bfb445b54db618a30f3a39170bebd9fd9dbf2:

  hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs (2011-12-05 21:38:56 +0100)

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

Ademar de Souza Reis Jr (1):
      memory: minor documentation fixes/enhancements

Chen Rui (1):
      mips_malta: resolve endless loop when loading bios

Dong Xu Wang (2):
      fix typo: delete redundant semicolon
      fix spelling in hw sub directory

Jan Kiszka (1):
      Rename get_tls to tls_var

Markus Armbruster (3):
      console: Clean up confusing indentation in console_putchar()
      console: Fix console_putchar() for CSI J
      console: Fix qemu_default_pixelformat() for 24 bpp

Peter Maydell (6):
      configure: Include #define name in check_define compiler error
      configure: Print a banner comment at the top of config.log
      configure: Pull linux-headers/asm symlink creation out of loop
      linux-user/cpu-uname.c: Convert to UTF-8
      linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters
      linux-user/syscall.c: Don't skip stracing for fcntl64 failure case

Stefan Weil (2):
      Convert source files to UTF-8 encoding
      Convert keymap file to UTF-8 encoding

Zhi Hui Li (2):
      net/socket.c : fix memory leak
      win32: fix memory leak

Zhi Yong Wu (1):
      pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error

 block/nbd.c                     |    4 +-
 configure                       |   44 +++++++++++++++++++++++----------------
 console.c                       |   20 +++++++++--------
 cpu-all.h                       |    2 +-
 cpus.c                          |    2 +-
 docs/memory.txt                 |    6 ++--
 hmp-commands.hx                 |    2 +-
 hw/9pfs/codir.c                 |    6 ++--
 hw/9pfs/virtio-9p-coth.h        |    2 +-
 hw/9pfs/virtio-9p-handle.c      |    4 +-
 hw/9pfs/virtio-9p.c             |    4 +-
 hw/acpi.c                       |    2 +-
 hw/alpha_dp264.c                |    2 +-
 hw/arm_gic.c                    |    2 +-
 hw/bt-hci-csr.c                 |    2 +-
 hw/cirrus_vga.c                 |    2 +-
 hw/ds1225y.c                    |    2 +-
 hw/e1000_hw.h                   |    2 +-
 hw/eepro100.c                   |    2 +-
 hw/etraxfs_dma.c                |    2 +-
 hw/etraxfs_pic.c                |    2 +-
 hw/fdc.c                        |    2 +-
 hw/fmopl.c                      |    8 +++---
 hw/gusemu.h                     |    2 +-
 hw/gusemu_hal.c                 |    4 +-
 hw/ide/core.c                   |    2 +-
 hw/ide/via.c                    |    2 +-
 hw/jazz_led.c                   |    2 +-
 hw/lan9118.c                    |    4 +-
 hw/mips_malta.c                 |    1 +
 hw/omap2.c                      |    6 ++--
 hw/pc.c                         |    2 +-
 hw/pci-stub.c                   |    2 +-
 hw/pcie_aer.c                   |    4 +-
 hw/pl110.c                      |    2 +-
 hw/pl181.c                      |    4 +-
 hw/ppc.c                        |    2 +-
 hw/sh7750_regs.h                |    2 +-
 hw/smc91c111.c                  |    2 +-
 hw/spapr.h                      |    2 +-
 hw/tc6393xb_template.h          |    2 +-
 hw/vmport.c                     |    2 +-
 hw/wdt_ib700.c                  |    2 +-
 linux-user/arm/nwfpe/fpopcode.h |   34 +++++++++++++++---------------
 linux-user/cpu-uname.c          |    2 +-
 linux-user/syscall.c            |    8 ++++--
 memory.h                        |   38 +++++++++++++++++++--------------
 net/socket.c                    |    3 ++
 net/tap-solaris.c               |    2 +-
 os-win32.c                      |    7 ++++++
 pc-bios/keymaps/is              |    2 +-
 qemu-tls.h                      |    4 +-
 sysemu.h                        |    2 +-
 target-s390x/op_helper.c        |    4 +-
 ui/vnc.c                        |    2 +-
 usb-redir.c                     |    4 +-
 56 files changed, 159 insertions(+), 130 deletions(-)

Comments

Stefan Hajnoczi Dec. 14, 2011, 10:38 a.m. UTC | #1
On Tue, Dec 6, 2011 at 11:00 AM, Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com> wrote:
> The following changes since commit 217bfb445b54db618a30f3a39170bebd9fd9dbf2:
>
>  hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs (2011-12-05 21:38:56 +0100)
>
> are available in the git repository at:
>  ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches-next

Ping
Anthony Liguori Dec. 14, 2011, 2:53 p.m. UTC | #2
On 12/14/2011 04:38 AM, Stefan Hajnoczi wrote:
> On Tue, Dec 6, 2011 at 11:00 AM, Stefan Hajnoczi
> <stefanha@linux.vnet.ibm.com>  wrote:
>> The following changes since commit 217bfb445b54db618a30f3a39170bebd9fd9dbf2:
>>
>>   hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs (2011-12-05 21:38:56 +0100)
>>
>> are available in the git repository at:
>>   ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches-next
>
> Ping

Pulled.  Thanks.

Regards,

Anthony Liguori

>
>