From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxDhf-0001HX-O9 for qemu-devel@nongnu.org; Thu, 20 Oct 2016 09:48:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxDhc-0005Ew-MU for qemu-devel@nongnu.org; Thu, 20 Oct 2016 09:48:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33698) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxDhc-0005Du-Gf for qemu-devel@nongnu.org; Thu, 20 Oct 2016 09:48:12 -0400 From: "Daniel P. Berrange" Date: Thu, 20 Oct 2016 14:47:56 +0100 Message-Id: <1476971286-10612-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PULL v1 00/10] Merge qio 2016/10/20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Daniel P. Berrange" The following changes since commit e8ddc2eae5ccc41f0815e5c43e70cb04a7e67e2e: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-10-18 09:29:44 +0100) are available in the git repository at: git://github.com/berrange/qemu tags/pull-qio-2016-10-20-1 for you to fetch changes up to 8ef215b830231eb6bf2022d9ec261ca0de2b8014: main: set names for main loop sources created (2016-10-20 13:06:39 +0100) ---------------------------------------------------------------- Merge qio 2016/10/20 v1 ---------------------------------------------------------------- Daniel P. Berrange (6): io: add ability to set a name for IO channels nbd: set name for all I/O channels created char: set name for all I/O channels created migration: set name for all I/O channels created vnc: set name for all I/O channels created main: set names for main loop sources created Felipe Franciosi (4): io: Fix double shift usages on QIOChannel features io: Use qio_channel_has_feature() where applicable io: Introduce a qio_channel_set_feature() helper io: Add a QIOChannelSocket cleanup test block/nbd.c | 1 + blockdev-nbd.c | 3 ++ include/glib-compat.h | 11 ++++++ include/io/channel.h | 29 ++++++++++++++-- io/channel-socket.c | 12 ++++--- io/channel-tls.c | 4 +-- io/channel-websock.c | 4 +-- io/channel.c | 35 +++++++++++++++---- main-loop.c | 2 ++ migration/exec.c | 2 ++ migration/fd.c | 2 ++ migration/migration.c | 1 + migration/savevm.c | 3 ++ migration/socket.c | 5 +++ migration/tls.c | 2 ++ nbd/client.c | 1 + nbd/server.c | 1 + qemu-char.c | 77 ++++++++++++++++++++++++++++++++++++++---- tests/test-io-channel-socket.c | 33 ++++++++++++++++++ ui/vnc-auth-vencrypt.c | 1 + ui/vnc-ws.c | 3 ++ ui/vnc.c | 7 ++++ 22 files changed, 213 insertions(+), 26 deletions(-) -- 2.7.4