From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 00/23] Trivial patches for 2014-11-02
Date: Sun, 2 Nov 2014 14:57:12 +0300 [thread overview]
Message-ID: <cover.1414929284.git.mjt@msgid.tls.msk.ru> (raw)
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(-)
next reply other threads:[~2014-11-02 11:57 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-02 11:57 Michael Tokarev [this message]
2014-11-02 11:57 ` [Qemu-devel] [PULL 01/23] tests: Add missing include to test-bitops.c Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 02/23] bitops.h: Don't include qemu-common.h Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 03/23] bitmap.h: " Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 04/23] target-xtensa: mark XtensaConfig structs as unused Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 05/23] target-arm: A64: remove redundant store Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 06/23] sparse: fix build Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 07/23] util: Improve os_mem_prealloc error message Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 08/23] Revert "os-posix: report error message when lock file failed" Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 09/23] net/slirp: specify logbase for smbd Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 10/23] target-tricore: check return value before using it Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 11/23] virtio-9p-proxy: Fix sockfd leak Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 12/23] virtio-9p-proxy: fix error return in proxy_init() Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 13/23] virtio-9p-proxy: improve error messages in connect_namedsocket() Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 14/23] dump: Fix dump-guest-memory termination and use-after-close Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 15/23] os-posix: use global daemon_pipe instead of cryptic fds[1] Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 16/23] os-posix: replace goto again with a proper loop Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 17/23] pidfile: stop making pidfile error a special case Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 18/23] os-posix: reorder parent notification for -daemonize Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 19/23] tap_int.h: remove repeating NETWORK_SCRIPT defines Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 20/23] target-i386: Remove unused model_features_t struct Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 21/23] tap: do not close(fd) in net_init_tap_one Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 22/23] tap: fix possible fd leak in net_init_tap Michael Tokarev
2014-11-02 11:57 ` [Qemu-devel] [PULL 23/23] vdi: wrapped uuid_unparse() in #ifdef Michael Tokarev
2014-11-03 16:43 ` [Qemu-devel] [PULL 00/23] Trivial patches for 2014-11-02 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1414929284.git.mjt@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).