From patchwork Fri Apr 24 11:40:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 464190 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DCD3614018C for ; Fri, 24 Apr 2015 21:42:33 +1000 (AEST) Received: from localhost ([::1]:44283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ylc08-0006aX-1s for incoming@patchwork.ozlabs.org; Fri, 24 Apr 2015 07:42:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlbzP-00052j-M7 for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:41:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlbzL-0008M4-5z for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:41:47 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:46869 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlbzK-0008LO-JI; Fri, 24 Apr 2015 07:41:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUGAGErOlVbdWOb/2dsb2JhbABbgwyBLrRWAQEBAQEBBQGBApg9AoE9TAEBAQEBAYELhCEBAQQnUhBRPBsZiC8By30BAQgihhaKJQeELQWGPIUUkC+BIoY1jXQjYIEkAxyBVDsxgQIEgT4BAQE X-IPAS-Result: AlUGAGErOlVbdWOb/2dsb2JhbABbgwyBLrRWAQEBAQEBBQGBApg9AoE9TAEBAQEBAYELhCEBAQQnUhBRPBsZiC8By30BAQgihhaKJQeELQWGPIUUkC+BIoY1jXQjYIEkAxyBVDsxgQIEgT4BAQE X-IronPort-AV: E=Sophos;i="5.11,639,1422918000"; d="scan'208";a="349787587" Received: from fanzine.igalia.com ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 24 Apr 2015 13:41:38 +0200 Received: from maestria.local.igalia.com ([192.168.10.14] helo=mail.igalia.com) by fanzine.igalia.com with esmtps (Cipher TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim) id 1YlbzG-00034T-Nq; Fri, 24 Apr 2015 13:41:38 +0200 Received: from fanzine.local.igalia.com ([192.168.10.13] helo=perseus.local) by mail.igalia.com with esmtps (Cipher TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim) id 1YlbzF-0000pU-Rb; Fri, 24 Apr 2015 13:41:38 +0200 Received: from berto by perseus.local with local (Exim 4.84) (envelope-from ) id 1YlbzE-0001s1-CK; Fri, 24 Apr 2015 14:41:36 +0300 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Fri, 24 Apr 2015 14:40:46 +0300 Message-Id: <36d8519b6cc18bb5d4d9b2c8cc33b3f3452cb1d8.1429875134.git.berto@igalia.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.51.32.191 Cc: Kevin Wolf , Alberto Garcia , qemu-block@nongnu.org, Max Reitz , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 02/11] block: allow block jobs in any arbitrary node X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Currently, block jobs can only be owned by root nodes. This patch allows block jobs to be in any arbitrary node, by making the following changes: - Block jobs can now be identified by the node name of their BlockDriverState in addition to the device name. Since both device and node names live in the same namespace there's no ambiguity. - The "device" parameter used by all commands that operate on block jobs can also be a node name now. - The node name is used as a fallback to fill in the BlockJobInfo structure and all BLOCK_JOB_* events if there is no device name for that job. Signed-off-by: Alberto Garcia Reviewed-by: Max Reitz Reviewed-by: Eric Blake --- block/mirror.c | 5 +++-- blockdev.c | 16 ++++++++-------- blockjob.c | 18 ++++++++++-------- docs/qmp/qmp-events.txt | 8 ++++---- include/qapi/qmp/qerror.h | 3 --- qapi/block-core.json | 20 ++++++++++---------- 6 files changed, 35 insertions(+), 35 deletions(-) diff --git a/block/mirror.c b/block/mirror.c index 4056164..189e8f8 100644 --- a/block/mirror.c +++ b/block/mirror.c @@ -607,8 +607,9 @@ static void mirror_complete(BlockJob *job, Error **errp) return; } if (!s->synced) { - error_set(errp, QERR_BLOCK_JOB_NOT_READY, - bdrv_get_device_name(job->bs)); + error_setg(errp, + "The active block job for device '%s' cannot be completed", + bdrv_get_device_name(job->bs)); return; } diff --git a/blockdev.c b/blockdev.c index 567d5e3..677432f 100644 --- a/blockdev.c +++ b/blockdev.c @@ -2643,32 +2643,32 @@ out: aio_context_release(aio_context); } -/* Get the block job for a given device name and acquire its AioContext */ -static BlockJob *find_block_job(const char *device, AioContext **aio_context, +/* Get the block job for a given device or node name + * and acquire its AioContext */ +static BlockJob *find_block_job(const char *device_or_node, + AioContext **aio_context, Error **errp) { - BlockBackend *blk; BlockDriverState *bs; - blk = blk_by_name(device); - if (!blk) { + bs = bdrv_lookup_bs(device_or_node, device_or_node, errp); + if (!bs) { goto notfound; } - bs = blk_bs(blk); *aio_context = bdrv_get_aio_context(bs); aio_context_acquire(*aio_context); if (!bs->job) { aio_context_release(*aio_context); + error_set(errp, ERROR_CLASS_DEVICE_NOT_ACTIVE, + "No active block job on node '%s'", device_or_node); goto notfound; } return bs->job; notfound: - error_set(errp, ERROR_CLASS_DEVICE_NOT_ACTIVE, - "No active block job on device '%s'", device); *aio_context = NULL; return NULL; } diff --git a/blockjob.c b/blockjob.c index 562362b..57cf0c3 100644 --- a/blockjob.c +++ b/blockjob.c @@ -52,7 +52,8 @@ void *block_job_create(const BlockJobDriver *driver, BlockDriverState *bs, BlockJob *job; if (bs->job) { - error_set(errp, QERR_DEVICE_IN_USE, bdrv_get_device_name(bs)); + error_setg(errp, "Node '%s' is in use", + bdrv_get_device_or_node_name(bs)); return NULL; } bdrv_ref(bs); @@ -121,8 +122,9 @@ void block_job_set_speed(BlockJob *job, int64_t speed, Error **errp) void block_job_complete(BlockJob *job, Error **errp) { if (job->paused || job->cancelled || !job->driver->complete) { - error_set(errp, QERR_BLOCK_JOB_NOT_READY, - bdrv_get_device_name(job->bs)); + error_setg(errp, + "The active block job for node '%s' cannot be completed", + bdrv_get_device_or_node_name(job->bs)); return; } @@ -268,7 +270,7 @@ BlockJobInfo *block_job_query(BlockJob *job) { BlockJobInfo *info = g_new0(BlockJobInfo, 1); info->type = g_strdup(BlockJobType_lookup[job->driver->job_type]); - info->device = g_strdup(bdrv_get_device_name(job->bs)); + info->device = g_strdup(bdrv_get_device_or_node_name(job->bs)); info->len = job->len; info->busy = job->busy; info->paused = job->paused; @@ -290,7 +292,7 @@ static void block_job_iostatus_set_err(BlockJob *job, int error) void block_job_event_cancelled(BlockJob *job) { qapi_event_send_block_job_cancelled(job->driver->job_type, - bdrv_get_device_name(job->bs), + bdrv_get_device_or_node_name(job->bs), job->len, job->offset, job->speed, @@ -300,7 +302,7 @@ void block_job_event_cancelled(BlockJob *job) void block_job_event_completed(BlockJob *job, const char *msg) { qapi_event_send_block_job_completed(job->driver->job_type, - bdrv_get_device_name(job->bs), + bdrv_get_device_or_node_name(job->bs), job->len, job->offset, job->speed, @@ -314,7 +316,7 @@ void block_job_event_ready(BlockJob *job) job->ready = true; qapi_event_send_block_job_ready(job->driver->job_type, - bdrv_get_device_name(job->bs), + bdrv_get_device_or_node_name(job->bs), job->len, job->offset, job->speed, &error_abort); @@ -343,7 +345,7 @@ BlockErrorAction block_job_error_action(BlockJob *job, BlockDriverState *bs, default: abort(); } - qapi_event_send_block_job_error(bdrv_get_device_name(job->bs), + qapi_event_send_block_job_error(bdrv_get_device_or_node_name(job->bs), is_read ? IO_OPERATION_TYPE_READ : IO_OPERATION_TYPE_WRITE, action, &error_abort); diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index b19e490..db90c61 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -89,7 +89,7 @@ Data: - "type": Job type (json-string; "stream" for image streaming "commit" for block commit) -- "device": Device name (json-string) +- "device": Device name, or node name if not present (json-string) - "len": Maximum progress value (json-int) - "offset": Current progress value (json-int) On success this is equal to len. @@ -113,7 +113,7 @@ Data: - "type": Job type (json-string; "stream" for image streaming "commit" for block commit) -- "device": Device name (json-string) +- "device": Device name, or node name if not present (json-string) - "len": Maximum progress value (json-int) - "offset": Current progress value (json-int) On success this is equal to len. @@ -140,7 +140,7 @@ Emitted when a block job encounters an error. Data: -- "device": device name (json-string) +- "device": device name, or node name if not present (json-string) - "operation": I/O operation (json-string, "read" or "write") - "action": action that has been taken, it's one of the following (json-string): "ignore": error has been ignored, the job may fail later @@ -164,7 +164,7 @@ Data: - "type": Job type (json-string; "stream" for image streaming "commit" for block commit) -- "device": Device name (json-string) +- "device": Device name, or node name if not present (json-string) - "len": Maximum progress value (json-int) - "offset": Current progress value (json-int) On success this is equal to len. diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index e567339..4ba442e 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -37,9 +37,6 @@ void qerror_report_err(Error *err); #define QERR_BASE_NOT_FOUND \ ERROR_CLASS_GENERIC_ERROR, "Base '%s' not found" -#define QERR_BLOCK_JOB_NOT_READY \ - ERROR_CLASS_GENERIC_ERROR, "The active block job for device '%s' cannot be completed" - #define QERR_BUS_NO_HOTPLUG \ ERROR_CLASS_GENERIC_ERROR, "Bus '%s' does not support hotplugging" diff --git a/qapi/block-core.json b/qapi/block-core.json index 21e6cb5..5126ae0 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -540,7 +540,7 @@ # # @type: the job type ('stream' for image streaming) # -# @device: the block device name +# @device: the block device name, or node name if not present # # @len: the maximum progress value # @@ -1065,7 +1065,7 @@ # # Throttling can be disabled by setting the speed to 0. # -# @device: the device name +# @device: the device or node name of the owner of the block job. # # @speed: the maximum speed, in bytes per second, or 0 for unlimited. # Defaults to 0. @@ -1096,7 +1096,7 @@ # operation can be started at a later time to finish copying all data from the # backing file. # -# @device: the device name +# @device: the device or node name of the owner of the block job. # # @force: #optional whether to allow cancellation of a paused job (default # false). Since 1.3. @@ -1122,7 +1122,7 @@ # the operation is actually paused. Cancelling a paused job automatically # resumes it. # -# @device: the device name +# @device: the device or node name of the owner of the block job. # # Returns: Nothing on success # If no background operation is active on this device, DeviceNotActive @@ -1142,7 +1142,7 @@ # # This command also clears the error status of the job. # -# @device: the device name +# @device: the device or node name of the owner of the block job. # # Returns: Nothing on success # If no background operation is active on this device, DeviceNotActive @@ -1168,7 +1168,7 @@ # # A cancelled or paused job cannot be completed. # -# @device: the device name +# @device: the device or node name of the owner of the block job. # # Returns: Nothing on success # If no background operation is active on this device, DeviceNotActive @@ -1821,7 +1821,7 @@ # # @type: job type # -# @device: device name +# @device: device name, or node name if not present # # @len: maximum progress value # @@ -1852,7 +1852,7 @@ # # @type: job type # -# @device: device name +# @device: device name, or node name if not present # # @len: maximum progress value # @@ -1875,7 +1875,7 @@ # # Emitted when a block job encounters an error # -# @device: device name +# @device: device name, or node name if not present # # @operation: I/O operation # @@ -1895,7 +1895,7 @@ # # @type: job type # -# @device: device name +# @device: device name, or node name if not present # # @len: maximum progress value #