From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwV1Y-00011z-S6 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 07:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwV1T-0001AN-Nj for qemu-devel@nongnu.org; Mon, 16 Jun 2014 07:24:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwV1T-00019K-FP for qemu-devel@nongnu.org; Mon, 16 Jun 2014 07:24:23 -0400 From: Stefan Hajnoczi Date: Mon, 16 Jun 2014 19:23:24 +0800 Message-Id: <1402917843-6459-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/39] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 06a59afac4505f5ed942db4200e5ca16fcbba74d: Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into staging (2014-06-13 18:18:55 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 98d896d978eef0fd6ff8d93a1ccea34e00b97f8c: QemuOpts: cleanup tmp 'allocated' member from QemuOptsList (2014-06-16 17:23:21 +0800) ---------------------------------------------------------------- Block pull request ---------------------------------------------------------------- Chunyan Liu (33): QemuOpts: move find_desc_by_name ahead for later calling QemuOpts: repurpose qemu_opts_print to replace print_option_parameters QemuOpts: add def_value_str to QemuOptDesc qapi: output def_value_str when query command line options QemuOpts: change opt->name|str from (const char *) to (char *) QemuOpts: move qemu_opt_del ahead for later calling QemuOpts: add qemu_opt_get_*_del functions for replace work QemuOpts: add qemu_opts_print_help to replace print_option_help QemuOpts: add conversion between QEMUOptionParameter to QemuOpts QemuOpts: add qemu_opts_append to replace append_option_parameters QemuOpts: check NULL input for qemu_opts_del change block layer to support both QemuOpts and QEMUOptionParamter vvfat.c: handle cross_driver's create_options and create_opts cow.c: replace QEMUOptionParameter with QemuOpts gluster.c: replace QEMUOptionParameter with QemuOpts iscsi.c: replace QEMUOptionParameter with QemuOpts nfs.c: replace QEMUOptionParameter with QemuOpts qcow.c: replace QEMUOptionParameter with QemuOpts QemuOpts: export qemu_opt_find qcow2.c: replace QEMUOptionParameter with QemuOpts qed.c: replace QEMUOptionParameter with QemuOpts raw-posix.c: replace QEMUOptionParameter with QemuOpts raw-win32.c: replace QEMUOptionParameter with QemuOpts raw_bsd.c: replace QEMUOptionParameter with QemuOpts rbd.c: replace QEMUOptionParameter with QemuOpts sheepdog.c: replace QEMUOptionParameter with QemuOpts ssh.c: replace QEMUOptionParameter with QemuOpts vdi.c: replace QEMUOptionParameter with QemuOpts vhdx.c: replace QEMUOptionParameter with QemuOpts vmdk.c: replace QEMUOptionParameter with QemuOpts vpc.c: replace QEMUOptionParameter with QemuOpts cleanup QEMUOptionParameter QemuOpts: cleanup tmp 'allocated' member from QemuOptsList Kevin Wolf (1): blockdev: Move 'serial' option to drive_init() Markus Armbruster (3): block: Drop superfluous conditionals around g_free() blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del() blockdev: Remove unused DriveInfo reference count Peter Lieven (1): block/nfs: fix potential segfault on early callback Stefan Weil (1): configure: Enable dead code (lzo, snappy, quorum) block.c | 99 ++++---- block/cow.c | 52 ++-- block/curl.c | 9 +- block/gluster.c | 73 +++--- block/iscsi.c | 36 ++- block/nfs.c | 14 +- block/qcow.c | 72 +++--- block/qcow2.c | 259 ++++++++++---------- block/qed.c | 112 +++++---- block/qed.h | 3 +- block/raw-posix.c | 55 ++--- block/raw-win32.c | 38 +-- block/raw_bsd.c | 25 +- block/rbd.c | 61 +++-- block/sheepdog.c | 105 ++++---- block/ssh.c | 30 ++- block/vdi.c | 71 +++--- block/vhdx.c | 97 ++++---- block/vhdx.h | 1 + block/vmdk.c | 121 +++++----- block/vpc.c | 60 ++--- block/vvfat.c | 14 +- blockdev.c | 48 ++-- configure | 39 +-- device-hotplug.c | 4 +- hw/block/onenand.c | 4 +- hw/ide/piix.c | 2 +- hw/usb/dev-storage.c | 2 +- include/block/block.h | 7 +- include/block/block_int.h | 9 +- include/qemu/option.h | 53 +--- include/qemu/option_int.h | 4 +- include/sysemu/blockdev.h | 8 +- qapi-schema.json | 5 +- qapi/opts-visitor.c | 10 +- qemu-img.c | 91 ++++--- qmp-commands.hx | 2 + tests/qemu-iotests/049.out | 2 +- tests/qemu-iotests/061.out | 2 +- tests/qemu-iotests/081.out | 2 +- util/qemu-config.c | 4 + util/qemu-option.c | 590 ++++++++++++++++++++------------------------- vl.c | 4 +- 43 files changed, 1096 insertions(+), 1203 deletions(-) -- 1.9.3