qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 00/23] Trivial patches for 2014-11-02


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/23] Trivial patches for 2014-11-02
Date: Sun, 2 Nov 2014 14:57:12 +0300

Here's an almost 3-week trivial patches pull request.
Lots of small things here and there, many small bugfixes
too.  This is also a first pull request for which a
signature should finally be known to others.

Please consider applying/pulling.

/mjt

The following changes since commit ee29498e4f0f3eff90eeeb7f5fa1703abedd2fb6:

  Merge remote-tracking branch 'remotes/sstabellini/xen-2014-10-30' into 
staging (2014-10-30 20:28:09 +0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2014-11-02

for you to fetch changes up to f18a768efb990d9cd02911159de02e8ff5475239:

  vdi: wrapped uuid_unparse() in #ifdef (2014-11-02 10:05:35 +0300)

----------------------------------------------------------------
trivial patches for 2014-11-02

----------------------------------------------------------------
Alex Bennée (1):
      target-arm: A64: remove redundant store

Eduardo Habkost (4):
      tests: Add missing include to test-bitops.c
      bitops.h: Don't include qemu-common.h
      bitmap.h: Don't include qemu-common.h
      target-i386: Remove unused model_features_t struct

Gerd Hoffmann (1):
      sparse: fix build

Gonglei (4):
      dump: Fix dump-guest-memory termination and use-after-close
      tap_int.h: remove repeating NETWORK_SCRIPT defines
      tap: do not close(fd) in net_init_tap_one
      tap: fix possible fd leak in net_init_tap

Michael Tokarev (9):
      Revert "os-posix: report error message when lock file failed"
      net/slirp: specify logbase for smbd
      virtio-9p-proxy: Fix sockfd leak
      virtio-9p-proxy: fix error return in proxy_init()
      virtio-9p-proxy: improve error messages in connect_namedsocket()
      os-posix: use global daemon_pipe instead of cryptic fds[1]
      os-posix: replace goto again with a proper loop
      pidfile: stop making pidfile error a special case
      os-posix: reorder parent notification for -daemonize

Michal Privoznik (1):
      util: Improve os_mem_prealloc error message

Peter Maydell (1):
      target-xtensa: mark XtensaConfig structs as unused

SeokYeon Hwang (1):
      vdi: wrapped uuid_unparse() in #ifdef

zhanghailiang (1):
      target-tricore: check return value before using it

 block/vdi.c                    |    2 ++
 configure                      |    1 +
 dump.c                         |   11 +++----
 hw/9pfs/virtio-9p-proxy.c      |   11 ++++---
 hw/tricore/tricore_testboard.c |    2 +-
 include/qemu-common.h          |    1 -
 include/qemu/bitmap.h          |    6 +++-
 include/qemu/bitops.h          |    4 ++-
 net/slirp.c                    |    4 +--
 net/tap.c                      |    4 ++-
 net/tap_int.h                  |    3 --
 os-posix.c                     |   66 +++++++++++++++-------------------------
 os-win32.c                     |    5 ---
 target-arm/translate-a64.c     |    1 -
 target-i386/cpu.c              |    8 -----
 target-xtensa/core-dc232b.c    |    2 +-
 target-xtensa/core-dc233c.c    |    2 +-
 target-xtensa/core-fsf.c       |    2 +-
 tests/test-bitops.c            |    1 +
 util/oslib-posix.c             |    3 +-
 vl.c                           |    2 +-
 21 files changed, 59 insertions(+), 82 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]