qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] QMP queue
@ 2013-03-27 18:46 Luiz Capitulino
  2013-03-27 18:46 ` [Qemu-devel] [PULL 1/6] oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() Luiz Capitulino
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Luiz Capitulino @ 2013-03-27 18:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori

One more pull this week. This one contains two series fixing two important
bugs.

The changes (since 404e7a4f4af753bd2aef649adf79e7434fb6dc31) are available
in the following repository:

    git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Luiz Capitulino (2):
  qstring: add qobject_get_length()
  Monitor: Make output buffer dynamic

Stefan Hajnoczi (4):
  oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
  net: ensure "socket" backend uses non-blocking fds
  qemu-socket: set passed fd non-blocking in socket_connect()
  chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors

 block/nbd.c                |  2 +-
 block/sheepdog.c           |  2 +-
 include/qapi/qmp/qstring.h |  1 +
 include/qemu/sockets.h     |  4 ++--
 migration.c                |  2 +-
 monitor.c                  | 42 +++++++++++++++++++++++++-----------------
 nbd.c                      |  8 ++++----
 net/socket.c               | 13 +++++++++----
 qemu-char.c                | 11 +++++++----
 qobject/qstring.c          |  8 ++++++++
 savevm.c                   |  2 +-
 slirp/misc.c               |  2 +-
 slirp/tcp_subr.c           |  4 ++--
 ui/vnc.c                   |  2 +-
 util/oslib-posix.c         |  4 ++--
 util/oslib-win32.c         |  4 ++--
 util/qemu-sockets.c        |  5 +++--
 17 files changed, 71 insertions(+), 45 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-04-02 15:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 18:46 [Qemu-devel] [PULL 0/6] QMP queue Luiz Capitulino
2013-03-27 18:46 ` [Qemu-devel] [PULL 1/6] oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() Luiz Capitulino
2013-03-27 18:46 ` [Qemu-devel] [PULL 2/6] net: ensure "socket" backend uses non-blocking fds Luiz Capitulino
2013-03-27 18:46 ` [Qemu-devel] [PULL 3/6] qemu-socket: set passed fd non-blocking in socket_connect() Luiz Capitulino
2013-03-27 18:46 ` [Qemu-devel] [PULL 4/6] chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors Luiz Capitulino
2013-03-27 18:46 ` [Qemu-devel] [PULL 5/6] qstring: add qobject_get_length() Luiz Capitulino
2013-03-27 18:46 ` [Qemu-devel] [PULL 6/6] Monitor: Make output buffer dynamic Luiz Capitulino
2013-04-01 15:35   ` Anthony Liguori
2013-04-02 14:37     ` Luiz Capitulino
2013-04-02 14:45       ` Luiz Capitulino
2013-04-02 15:50         ` Anthony Liguori
2013-04-02 15:54           ` Luiz Capitulino

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).