From nobody Wed Nov 5 10:47:35 2025 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.zohomail.com; dkim=fail; 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; dmarc=fail(p=none dis=none) header.from=gmail.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1534156486579520.654725652267; Mon, 13 Aug 2018 03:34:46 -0700 (PDT) Received: from localhost ([::1]:38634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpABN-0007zI-C2 for importer@patchew.org; Mon, 13 Aug 2018 06:34:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fp9tN-0007lH-5f for qemu-devel@nongnu.org; Mon, 13 Aug 2018 06:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fp9tK-0002nE-GX for qemu-devel@nongnu.org; Mon, 13 Aug 2018 06:16:05 -0400 Received: from mail-ed1-x544.google.com ([2a00:1450:4864:20::544]:40941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fp9tK-0002mS-6a; Mon, 13 Aug 2018 06:16:02 -0400 Received: by mail-ed1-x544.google.com with SMTP id e19-v6so7946033edq.7; Mon, 13 Aug 2018 03:16:02 -0700 (PDT) Received: from localhost.localdomain ([194.230.159.125]) by smtp.gmail.com with ESMTPSA id s27-v6sm11670006edb.73.2018.08.13.03.15.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Aug 2018 03:16:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MNbg0yubGW84HZG/zgtYG5aYWscSi21l5eiTogqnx5c=; b=a4ZIA5JhNwDsivsr9s4Tn9qeH4k+jNsmx3dMXXarTnBsU4NW5maNBgVlshS93hlcql 3wnr3qb7vYMdzOco1NDE7KAKKtwL0vXxyG3EH3CXTsfvj2Leid3WWdCY/aZvFPFWH3LS ePqvSWAbqrXOpD+W1m58+220gG6KxaErU/kiXMPpgUOfsEE/cxkrYO2z/tfOy9p2W3gd 9Z2ImAsp+/argaG1QNqkIYg2HYsqFPirEGhaflhxtd4Ww2Pq5iduUSBJDVB1vsDLnBPG k0lWWPtUgnjRaZ+StFzDBxryntwH6H5CyuP/xWN/TZKDusxS0DKX5c0f+2yfzsWmHZNP TvSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MNbg0yubGW84HZG/zgtYG5aYWscSi21l5eiTogqnx5c=; b=TlCtzhVcArVEGSTnijsjBrchonKa9lnreXNDSQHBl+kWk8KUx+49K8PUbUTTjnri/0 ftzP+kTkd8ztbKVMbP+tTjS1LVWkVqVKY9l7XZGQaqoOoe4d4VCHs3Z3saKHYD4iMtTG +bE9SZiDhrtmBbv6c7oBocQ6iWomMDdEvE0cFNMJBWYBkJrq9M2rcNAJOJbh+B6p1XAt 2fCd0UyIIBnL2ZB1aMcS6SqS0LzcYK6Z2CB7I3rJBDLOs32uU0elF+fD0yh+pbclk9FY obQ258clrYk8fmFA+NiMEjqRCZGCiCapeDq3klccJ65avopCjwCj+1Jq04YpQ5dTwZNm zdlg== X-Gm-Message-State: AOUpUlGa4Sras2S1iy6o7EPLzXoEVUpOp2qR0KxZwfpSDLIpl9zqFesP GipE1h04pPwzC36tAIu2iU4LKDR5Big= X-Google-Smtp-Source: AA+uWPzOCNCsqjkNLIlFT60zQAYYU+UW3IY4vBudLNUwkQf9mIBwkn1hcXoccVmXEbvPBnxWEDyYzA== X-Received: by 2002:a50:ca83:: with SMTP id x3-v6mr22112085edh.287.1534155360908; Mon, 13 Aug 2018 03:16:00 -0700 (PDT) From: Emanuele Giuseppe Esposito To: qemu-devel@nongnu.org Date: Mon, 13 Aug 2018 12:14:41 +0200 Message-Id: <20180813101453.10200-22-e.emanuelegiuseppe@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180813101453.10200-1-e.emanuelegiuseppe@gmail.com> References: <20180813101453.10200-1-e.emanuelegiuseppe@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::544 Subject: [Qemu-devel] [PATCH 21/33] tests/qgraph: virtio-9p driver and interface nodes 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: Laurent Vivier , Fam Zheng , qemu-block@nongnu.org, "Michael S. Tsirkin" , Jason Wang , Amit Shah , Emanuele Giuseppe Esposito , Alexander Graf , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Greg Kurz , qemu-ppc@nongnu.org, Gerd Hoffmann , Stefan Hajnoczi , Paolo Bonzini , John Snow , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDMRC_1 RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Add qgraph nodes for virtio-9p-pci and virtio-9p-device. Both nodes produce virtio-9p, but virtio-9p-pci receives a pci-bus and overrides virtio-pci QOSGraphObject and its functions, while virtio-9p-device receives a virtio and implements its own functions Signed-off-by: Emanuele Giuseppe Esposito --- tests/Makefile.include | 1 + tests/libqos/virtio-9p.c | 165 +++++++++++++++++++++++++++++++++++++++ tests/libqos/virtio-9p.h | 42 ++++++++++ 3 files changed, 208 insertions(+) create mode 100644 tests/libqos/virtio-9p.c create mode 100644 tests/libqos/virtio-9p.h diff --git a/tests/Makefile.include b/tests/Makefile.include index eafceefc12..48d3aab447 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -770,6 +770,7 @@ libqgraph-machines-obj-y +=3D tests/libqos/ppc64_pserie= s-machine.o libqgraph-machines-obj-y +=3D tests/libqos/virt-machine.o =20 libqgraph-virtio-obj-y =3D tests/libqos/virtio-serial.o +libqgraph-virtio-obj-y +=3D tests/libqos/virtio-9p.o =20 libqgraph-pci-obj-y =3D $(libqos-virtio-obj-y) libqgraph-pci-obj-y +=3D $(libqgraph-machines-obj-y) diff --git a/tests/libqos/virtio-9p.c b/tests/libqos/virtio-9p.c new file mode 100644 index 0000000000..df60db8f39 --- /dev/null +++ b/tests/libqos/virtio-9p.c @@ -0,0 +1,165 @@ +/* + * libqos driver framework + * + * Copyright (c) 2018 Emanuele Giuseppe Esposito + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, see + */ + +#include "qemu/osdep.h" +#include "libqtest.h" +#include "standard-headers/linux/virtio_ids.h" +#include "libqos/virtio-9p.h" +#include "libqos/qgraph.h" + +static QGuestAllocator *alloc; + +static void virtio_9p_cleanup(QVirtio9P *interface) +{ + qvirtqueue_cleanup(interface->vdev->bus, interface->vq, alloc); +} + +static void virtio_9p_setup(QVirtio9P *interface) +{ + interface->vq =3D qvirtqueue_setup(interface->vdev, alloc, 0); + qvirtio_set_driver_ok(interface->vdev); +} + +/* virtio-9p-device */ +static void virtio_9p_device_destructor(QOSGraphObject *obj) +{ + QVirtio9PDevice *v_9p =3D (QVirtio9PDevice *) obj; + QVirtio9P *interface =3D &v_9p->v9p; + virtio_9p_cleanup(interface); + + g_free(v_9p); +} + +static void virtio_9p_device_start_hw(QOSGraphObject *obj) +{ + QVirtio9PDevice *v_9p =3D (QVirtio9PDevice *) obj; + QVirtio9P *interface =3D &v_9p->v9p; + + virtio_9p_setup(interface); +} + +static void *virtio_9p_device_get_driver(void *object, const char *interfa= ce) +{ + QVirtio9PDevice *v_9p =3D object; + if (!g_strcmp0(interface, "virtio-9p")) { + return &v_9p->v9p; + } + + fprintf(stderr, "%s not present in virtio-9p-device\n", interface); + g_assert_not_reached(); +} + +static void *virtio_9p_device_create(void *virtio_dev, + QGuestAllocator *t_alloc, + void *addr) +{ + QVirtio9PDevice *virtio_device =3D g_new0(QVirtio9PDevice, 1); + QVirtio9P *interface =3D &virtio_device->v9p; + + interface->vdev =3D virtio_dev; + alloc =3D t_alloc; + + virtio_device->obj.destructor =3D virtio_9p_device_destructor; + virtio_device->obj.get_driver =3D virtio_9p_device_get_driver; + virtio_device->obj.start_hw =3D virtio_9p_device_start_hw; + + return &virtio_device->obj; +} + +/* virtio-9p-pci */ +static void virtio_9p_pci_destructor(QOSGraphObject *obj) +{ + QVirtio9PPCI *v9_pci =3D (QVirtio9PPCI *) obj; + QVirtio9P *interface =3D &v9_pci->v9p; + QOSGraphObject *pci_vobj =3D &v9_pci->pci_vdev.obj; + + virtio_9p_cleanup(interface); + qvirtio_pci_destructor(pci_vobj); + g_free(v9_pci); +} + +static void virtio_9p_pci_start_hw(QOSGraphObject *obj) +{ + QVirtio9PPCI *v9_pci =3D (QVirtio9PPCI *) obj; + QVirtio9P *interface =3D &v9_pci->v9p; + QOSGraphObject *pci_vobj =3D &v9_pci->pci_vdev.obj; + + qvirtio_pci_start_hw(pci_vobj); + virtio_9p_setup(interface); +} + +static void *virtio_9p_pci_get_driver(void *object, const char *interface) +{ + QVirtio9PPCI *v9p =3D object; + if (!g_strcmp0(interface, "virtio-9p")) { + return &v9p->v9p; + } + + fprintf(stderr, "%s not present in virtio-9p-pci\n", interface); + g_assert_not_reached(); +} + +static void *virtio_9p_pci_create(void *pci_bus, QGuestAllocator *t_alloc, + void *addr) +{ + QVirtio9PPCI *v9_pci =3D g_new0(QVirtio9PPCI, 1); + QVirtio9P *interface =3D &v9_pci->v9p; + QOSGraphObject *obj =3D &v9_pci->pci_vdev.obj; + + virtio_pci_init(&v9_pci->pci_vdev, pci_bus, addr); + interface->vdev =3D &v9_pci->pci_vdev.vdev; + alloc =3D t_alloc; + + g_assert_cmphex(interface->vdev->device_type, =3D=3D, VIRTIO_ID_9P); + + obj->destructor =3D virtio_9p_pci_destructor; + obj->start_hw =3D virtio_9p_pci_start_hw; + obj->get_driver =3D virtio_9p_pci_get_driver; + + return obj; +} + +static void virtio_9p_register_nodes(void) +{ + const char *str_simple =3D "fsdev=3Dfsdev0,mount_tag=3D" MOUNT_TAG; + const char *str_addr =3D "fsdev=3Dfsdev0,addr=3D04.0,mount_tag=3D" MOU= NT_TAG; + + QPCIAddress addr =3D { + .devfn =3D QPCI_DEVFN(4, 0), + }; + + QOSGraphEdgeOptions opts =3D { + .before_cmd_line =3D "-fsdev synth,id=3Dfsdev0", + }; + + /* virtio-9p-device */ + opts.extra_device_opts =3D str_simple, + qos_node_create_driver("virtio-9p-device", virtio_9p_device_create); + qos_node_consumes("virtio-9p-device", "virtio", &opts); + qos_node_produces("virtio-9p-device", "virtio-9p"); + + /* virtio-9p-pci */ + opts.extra_device_opts =3D str_addr; + add_qpci_address(&opts, &addr); + qos_node_create_driver("virtio-9p-pci", virtio_9p_pci_create); + qos_node_consumes("virtio-9p-pci", "pci-bus", &opts); + qos_node_produces("virtio-9p-pci", "virtio-9p"); + +} + +libqos_init(virtio_9p_register_nodes); diff --git a/tests/libqos/virtio-9p.h b/tests/libqos/virtio-9p.h new file mode 100644 index 0000000000..dba22772b5 --- /dev/null +++ b/tests/libqos/virtio-9p.h @@ -0,0 +1,42 @@ +/* + * libqos driver framework + * + * Copyright (c) 2018 Emanuele Giuseppe Esposito + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, see + */ + +#include "libqos/qgraph.h" +#include "libqos/virtio.h" +#include "libqos/virtio-pci.h" + +typedef struct QVirtio9P QVirtio9P; +typedef struct QVirtio9PPCI QVirtio9PPCI; +typedef struct QVirtio9PDevice QVirtio9PDevice; + +#define MOUNT_TAG "qtest" + +struct QVirtio9P { + QVirtioDevice *vdev; + QVirtQueue *vq; +}; + +struct QVirtio9PPCI { + QVirtioPCIDevice pci_vdev; + QVirtio9P v9p; +}; + +struct QVirtio9PDevice { + QOSGraphObject obj; + QVirtio9P v9p; +}; --=20 2.17.1