Hello. There's a next week trivial-patches pull request. Most of the changes this time come from Gerd, with his single series of bugfixes for sockets and char code, plus one trivial patch from me.
Please pull. Thanks, /mjt The following changes since commit 36125631e79d53ffb9365740f43f386e2171d116: Merge remote-tracking branch 'kwolf/for-anthony' into staging (2013-06-28 10:37:34 -0500) are available in the git repository at: git://git.corpit.ru/qemu.git trivial-patches for you to fetch changes up to a8ad4159ed7d8a442a9c049a6fd0d47aa330c2aa: doc: we use seabios, not bochs bios (2013-06-28 22:10:34 +0400) ---------------------------------------------------------------- Gerd Hoffmann (13): qemu-socket: zero-initialize SocketAddress qemu-socket: drop pointless allocation qemu-socket: catch monitor_get_fd failures qemu-char: check optional fields using has_* qemu-char: use more specific error_setg_* variants qemu-char: print notification to stderr qemu-char: fix documentation for telnet+wait socket flags qemu-char: don't leak opts on error qemu-char: use ChardevBackendKind in CharDriver qemu-char: minor mux chardev fixes qemu-char: add -chardev mux support qemu-char: report udp backend errors qemu-socket: don't leak opts on error Michael Tokarev (1): doc: we use seabios, not bochs bios include/sysemu/char.h | 2 +- qapi-schema.json | 7 ++++--- qemu-char.c | 45 ++++++++++++++++++++++++++++++++------------- qemu-doc.texi | 2 +- util/qemu-sockets.c | 9 ++++----- 5 files changed, 42 insertions(+), 23 deletions(-)