From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276863; cv=none; d=zohomail.com; s=zohoarc; b=Mg/l5R1UYtSlP59WTsuY31mOn4NBfzsYm8LORGLVzkZBX/u4m4cKKWR/3RDWvOIm9PUWYvUoDqgujDTXcpCA+NtDgjPda1AFOcWf2B2pn17Lq0Tj9yJl124ubmD1G/DRNuZ/nLfaqJJlxkv5dkuR0bfg/LMZyzKUPn/lJn07rvI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276863; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=0//tcfnDzU+f8W3/NywI8MaQbxXvmBkTXjmDnzJ+n4A=; b=KRs25voE7pr/eGZFBmvQJ82nP9qYYbdmrYV/vaSBbnswaoOhWYJ/rjZR5nmKOvxY+MIA0zE8RqreW0m25r9vY+dtFtkpgaIs2JwCbEy+pPuU9E+MuYPoeSW+LTlvxa0Jgzv0Tk1Vi5rfleeJzO+3EamOEBLHdBOAa1KeS9y5qm4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1591276863259486.3318484080886; Thu, 4 Jun 2020 06:21:03 -0700 (PDT) Received: from localhost ([::1]:41510 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpnp-0007Hn-UC for importer@patchew.org; Thu, 04 Jun 2020 09:21:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpkJ-00007m-Ra for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:23 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:33359 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpkI-00026a-Qr for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:23 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-426-tN6Ts-ouP6WXlb8L7EiYKw-1; Thu, 04 Jun 2020 09:17:20 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 06D7EA0BE0 for ; Thu, 4 Jun 2020 13:17:06 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id CA67A19C58; Thu, 4 Jun 2020 13:16:44 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D4B7B1750A; Thu, 4 Jun 2020 15:16:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276642; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=0//tcfnDzU+f8W3/NywI8MaQbxXvmBkTXjmDnzJ+n4A=; b=R3Sa/hBAYDXW8SvdV7/b4SfM5pKBYt3aQF927mDeJkpmWPQbx41MYqRWSt9qmlSdllzNlW OFywhvcfdH9Kyaj9ii58PRTo3YtLnHtwf1y2Pc1Mq+ymLXIHOuLpCNpNziR+1JbA8ou9Ep NDeOV5rgCNvC/XguiaORyWpTHSgE1UI= X-MC-Unique: tN6Ts-ouP6WXlb8L7EiYKw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 1/7] qdev: add support for device module loading Date: Thu, 4 Jun 2020 15:16:37 +0200 Message-Id: <20200604131643.1776-2-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.61; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:08:38 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" When compiling devices as modules we'll need some infrastrtucture to actually load those modules if needed. This patch adds it. Signed-off-by: Gerd Hoffmann --- include/hw/qdev-core.h | 3 +++ include/qemu/module.h | 1 + hw/core/qdev.c | 50 ++++++++++++++++++++++++++++++++++++++++++ qdev-monitor.c | 5 +++++ qom/qom-qmp-cmds.c | 1 + stubs/hw-module.c | 6 +++++ stubs/Makefile.objs | 1 + 7 files changed, 67 insertions(+) create mode 100644 stubs/hw-module.c diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index b870b279661a..a96c890bb95b 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -552,4 +552,7 @@ void device_listener_unregister(DeviceListener *listene= r); */ bool qdev_should_hide_device(QemuOpts *opts); =20 +void qdev_module_load_type(const char *type); +void qdev_module_load_all(void); + #endif diff --git a/include/qemu/module.h b/include/qemu/module.h index 011ae1ae7605..077a6b09bca7 100644 --- a/include/qemu/module.h +++ b/include/qemu/module.h @@ -64,6 +64,7 @@ typedef enum { #define block_module_load_one(lib) module_load_one("block-", lib) #define ui_module_load_one(lib) module_load_one("ui-", lib) #define audio_module_load_one(lib) module_load_one("audio-", lib) +#define hw_module_load_one(lib) module_load_one("hw-", lib) =20 void register_module_init(void (*fn)(void), module_init_type type); void register_dso_module_init(void (*fn)(void), module_init_type type); diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 9e5538aeaebd..7177798840d4 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -146,10 +146,60 @@ DeviceState *qdev_create(BusState *bus, const char *n= ame) return dev; } =20 +/* + * Building devices modular is mostly useful in case they have + * dependencies to external libraries. Which is the case for very few + * devices. So with the expecration that this will be rather the + * exception than to rule go with a simple hardcoded list for now ... + */ +static struct { + const char *type; + const char *mod; +} const hwmodules[] =3D { +}; + +static bool qdev_module_loaded_all; + +void qdev_module_load_type(const char *type) +{ + int i; + + if (qdev_module_loaded_all) { + return; + } + for (i =3D 0; i < ARRAY_SIZE(hwmodules); i++) { + if (strcmp(hwmodules[i].type, type) =3D=3D 0) { + hw_module_load_one(hwmodules[i].mod); + return; + } + } +} + +void qdev_module_load_all(void) +{ + int i; + + if (qdev_module_loaded_all) { + return; + } + for (i =3D 0; i < ARRAY_SIZE(hwmodules); i++) { + if (i > 0 && strcmp(hwmodules[i - 1].mod, + hwmodules[i].mod) =3D=3D 0) { + /* one module implementing multiple devices -> load only once = */ + continue; + } + hw_module_load_one(hwmodules[i].mod); + } + qdev_module_loaded_all =3D true; +} + DeviceState *qdev_try_create(BusState *bus, const char *type) { DeviceState *dev; =20 + if (object_class_by_name(type) =3D=3D NULL) { + qdev_module_load_type(type); + } if (object_class_by_name(type) =3D=3D NULL) { return NULL; } diff --git a/qdev-monitor.c b/qdev-monitor.c index a4735d3bb190..55dddeb2f978 100644 --- a/qdev-monitor.c +++ b/qdev-monitor.c @@ -147,6 +147,7 @@ static void qdev_print_devinfos(bool show_no_user) int i; bool cat_printed; =20 + qdev_module_load_all(); list =3D object_class_get_list_sorted(TYPE_DEVICE, false); =20 for (i =3D 0; i <=3D DEVICE_CATEGORY_MAX; i++) { @@ -224,6 +225,10 @@ static DeviceClass *qdev_get_device_class(const char *= *driver, Error **errp) oc =3D object_class_by_name(*driver); } } + if (!oc) { + qdev_module_load_type(*driver); + oc =3D object_class_by_name(*driver); + } =20 if (!object_class_dynamic_cast(oc, TYPE_DEVICE)) { if (*driver !=3D original_name) { diff --git a/qom/qom-qmp-cmds.c b/qom/qom-qmp-cmds.c index c5249e44d020..fe48cd2f9cf0 100644 --- a/qom/qom-qmp-cmds.c +++ b/qom/qom-qmp-cmds.c @@ -116,6 +116,7 @@ ObjectTypeInfoList *qmp_qom_list_types(bool has_impleme= nts, { ObjectTypeInfoList *ret =3D NULL; =20 + qdev_module_load_all(); object_class_foreach(qom_list_types_tramp, implements, abstract, &ret); =20 return ret; diff --git a/stubs/hw-module.c b/stubs/hw-module.c new file mode 100644 index 000000000000..1c312d2fc2b3 --- /dev/null +++ b/stubs/hw-module.c @@ -0,0 +1,6 @@ +#include "qemu/osdep.h" +#include "hw/qdev-core.h" + +void qdev_module_load_all(void) +{ +} diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index 6a9e3135e8f9..a4eb96514ddc 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -44,4 +44,5 @@ stub-obj-y +=3D pci-host-piix.o stub-obj-y +=3D ram-block.o stub-obj-y +=3D ramfb.o stub-obj-y +=3D fw_cfg.o +stub-obj-y +=3D hw-module.o stub-obj-$(CONFIG_SOFTMMU) +=3D semihost.o --=20 2.18.4 From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276679; cv=none; d=zohomail.com; s=zohoarc; b=Yjtv7phOtI5frn0steBgibY3rW4p/P0p/0JcEYnw6lbMEuPLvjE9jGNV7rMSWeWFf12I0NR7yXS0gBx+XaqSz+tlGNUpmJXq8PXJiSpmNjnU/yBpGXWYt/VfB4PMbAz45ejx9ouFzwdhYrD6dLGxJFdw5BErIz2vQk3zI0VdVRU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276679; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=4+/WITPq33oOuq4ULbgpiAQx/AA+X0qzxS870TvpddY=; b=DC1S56VAGNnMWS8H9HNXV5lmNbruR+uOLGP3JFlA+XJ6tx0G00cYpTtfCdVJrI9oaocImkG35ziM2uAQk8va2+2Ug76WeScnoNmZvzdcng+6t9b2/Is/jw7dA1+hHeFzsGQPZqu7/73X8ScdtRH1pwdnxz5x/74p9oXhi1LdImE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1591276679639917.6743005859064; Thu, 4 Jun 2020 06:17:59 -0700 (PDT) Received: from localhost ([::1]:55080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpkr-0000mi-8f for importer@patchew.org; Thu, 04 Jun 2020 09:17:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58688) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpjx-0007ki-31 for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:01 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:52956 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpjw-000238-05 for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:00 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-60-gy7WtdMAMGCaGloqGvLRBQ-1; Thu, 04 Jun 2020 09:16:55 -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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id D8922102C886 for ; Thu, 4 Jun 2020 13:16:53 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id CA75F8B557; Thu, 4 Jun 2020 13:16:44 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id DD53C17510; Thu, 4 Jun 2020 15:16:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=4+/WITPq33oOuq4ULbgpiAQx/AA+X0qzxS870TvpddY=; b=d610J0k8vW/utmPQD61IGt0tzJ5JnB5Z4TLsjd2XM0L/g/OwBL25XuBETZZc8ieLEGjk5t 7Qo78n9CEFSX0oorDoV6nergONLJfQ3G6CGCuo+BRFV4HGAElR5odr9KY6VTwlLospP+wr z8VY3CVoaa/xd2TmNVe7kffZO82RW0U= X-MC-Unique: gy7WtdMAMGCaGloqGvLRBQ-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 2/7] build: fix device module builds Date: Thu, 4 Jun 2020 15:16:38 +0200 Message-Id: <20200604131643.1776-3-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=kraxel@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:12:15 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" See comment. Feels quite hackish. Better ideas anyone? Signed-off-by: Gerd Hoffmann --- Makefile.target | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.target b/Makefile.target index 8ed1eba95b9c..c70325df5796 100644 --- a/Makefile.target +++ b/Makefile.target @@ -179,6 +179,13 @@ endif # CONFIG_SOFTMMU dummy :=3D $(call unnest-vars,,obj-y) all-obj-y :=3D $(obj-y) =20 +# +# common-obj-m has some crap here, probably as side effect from +# filling obj-y. Clear it. Fixes suspious dependency errors when +# building devices as modules. +# +common-obj-m :=3D + include $(SRC_PATH)/Makefile.objs dummy :=3D $(call unnest-vars,.., \ authz-obj-y \ --=20 2.18.4 From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276701; cv=none; d=zohomail.com; s=zohoarc; b=Qd8if8JI8u8GU6FMNvopTUQl7sDXNitFLgdGa27m33XO1ZSNqRNaD93orDjPJS/Oa2eZ9MQr/aQB7iLNt78GGyovpcSvf+jN+8tGwmh+XXKITxFixlLlsnijnTEFHMnrduJfKFlAcwAKTrv69Ss9QvsGdKRJpnYWCvr0BGkjVHA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276701; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=CtccG+l+buVKw/BiwQr17ak+aMxrB65+TBtXNmztbGw=; b=Nb/tsF5/oeZEnFIifD+O/1Vi/QQIdwDlLqgawWM1QSVEnzijPOtneSxfA4YpiiDl8M8uR60RDOBcVfLGhW1jsQNUjGuqraQCifm+ib5CsCcZRXIbSTs8j8br532m/Y5Why+0Scmqdo+AA8beRfBTaqqEls8FXkLsKqVW8oVZOw4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1591276701793848.7501152505034; Thu, 4 Jun 2020 06:18:21 -0700 (PDT) Received: from localhost ([::1]:57626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgplE-0001rV-II for importer@patchew.org; Thu, 04 Jun 2020 09:18:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpkJ-00007P-L1 for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:23 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:51697 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpkI-00026U-JO for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:23 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-422-bpObeYQZN-6tIeOBZhw5bA-1; Thu, 04 Jun 2020 09:17:14 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E7868107AFDB for ; Thu, 4 Jun 2020 13:17:03 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id CE61A1002391; Thu, 4 Jun 2020 13:16:44 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id EA81E17511; Thu, 4 Jun 2020 15:16:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276641; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=CtccG+l+buVKw/BiwQr17ak+aMxrB65+TBtXNmztbGw=; b=FNCmnPFmNITn32PMaO3WnrG4qL4bY4m9Zf+4Y6ZXyx6zz711w9Bd89igUEoq8BtlVvtsP8 YFQ+slZT4XOcY3IOEmCUr8NzsAtQ8CBtj2F8ru1RTa3+jP4GI/luGNP8HNcR5WFF7ue9GW K3nclEW+CzgNAoOB/fTYoJwJ+dTDTgc= X-MC-Unique: bpObeYQZN-6tIeOBZhw5bA-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 3/7] ccid: build smartcard as module Date: Thu, 4 Jun 2020 15:16:39 +0200 Message-Id: <20200604131643.1776-4-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.61; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:08:38 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Drops libcacard.so dependency from core qemu. Signed-off-by: Gerd Hoffmann --- Makefile.objs | 1 + hw/core/qdev.c | 2 ++ hw/Makefile.objs | 1 + hw/usb/Makefile.objs | 4 +++- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.objs b/Makefile.objs index 99774cfd2545..28c165c0e623 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -59,6 +59,7 @@ common-obj-y +=3D migration/ common-obj-y +=3D audio/ common-obj-m +=3D audio/ common-obj-y +=3D hw/ +common-obj-m +=3D hw/ =20 common-obj-y +=3D replay/ =20 diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 7177798840d4..36c301750c31 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -156,6 +156,8 @@ static struct { const char *type; const char *mod; } const hwmodules[] =3D { + { .type =3D "ccid-card-passthru", .mod =3D "usb-smartcard" = }, + { .type =3D "ccid-card-emulated", .mod =3D "usb-smartcard" = }, }; =20 static bool qdev_module_loaded_all; diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 660e2b437348..71843591fe43 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -43,4 +43,5 @@ devices-dirs-y +=3D smbios/ endif =20 common-obj-y +=3D $(devices-dirs-y) +common-obj-m +=3D usb/ obj-y +=3D $(devices-dirs-y) diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs index 66835e5bf732..d8e340cd0748 100644 --- a/hw/usb/Makefile.objs +++ b/hw/usb/Makefile.objs @@ -28,11 +28,13 @@ common-obj-$(CONFIG_USB_NETWORK) +=3D dev-network.o =20 ifeq ($(CONFIG_USB_SMARTCARD),y) common-obj-y +=3D dev-smartcard-reader.o -common-obj-$(CONFIG_SMARTCARD) +=3D smartcard.mo +ifeq ($(CONFIG_SMARTCARD),y) +common-obj-m +=3D smartcard.mo smartcard.mo-objs :=3D ccid-card-passthru.o ccid-card-emulated.o smartcard.mo-cflags :=3D $(SMARTCARD_CFLAGS) smartcard.mo-libs :=3D $(SMARTCARD_LIBS) endif +endif =20 ifeq ($(CONFIG_POSIX),y) common-obj-$(CONFIG_USB_STORAGE_MTP) +=3D dev-mtp.o --=20 2.18.4 From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276806; cv=none; d=zohomail.com; s=zohoarc; b=fbdwlQSeijHvTGQIM80gCD6if+OnXSIex50K583RQKSRiWOETD6uPUPlUzbjt2DLEdzr8EeWtDWt9WEMQEljJEQ3ATEBU6UC5RcPTpzjGrqG2cu9mknZgzdxWCmjrjktZ0vZNtb8XUvfqoYYZQlZQEfO0B62Tw+sr7eAIIWDVow= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276806; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=v4m2/6tExjydV9qQemlct9DMIRH8OcH+rQj+BKqE29A=; b=MTHTvZ66E58f2ApqzB8TQ1jmxfs3idP1asMgVKE5xP4gsjAeaNfD5gXup59NOVrKIHKHSod69nPXXqvOjjottYKMo8TTYFtP8zDjVcv7bk7p7RI1Fq8YaxQUIM9Cih5Y8K3JP3yjMsX1C/z7zHxut59jBR6zt+bQvsREaoK07RU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1591276806383760.1549682523574; Thu, 4 Jun 2020 06:20:06 -0700 (PDT) Received: from localhost ([::1]:37528 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpmv-0005PI-2Q for importer@patchew.org; Thu, 04 Jun 2020 09:20:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpkN-0000Io-Nf for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:27 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:58521 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpkM-00027R-9c for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:27 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-464-eaWrS5zoOTW1i60dynYKZw-1; Thu, 04 Jun 2020 09:17:21 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CAD58184C5ED for ; Thu, 4 Jun 2020 13:17:05 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id CE3F219D71; Thu, 4 Jun 2020 13:16:44 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 00C7117516; Thu, 4 Jun 2020 15:16:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=v4m2/6tExjydV9qQemlct9DMIRH8OcH+rQj+BKqE29A=; b=O4WYuxBBSE0s6tkiP273BARQfnPd4XbdjCAuL9QWr/JdyHlg7SiDBJT+GwRGUhyUrlXSdY pbgbb4Tu9qBbIHyi9yGoLo74HnmiR7BOBg8YTP2+kl1EtZ4f87QLWD5zdJ1fYPn1gwNg/U /imh2y+qnKKvD56XhxYkG4TmwAOOUfc= X-MC-Unique: eaWrS5zoOTW1i60dynYKZw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 4/7] usb: build usb-redir as module Date: Thu, 4 Jun 2020 15:16:40 +0200 Message-Id: <20200604131643.1776-5-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=kraxel@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:12:15 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Drops libusbredirparser.so dependency from core qemu. Signed-off-by: Gerd Hoffmann --- hw/core/qdev.c | 1 + hw/usb/Makefile.objs | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 36c301750c31..cab971758b26 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -158,6 +158,7 @@ static struct { } const hwmodules[] =3D { { .type =3D "ccid-card-passthru", .mod =3D "usb-smartcard" = }, { .type =3D "ccid-card-emulated", .mod =3D "usb-smartcard" = }, + { .type =3D "usb-redir", .mod =3D "usb-redirect" = }, }; =20 static bool qdev_module_loaded_all; diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs index d8e340cd0748..5619a3b23981 100644 --- a/hw/usb/Makefile.objs +++ b/hw/usb/Makefile.objs @@ -42,9 +42,12 @@ endif =20 # usb redirection ifeq ($(CONFIG_USB),y) -common-obj-$(CONFIG_USB_REDIR) +=3D redirect.o quirks.o -redirect.o-cflags =3D $(USB_REDIR_CFLAGS) -redirect.o-libs =3D $(USB_REDIR_LIBS) +ifeq ($(CONFIG_USB-REDIR),y) +common-obj-m +=3D redirect.mo +redirect.mo-objs =3D redirect.o quirks.o +redirect.mo-cflags =3D $(USB_REDIR_CFLAGS) +redirect.mo-libs =3D $(USB_REDIR_LIBS) +endif endif =20 # usb pass-through --=20 2.18.4 From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276680; cv=none; d=zohomail.com; s=zohoarc; b=EbVLUuJlRFBUciHeM47rYwGIR0kB7X0PDhtLdz9S12MrIW1afeygqGDrheFPKHKswDpnF2cGP8fXHHQj2jozb4zpj0Iar3ARMxDSrmMzY8pGp6W8PNrJTkoieJIu6M9bRLWL/uIr784gC+mLpGnoXp0ClqJwaybkM9mUmOQaqKs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276680; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=rwADNlbQAqsl3T+blUbudp6HvmyTiZL+19PTG8I3YdY=; b=hElg6PgFLmGuwQ6KlACrI4gbv0No1M6O83HuW8UgLJBJB269uczchvciqu+UQo5o4iEwZmIyFleHJznrnW3Dbym9aWsrAHIU6bDYnR7rvLhzqQa+3dGqO35lSgwiww1fs4um1BtWoW61GMCna+8JRRyykK63NrGsPTe0PbmHFLs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 15912766806890.5202779265141544; Thu, 4 Jun 2020 06:18:00 -0700 (PDT) Received: from localhost ([::1]:55322 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpkt-0000si-Fs for importer@patchew.org; Thu, 04 Jun 2020 09:17:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58704) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpjy-0007nD-Si for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:02 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:44050 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpjx-00023a-VW for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:02 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-493-4kS9q_LpMrOAxTmzgtrZHw-1; Thu, 04 Jun 2020 09:16:57 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D725E18B6492 for ; Thu, 4 Jun 2020 13:16:55 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0DA4961B8F; Thu, 4 Jun 2020 13:16:55 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 0CCCD17532; Thu, 4 Jun 2020 15:16:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276621; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=rwADNlbQAqsl3T+blUbudp6HvmyTiZL+19PTG8I3YdY=; b=VXiyubk6Opf500jSxQUfp6grr6WG1pPFLqPnrCDr0LqyMkxtAyMYAkdNfpHjT4mCR7k31s mQ/JRGi8mZ1krXpQHjPW0XrtNnGKduC9YHpNOjLzj/CVJGNCq7St+ipLHtGbLef/13e073 iu2fEnp5riNoMh5FVn4jS0yuOzyUW3o= X-MC-Unique: 4kS9q_LpMrOAxTmzgtrZHw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 5/7] vga: build qxl as module Date: Thu, 4 Jun 2020 15:16:41 +0200 Message-Id: <20200604131643.1776-6-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=207.211.31.81; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:31:23 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" First step in making spice support modular. Signed-off-by: Gerd Hoffmann --- hw/core/qdev.c | 2 ++ hw/Makefile.objs | 1 + hw/display/Makefile.objs | 5 ++++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index cab971758b26..70cf84bb67d0 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -159,6 +159,8 @@ static struct { { .type =3D "ccid-card-passthru", .mod =3D "usb-smartcard" = }, { .type =3D "ccid-card-emulated", .mod =3D "usb-smartcard" = }, { .type =3D "usb-redir", .mod =3D "usb-redirect" = }, + { .type =3D "qxl-vga", .mod =3D "display-qxl" = }, + { .type =3D "qxl", .mod =3D "display-qxl" = }, }; =20 static bool qdev_module_loaded_all; diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 71843591fe43..fd6519e8af3f 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -43,5 +43,6 @@ devices-dirs-y +=3D smbios/ endif =20 common-obj-y +=3D $(devices-dirs-y) +common-obj-m +=3D display/ common-obj-m +=3D usb/ obj-y +=3D $(devices-dirs-y) diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 77a7d622bd2d..76b3571e4902 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -44,7 +44,10 @@ common-obj-$(CONFIG_ARTIST) +=3D artist.o =20 obj-$(CONFIG_VGA) +=3D vga.o =20 -common-obj-$(CONFIG_QXL) +=3D qxl.o qxl-logger.o qxl-render.o +ifeq ($(CONFIG_QXL),y) +common-obj-m +=3D qxl.mo +qxl.mo-objs =3D qxl.o qxl-logger.o qxl-render.o +endif =20 obj-$(CONFIG_VIRTIO_GPU) +=3D virtio-gpu-base.o virtio-gpu.o virtio-gpu-3d= .o obj-$(CONFIG_VHOST_USER_GPU) +=3D vhost-user-gpu.o --=20 2.18.4 From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276771; cv=none; d=zohomail.com; s=zohoarc; b=PCkQfBCiQoUJV+U3kR2nFT1xj8wcQP+tJ8F6Uk8EcjlDOr20SWqbhmCOuPw11ftXZZFTTec1KukgAnmqMHKZ+IE+yPgQrE7wefm3zjJRPOIS+VuIMIsvp8DkWRfcJXWMbSScSjOJkTIwaUwp6uJDT1v9r92Q2+wWD5UvDT2LNDA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276771; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=zKgzbu56JWA26thrgP8d39uINJgNg2AhZKfGXjypD84=; b=TELslPreaxKYn5JsBSohSuAS1c1o6iOaG6XHgXKi6V2l5NwWJmhGjy8gu2fyfIykl6zX6iZ3icVfgyKVJ5XDADJWUWkqoaI4yzrZFihow0t66uDvnm5efpabtlkWVAXkVYy+kq6O9K1ATaspGcs8ya1afT3b/qYCYR6G6s53oEo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 159127677128645.99563081739325; Thu, 4 Jun 2020 06:19:31 -0700 (PDT) Received: from localhost ([::1]:35074 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpmI-0004PP-W0 for importer@patchew.org; Thu, 04 Jun 2020 09:19:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58720) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpk1-0007tS-PZ for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:05 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:40363 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpk0-00023p-Nk for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:05 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-218-mXNH5yzzMdiILRi2xH2NCw-1; Thu, 04 Jun 2020 09:16:58 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D70D480BC52 for ; Thu, 4 Jun 2020 13:16:55 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0EA6D61B92; Thu, 4 Jun 2020 13:16:55 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 15CC717538; Thu, 4 Jun 2020 15:16:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=zKgzbu56JWA26thrgP8d39uINJgNg2AhZKfGXjypD84=; b=hnVwJVnDJGS51QIE+FMKBhTi9tphBFPyox/wzslramZuH7KWWi1c1AH/2EAumVk8whWX/O +yAPicEw9fUn6bcRxsV6ZuJSzNSY2jxkccC6omlzuV/eeVCa16uCba6f38i9ohiyuc+6SE s47JdPx34BnZSZpsvlDQqXwXgoMtjlE= X-MC-Unique: mXNH5yzzMdiILRi2xH2NCw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 6/7] vga: build virtio-gpu only once Date: Thu, 4 Jun 2020 15:16:42 +0200 Message-Id: <20200604131643.1776-7-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=kraxel@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:12:15 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- hw/display/Makefile.objs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 76b3571e4902..d619594ad4d3 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -49,12 +49,12 @@ common-obj-m +=3D qxl.mo qxl.mo-objs =3D qxl.o qxl-logger.o qxl-render.o endif =20 -obj-$(CONFIG_VIRTIO_GPU) +=3D virtio-gpu-base.o virtio-gpu.o virtio-gpu-3d= .o -obj-$(CONFIG_VHOST_USER_GPU) +=3D vhost-user-gpu.o -obj-$(call land,$(CONFIG_VIRTIO_GPU),$(CONFIG_VIRTIO_PCI)) +=3D virtio-gpu= -pci.o -obj-$(call land,$(CONFIG_VHOST_USER_GPU),$(CONFIG_VIRTIO_PCI)) +=3D vhost-= user-gpu-pci.o -obj-$(CONFIG_VIRTIO_VGA) +=3D virtio-vga.o -obj-$(CONFIG_VHOST_USER_VGA) +=3D vhost-user-vga.o +common-obj-$(CONFIG_VIRTIO_GPU) +=3D virtio-gpu-base.o virtio-gpu.o virtio= -gpu-3d.o +common-obj-$(CONFIG_VHOST_USER_GPU) +=3D vhost-user-gpu.o +common-obj-$(call land,$(CONFIG_VIRTIO_GPU),$(CONFIG_VIRTIO_PCI)) +=3D vir= tio-gpu-pci.o +common-obj-$(call land,$(CONFIG_VHOST_USER_GPU),$(CONFIG_VIRTIO_PCI)) +=3D= vhost-user-gpu-pci.o +common-obj-$(CONFIG_VIRTIO_VGA) +=3D virtio-vga.o +common-obj-$(CONFIG_VHOST_USER_VGA) +=3D vhost-user-vga.o virtio-gpu.o-cflags :=3D $(VIRGL_CFLAGS) virtio-gpu.o-libs +=3D $(VIRGL_LIBS) virtio-gpu-3d.o-cflags :=3D $(VIRGL_CFLAGS) --=20 2.18.4 From nobody Sat May 18 18:02:00 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1591276770; cv=none; d=zohomail.com; s=zohoarc; b=EshYSCb4FoLKpodpMzdrEpt79Bzke9dwVgWgYTzWkzejwKOfankI6QWAXCP6gs4rH+fKb5HrrWp3Mq4A0RFo4m9s/DPCXWb8SxCpTJrk3EccUBFQtJ+gLJ9KtwPF0eNW3bt8/O4oC8Jyw+RIaBrLv/igqbnH0lh+pzTG2u5oFYg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591276770; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=7dtnhAMur6O1hPZfDxsUXSZTfj0D83DZ5mYC+o3CW9k=; b=Erj9N6Jopv5RKK87jWAJ7+M8SgQ+3+In5P/YxL+IOoAJDLv13Wn/c18+kIFqb6TkYwUlvqrJHpjpHmy/0Gpqkk5JwxPYCH8NqKJPC7C1SgUxpzKrn3pr/xyAEaLDMMSAFNkgT0Nyoqr8p6dhmX+jZIME9hOtF5hxonVu8UisWio= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1591276770853184.01470818258463; Thu, 4 Jun 2020 06:19:30 -0700 (PDT) Received: from localhost ([::1]:35396 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpmL-0004XM-DN for importer@patchew.org; Thu, 04 Jun 2020 09:19:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58724) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpk2-0007wC-QS for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:06 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:47124 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jgpk1-00023y-32 for qemu-devel@nongnu.org; Thu, 04 Jun 2020 09:17:06 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-42-Awld3qPcNDaww1PNyHgxbQ-1; Thu, 04 Jun 2020 09:16:56 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9AE37107B29A for ; Thu, 4 Jun 2020 13:16:55 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0445761B7A; Thu, 4 Jun 2020 13:16:54 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 275181753B; Thu, 4 Jun 2020 15:16:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591276624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=7dtnhAMur6O1hPZfDxsUXSZTfj0D83DZ5mYC+o3CW9k=; b=Yi1gPgZZEBDzZB/LQgL1XDPjyoJ+IUUmtDTK+eWjgSc0lItM6TQN35JFp6T4RVZ9gC850x YkeK8va6jMLY8xW4H5qiRthHgUjlFmU/wJSIWhVuv4s4Qb1/9JI+Igwzq3dH2Ivli7G6XV DscRaMScbrYEyhsTx2Vs4i3NjCdDhXo= X-MC-Unique: Awld3qPcNDaww1PNyHgxbQ-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 7/7] vga: build virtio-gpu as module Date: Thu, 4 Jun 2020 15:16:43 +0200 Message-Id: <20200604131643.1776-8-kraxel@redhat.com> In-Reply-To: <20200604131643.1776-1-kraxel@redhat.com> References: <20200604131643.1776-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.61; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/04 01:08:38 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dinechin@redhat.com, Paolo Bonzini , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Eduardo Habkost , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Drops libvirglrenderer.so dependency from core qemu. Signed-off-by: Gerd Hoffmann --- hw/core/qdev.c | 6 ++++++ hw/display/Makefile.objs | 23 +++++++++++++---------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 70cf84bb67d0..bc4485e93675 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -161,6 +161,12 @@ static struct { { .type =3D "usb-redir", .mod =3D "usb-redirect" = }, { .type =3D "qxl-vga", .mod =3D "display-qxl" = }, { .type =3D "qxl", .mod =3D "display-qxl" = }, + { .type =3D "virtio-gpu-device", .mod =3D "display-virtio-gpu" = }, + { .type =3D "virtio-gpu-pci", .mod =3D "display-virtio-gpu" = }, + { .type =3D "virtio-vga", .mod =3D "display-virtio-gpu" = }, + { .type =3D "vhost-user-gpu-device", .mod =3D "display-virtio-gpu" = }, + { .type =3D "vhost-user-gpu-pci", .mod =3D "display-virtio-gpu" = }, + { .type =3D "vhost-user-vga", .mod =3D "display-virtio-gpu" = }, }; =20 static bool qdev_module_loaded_all; diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index d619594ad4d3..e907f3182b0c 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -49,16 +49,19 @@ common-obj-m +=3D qxl.mo qxl.mo-objs =3D qxl.o qxl-logger.o qxl-render.o endif =20 -common-obj-$(CONFIG_VIRTIO_GPU) +=3D virtio-gpu-base.o virtio-gpu.o virtio= -gpu-3d.o -common-obj-$(CONFIG_VHOST_USER_GPU) +=3D vhost-user-gpu.o -common-obj-$(call land,$(CONFIG_VIRTIO_GPU),$(CONFIG_VIRTIO_PCI)) +=3D vir= tio-gpu-pci.o -common-obj-$(call land,$(CONFIG_VHOST_USER_GPU),$(CONFIG_VIRTIO_PCI)) +=3D= vhost-user-gpu-pci.o -common-obj-$(CONFIG_VIRTIO_VGA) +=3D virtio-vga.o -common-obj-$(CONFIG_VHOST_USER_VGA) +=3D vhost-user-vga.o -virtio-gpu.o-cflags :=3D $(VIRGL_CFLAGS) -virtio-gpu.o-libs +=3D $(VIRGL_LIBS) -virtio-gpu-3d.o-cflags :=3D $(VIRGL_CFLAGS) -virtio-gpu-3d.o-libs +=3D $(VIRGL_LIBS) +ifeq ($(CONFIG_VIRTIO_GPU),y) +common-obj-m +=3D virtio-gpu.mo +virtio-gpu-obj-$(CONFIG_VIRTIO_GPU) +=3D virtio-gpu-base.o virtio-gpu.o vi= rtio-gpu-3d.o +virtio-gpu-obj-$(CONFIG_VHOST_USER_GPU) +=3D vhost-user-gpu.o +virtio-gpu-obj-$(call land,$(CONFIG_VIRTIO_GPU),$(CONFIG_VIRTIO_PCI)) +=3D= virtio-gpu-pci.o +virtio-gpu-obj-$(call land,$(CONFIG_VHOST_USER_GPU),$(CONFIG_VIRTIO_PCI)) = +=3D vhost-user-gpu-pci.o +virtio-gpu-obj-$(CONFIG_VIRTIO_VGA) +=3D virtio-vga.o +virtio-gpu-obj-$(CONFIG_VHOST_USER_VGA) +=3D vhost-user-vga.o +virtio-gpu.mo-objs :=3D $(virtio-gpu-obj-y) +virtio-gpu.mo-cflags :=3D $(VIRGL_CFLAGS) +virtio-gpu.mo-libs :=3D $(VIRGL_LIBS) +endif + common-obj-$(CONFIG_DPCD) +=3D dpcd.o common-obj-$(CONFIG_XLNX_ZYNQMP_ARM) +=3D xlnx_dp.o =20 --=20 2.18.4