From nobody Tue Feb 10 04:17:10 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1492595747984469.5668189311792; Wed, 19 Apr 2017 02:55:47 -0700 (PDT) Received: from localhost ([::1]:46765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0mKw-0004ju-Kr for importer@patchew.org; Wed, 19 Apr 2017 05:55:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0mAx-0004zV-QD for qemu-devel@nongnu.org; Wed, 19 Apr 2017 05:45:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0mAw-00068a-Qw for qemu-devel@nongnu.org; Wed, 19 Apr 2017 05:45:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47804) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0mAs-00063c-1T; Wed, 19 Apr 2017 05:45:22 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EC62280F9E; Wed, 19 Apr 2017 09:45:20 +0000 (UTC) Received: from lemon.redhat.com (ovpn-8-64.pek2.redhat.com [10.72.8.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9440518A42; Wed, 19 Apr 2017 09:45:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com EC62280F9E Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=famz@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com EC62280F9E From: Fam Zheng To: qemu-devel@nongnu.org Date: Wed, 19 Apr 2017 17:43:56 +0800 Message-Id: <20170419094356.19826-17-famz@redhat.com> In-Reply-To: <20170419094356.19826-1-famz@redhat.com> References: <20170419094356.19826-1-famz@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 19 Apr 2017 09:45:21 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 16/16] tests: Add test case for BLK_PERM_AIO_CONTEXT_CHANGE X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , qemu-block@nongnu.org, Stefan Hajnoczi , Max Reitz Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Fam Zheng --- tests/Makefile.include | 2 ++ tests/test-blk-perm.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 61 insertions(+) create mode 100644 tests/test-blk-perm.c diff --git a/tests/Makefile.include b/tests/Makefile.include index f3de81f..b38e090 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -56,6 +56,7 @@ gcov-files-test-thread-pool-y =3D thread-pool.c gcov-files-test-hbitmap-y =3D util/hbitmap.c check-unit-y +=3D tests/test-hbitmap$(EXESUF) gcov-files-test-hbitmap-y =3D blockjob.c +check-unit-y +=3D tests/test-blk-perm$(EXESUF) check-unit-y +=3D tests/test-blockjob$(EXESUF) check-unit-y +=3D tests/test-blockjob-txn$(EXESUF) check-unit-y +=3D tests/test-x86-cpuid$(EXESUF) @@ -543,6 +544,7 @@ tests/test-coroutine$(EXESUF): tests/test-coroutine.o $= (test-block-obj-y) tests/test-aio$(EXESUF): tests/test-aio.o $(test-block-obj-y) tests/test-aio-multithread$(EXESUF): tests/test-aio-multithread.o $(test-b= lock-obj-y) tests/test-throttle$(EXESUF): tests/test-throttle.o $(test-block-obj-y) +tests/test-blk-perm$(EXESUF): tests/test-blk-perm.o $(test-block-obj-y) tests/test-blockjob$(EXESUF): tests/test-blockjob.o $(test-block-obj-y) $(= test-util-obj-y) tests/test-blockjob-txn$(EXESUF): tests/test-blockjob-txn.o $(test-block-o= bj-y) $(test-util-obj-y) tests/test-thread-pool$(EXESUF): tests/test-thread-pool.o $(test-block-obj= -y) diff --git a/tests/test-blk-perm.c b/tests/test-blk-perm.c new file mode 100644 index 0000000..d6129ab --- /dev/null +++ b/tests/test-blk-perm.c @@ -0,0 +1,59 @@ +/* + * Block permission tests + * + * Copyright Red Hat, Inc. 2017 + * + * Authors: + * Fam Zheng + * + * This work is licensed under the terms of the GNU LGPL, version 2 or lat= er. + * See the COPYING.LIB file in the top-level directory. + */ + +#include "qemu/osdep.h" +#include "qapi/error.h" +#include "sysemu/block-backend.h" + +static void test_aio_context_success(void) +{ + BlockBackend *blk1 =3D blk_new(BLK_PERM_AIO_CONTEXT_CHANGE, BLK_PERM_A= LL); + BlockBackend *blk2 =3D blk_new(BLK_PERM_AIO_CONTEXT_CHANGE, BLK_PERM_A= LL); + BlockDriverState *bs =3D bdrv_open("null-co://", NULL, NULL, 0, &error= _abort); + + blk_insert_bs(blk1, bs, &error_abort); + blk_insert_bs(blk2, bs, &error_abort); + + blk_unref(blk1); + blk_unref(blk2); + bdrv_unref(bs); +} + +static void test_aio_context_failure(void) +{ + Error *local_err =3D NULL; + BlockBackend *blk1 =3D blk_new(BLK_PERM_AIO_CONTEXT_CHANGE, + BLK_PERM_ALL & ~BLK_PERM_AIO_CONTEXT_CHAN= GE); + BlockBackend *blk2 =3D blk_new(BLK_PERM_AIO_CONTEXT_CHANGE, BLK_PERM_A= LL); + BlockDriverState *bs =3D bdrv_open("null-co://", NULL, NULL, 0, &error= _abort); + + blk_insert_bs(blk1, bs, &error_abort); + blk_insert_bs(blk2, bs, &local_err); + + g_assert_nonnull(local_err); + + blk_unref(blk1); + blk_unref(blk2); + bdrv_unref(bs); +} + +int main(int argc, char **argv) +{ + bdrv_init(); + qemu_init_main_loop(&error_abort); + g_test_init(&argc, &argv, NULL); + g_test_add_func("/block/perm/aio-context/success", + test_aio_context_success); + g_test_add_func("/block/perm/aio-context/failure", + test_aio_context_failure); + return g_test_run(); +} --=20 2.9.3