From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCRUl-0006Yj-It for qemu-devel@nongnu.org; Mon, 04 Mar 2013 04:15:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCRUd-0001xs-7t for qemu-devel@nongnu.org; Mon, 04 Mar 2013 04:15:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCRUd-0001xf-1D for qemu-devel@nongnu.org; Mon, 04 Mar 2013 04:15:35 -0500 From: Stefan Hajnoczi Date: Mon, 4 Mar 2013 10:15:22 +0100 Message-Id: <1362388531-32305-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/9] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 806f352d3d6f7b326b0ab3a49c622b124459dc8d: gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end (2013-03-03 14:29:08 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to 272d2d8e1241b92ab9be87b2c8fb590fd84987a8: block: for HMP commit() operations on 'all', skip non-COW drives (2013-03-04 09:54:17 +0100) ---------------------------------------------------------------- Christian Borntraeger (1): virtio-blk: fix unplug + virsh reboot Jeff Cody (1): block: for HMP commit() operations on 'all', skip non-COW drives MORITA Kazutaka (5): slirp/tcp_subr.c: fix coding style in tcp_connect move socket_set_nodelay to osdep.c sheepdog: accept URIs sheepdog: use inet_connect to simplify connect code sheepdog: add support for connecting to unix domain socket Mark Cave-Ayland (1): ide/macio: Fix macio DMA initialisation. Paolo Bonzini (1): dataplane: remove EventPoll in favor of AioContext block.c | 8 +- block/sheepdog.c | 315 +++++++++++++++++++++++++++------------------ gdbstub.c | 5 +- hw/dataplane/Makefile.objs | 2 +- hw/dataplane/event-poll.c | 100 -------------- hw/dataplane/event-poll.h | 40 ------ hw/dataplane/virtio-blk.c | 48 ++++--- hw/macio.c | 2 +- hw/virtio-blk.c | 4 +- include/qemu/sockets.h | 1 + qemu-char.c | 6 - qemu-doc.texi | 22 ++-- qemu-options.hx | 18 +-- slirp/tcp_subr.c | 139 ++++++++++---------- util/osdep.c | 6 + 15 files changed, 328 insertions(+), 388 deletions(-) delete mode 100644 hw/dataplane/event-poll.c delete mode 100644 hw/dataplane/event-poll.h -- 1.8.1.4