From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5y8-0000NB-9H for qemu-devel@nongnu.org; Fri, 22 Mar 2013 13:41:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ5y6-0001I4-O7 for qemu-devel@nongnu.org; Fri, 22 Mar 2013 13:41:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5y5-0001Hd-PV for qemu-devel@nongnu.org; Fri, 22 Mar 2013 13:41:30 -0400 From: Kevin Wolf Date: Fri, 22 Mar 2013 18:41:09 +0100 Message-Id: <1363974083-28440-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 00/14] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit afed26082219b49443193b4ac32d113bbcf967fd: microblaze: Ignore non-cpu accesses to unmapped areas (2013-03-19 17:34:47 +0100) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony for you to fetch changes up to 681e7ad024d80123a1ae8e35f86fb1a7f03b1bc9: nbd: Check against invalid option combinations (2013-03-22 17:51:32 +0100) ---------------------------------------------------------------- Kevin Wolf (12): block: Add options QDict to bdrv_file_open() prototypes block: Pass bdrv_file_open() options to block drivers qemu-socket: Make socket_optslist public nbd: Keep hostname and port separate nbd: Remove unused functions nbd: Accept -drive options for the network connection block: Introduce .bdrv_parse_filename callback block: Rename variable to avoid shadowing block: Make find_image_format safe with NULL filename block: Allow omitting the file name when using driver-specific options nbd: Use default port if only host is specified nbd: Check against invalid option combinations Peter Lieven (2): Revert "block: complete all IOs before .bdrv_truncate" block: complete all IOs before resizing a device block.c | 143 +++++++++++++++++++++++++++++++++++++++------- block/blkdebug.c | 5 +- block/blkverify.c | 5 +- block/cow.c | 2 +- block/curl.c | 3 +- block/dmg.c | 13 ++++- block/gluster.c | 2 +- block/iscsi.c | 5 +- block/nbd.c | 135 ++++++++++++++++++++++++++++++++----------- block/qcow.c | 2 +- block/qcow2.c | 2 +- block/qed.c | 2 +- block/raw-posix.c | 15 +++-- block/sheepdog.c | 7 ++- block/vmdk.c | 2 +- block/vvfat.c | 3 +- blockdev.c | 13 ++++- include/block/block.h | 3 +- include/block/block_int.h | 7 ++- include/block/nbd.h | 4 +- include/qemu/sockets.h | 3 + nbd.c | 13 +---- qemu-io.c | 2 +- util/qemu-sockets.c | 30 +++++----- 24 files changed, 308 insertions(+), 113 deletions(-)