From nobody Sat Nov 15 14:11:23 2025 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=1595340228; cv=none; d=zohomail.com; s=zohoarc; b=L8jZE3R4LOC6DbgJ7FIg3FLtH3HwvlozB4JAd8R1kVA8D5tAqdRDy6NctOy+PdUPmysvkEMiL1f3jybFKnLP2MOHPkrYlvyxFRFrCvs9fjcUS/221iOp/tGsO7XYTzCBHNDL1mhQ3C7cLmgzCWUSEuUY8l7yhViH7F4D5dAh87Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595340228; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=1Tvv259nl6Wb3MOWCMuYj/NBbGmBLRDaD8BYDWIbo9U=; b=WnFkmMJWSJlD7tBuxExWYk/csNOlXCa2GDSo6RjZC5XTl6BdrQnxrBaqdLJn1lstAK0KJu5WSXmhFgpc30M4HNugzlrp7YK+A2MrwyVnDfx5ehPiVgYIoZ/gyhUMYxmtbEYP1sKNwhKBKgBii/zmZSvPcjlrR0AelKYJjOFNkFY= 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 1595340228900459.168547460911; Tue, 21 Jul 2020 07:03:48 -0700 (PDT) Received: from localhost ([::1]:48434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxsrz-00030j-KK for importer@patchew.org; Tue, 21 Jul 2020 10:03:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxsr9-0001kz-59 for qemu-devel@nongnu.org; Tue, 21 Jul 2020 10:02:55 -0400 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:40608 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 1jxsr7-0008S3-GK for qemu-devel@nongnu.org; Tue, 21 Jul 2020 10:02:54 -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-193-rhCv3QOENKm-OsTMkg0Ruw-1; Tue, 21 Jul 2020 10:02:50 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D95091902EB6 for ; Tue, 21 Jul 2020 14:02:49 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-115-89.ams2.redhat.com [10.36.115.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id BC92A7268D; Tue, 21 Jul 2020 14:02:46 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E60D79DA0; Tue, 21 Jul 2020 16:02:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595340172; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1Tvv259nl6Wb3MOWCMuYj/NBbGmBLRDaD8BYDWIbo9U=; b=f0MpMGi1HVq9+etiUPG6NJ8WKeHx1DZ8hAb0ceh4LckZOXWDnni/J5SyUlRuipkyfmGwql SMv64kKWZWnNse/2oENhU/tC4Vhp4UDyLj/ngTTdr3AtYtvWq/yibFeFErG7KTgHBV5qJ6 TUqsmHhrJ06RYurIj2KrzLmJH3fMf9I= X-MC-Unique: rhCv3QOENKm-OsTMkg0Ruw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PULL 1/3] xhci: fix valid.max_access_size to access address registers Date: Tue, 21 Jul 2020 16:02:43 +0200 Message-Id: <20200721140245.14634-2-kraxel@redhat.com> In-Reply-To: <20200721140245.14634-1-kraxel@redhat.com> References: <20200721140245.14634-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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/07/21 03:39:19 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, 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_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no 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: Laurent Vivier , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) From: Laurent Vivier QEMU XHCI advertises AC64 (64-bit addressing) but doesn't allow 64-bit mode access in "runtime" and "operational" MemoryRegionOps. Set the max_access_size based on sizeof(dma_addr_t) as AC64 is set. XHCI specs: "If the xHC supports 64-bit addressing (AC64 =3D =E2=80=981=E2=80=99), then= software should write 64-bit registers using only Qword accesses. If a system is incapable of issuing Qword accesses, then writes to the 64-bit address fields shall be performed using 2 Dword accesses; low Dword-first, high-Dword second. If the xHC supports 32-bit addressing (AC64 =3D =E2=80=980=E2=80=99), then the high Dword of registers= containing 64-bit address fields are unused and software should write addresses using only Dword accesses" The problem has been detected with SLOF, as linux kernel always accesses registers using 32-bit access even if AC64 is set and revealed by 5d971f9e6725 ("memory: Revert "memory: accept mismatching sizes in memory_r= egion_access_valid"") Suggested-by: Alexey Kardashevskiy Signed-off-by: Laurent Vivier Message-id: 20200721083322.90651-1-lvivier@redhat.com Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-xhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index b330e36fe6cc..67a18fe2b64c 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -3184,7 +3184,7 @@ static const MemoryRegionOps xhci_oper_ops =3D { .read =3D xhci_oper_read, .write =3D xhci_oper_write, .valid.min_access_size =3D 4, - .valid.max_access_size =3D 4, + .valid.max_access_size =3D sizeof(dma_addr_t), .endianness =3D DEVICE_LITTLE_ENDIAN, }; =20 @@ -3200,7 +3200,7 @@ static const MemoryRegionOps xhci_runtime_ops =3D { .read =3D xhci_runtime_read, .write =3D xhci_runtime_write, .valid.min_access_size =3D 4, - .valid.max_access_size =3D 4, + .valid.max_access_size =3D sizeof(dma_addr_t), .endianness =3D DEVICE_LITTLE_ENDIAN, }; =20 --=20 2.18.4 From nobody Sat Nov 15 14:11:23 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; 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=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1595340438; cv=none; d=zohomail.com; s=zohoarc; b=XFT74mJrXU/I4y3RThcgetpe2lvuws04/44Zl3uShsz7/RHjr+qh5RFZm8xTy2LSdIlbRVNI5ESb6lwJVU0Svhwiatp5iwZyMBMq9SHmGDgwWxiCyg/zLcp/s4LEcSjPosCWEWnKYCiOeIM3hTgAVVZMy92Sy4TsMSZst6nVewM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595340438; 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=dptqPmov5HgQE54qsZ8h1j2fyNagrwA/gqq92TDkDyY=; b=CIRXtU+kGWy1wXwiLRLNlUc1x/v2zOmw3e+yiat2P6Ee1FGBiORQm2FRNeKVFAf0AIIDIoI2Yb+F65Rf4qmiD0zVEFGJL0A260jOM/Dy0H6wj0ak8VFNJAOLNwLJ/+Lku0Z94qMgdxnMouqyfQMLeLoFnCfNu62F639Lk98lot8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; 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=pass 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 1595340438774512.2341224983475; Tue, 21 Jul 2020 07:07:18 -0700 (PDT) Received: from localhost ([::1]:52994 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxstA-0004q1-RA for importer@patchew.org; Tue, 21 Jul 2020 10:05:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxsrF-0001xo-Vl for qemu-devel@nongnu.org; Tue, 21 Jul 2020 10:03:02 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:46195 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 1jxsr7-0008Ry-H1 for qemu-devel@nongnu.org; Tue, 21 Jul 2020 10:03:01 -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-231-0hjrS8bVMsyCNZzogDPGcw-1; Tue, 21 Jul 2020 10:02:50 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CB305100CCC8 for ; Tue, 21 Jul 2020 14:02:49 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-115-89.ams2.redhat.com [10.36.115.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE8ED7268E; Tue, 21 Jul 2020 14:02:46 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id EF45F9D57; Tue, 21 Jul 2020 16:02:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595340172; 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=dptqPmov5HgQE54qsZ8h1j2fyNagrwA/gqq92TDkDyY=; b=h1WJ9MKuVeHxTuXzg2z0krMooKCKf3awBS095RRXXXdZl1MIK6eeER0ePIlaNbhf65gsbz BV9Ab1ew6n4u0SAsCaes+FDLdyzwb0+WhnP8ghqbWSzkmaOs00QnkKyaCohJVPts6f9S7W 2qnUF0cySaO/0kY7iDk5L/NqahOl2LI= X-MC-Unique: 0hjrS8bVMsyCNZzogDPGcw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PULL 2/3] qxl: fix modular builds with dtrace Date: Tue, 21 Jul 2020 16:02:44 +0200 Message-Id: <20200721140245.14634-3-kraxel@redhat.com> In-Reply-To: <20200721140245.14634-1-kraxel@redhat.com> References: <20200721140245.14634-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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/07/21 03:39:19 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, 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_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no 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: Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Checking the enable/disable state of tracepoints via trace_event_get_state_backends() does not work for modules. qxl checks the state for a small optimization (avoid g_strndup call in case log_buf will not be used anyway), so we can just drop that check for modular builds. Signed-off-by: Gerd Hoffmann Message-Id: <20200720100352.2477-2-kraxel@redhat.com> --- hw/display/qxl.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hw/display/qxl.c b/hw/display/qxl.c index d5627119ec62..11871340e75d 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -1762,7 +1762,16 @@ async_common: qxl_set_mode(d, val, 0); break; case QXL_IO_LOG: +#ifdef CONFIG_MODULES + /* + * FIXME + * trace_event_get_state_backends() does not work for modules, + * it leads to "undefined symbol: qemu_qxl_io_log_semaphore" + */ + if (true) { +#else if (trace_event_get_state_backends(TRACE_QXL_IO_LOG) || d->guestde= bug) { +#endif /* We cannot trust the guest to NUL terminate d->ram->log_buf = */ char *log_buf =3D g_strndup((const char *)d->ram->log_buf, sizeof(d->ram->log_buf)); --=20 2.18.4 From nobody Sat Nov 15 14:11:23 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; 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=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1595340229; cv=none; d=zohomail.com; s=zohoarc; b=Ik0PVz4CySXQmcZVLiA4kjRa1maJ/iw61E7d1HMjVbCBQYMhyCS+Bmllx5uJVdkrCZYqmX6QBlPg3uhTaQVI7cJRxigrAugIqcKs9/RAYdiyemXc6b1f/iMF6nVigtVrZf4Iw7FS2rDEygZnx1Ye3C7c9fPvlvtnvK9XALez11I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595340229; 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=OWUSor2jFW3rAfjSO9X1iI6crPRAL0ej6N8zklWvu7k=; b=SPS0pGkfGr73qEXDsQ+T6zj7p93V9xT+EjPDW8263Kr+LU9FZti6cqQsCLcaRfnay38zkcGRKgIsm6oHhAZS7ux6qpMpcsZkHT2MoAwe1RUn0OsUWTljK3yb0SEM1iEwY9JZrKQBc29qgBCMbbPCGIM6ca6FtVAEM/9TNZvA+ns= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; 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=pass 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 1595340229538598.6920758289656; Tue, 21 Jul 2020 07:03:49 -0700 (PDT) Received: from localhost ([::1]:48498 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxss0-00032G-BH for importer@patchew.org; Tue, 21 Jul 2020 10:03:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxsrA-0001m6-68 for qemu-devel@nongnu.org; Tue, 21 Jul 2020 10:02:56 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:52656 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 1jxsr7-0008Rw-H1 for qemu-devel@nongnu.org; Tue, 21 Jul 2020 10:02:55 -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-144-e4XJndb_PciJjG-zT0JAuQ-1; Tue, 21 Jul 2020 10:02:50 -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 C2532102C7F4 for ; Tue, 21 Jul 2020 14:02:49 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-115-89.ams2.redhat.com [10.36.115.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id C0C0687B05; Tue, 21 Jul 2020 14:02:46 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 03CF59D05; Tue, 21 Jul 2020 16:02:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595340172; 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=OWUSor2jFW3rAfjSO9X1iI6crPRAL0ej6N8zklWvu7k=; b=bnBlymm+k46FGjIFAm2CVTS2M9P+IA5czShfu/eZzfCfZ9jin0bggvJrdrXmR2efBOyjQo cRE48cPAsfpznoglwkM4ia4ndUhVh5wIl1sq93hGkqdiramrQ/flokfJ37OBzVt0pCDqKl HLwFJVMefni/1i6n7jxNBZnlY8Ea7z4= X-MC-Unique: e4XJndb_PciJjG-zT0JAuQ-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PULL 3/3] module: ignore NULL type Date: Tue, 21 Jul 2020 16:02:45 +0200 Message-Id: <20200721140245.14634-4-kraxel@redhat.com> In-Reply-To: <20200721140245.14634-1-kraxel@redhat.com> References: <20200721140245.14634-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.61; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/21 01:26:46 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -40 X-Spam_score: -4.1 X-Spam_bar: ---- X-Spam_report: (-4.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, 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=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no 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: Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Just return in case module_load_qom_one(NULL) is called. vga_interface_available() can do that. Signed-off-by: Gerd Hoffmann Message-Id: <20200720100352.2477-3-kraxel@redhat.com> --- util/module.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/module.c b/util/module.c index 90e9bd42c6c7..0ab00851f0a4 100644 --- a/util/module.c +++ b/util/module.c @@ -275,6 +275,9 @@ void module_load_qom_one(const char *type) { int i; =20 + if (!type) { + return; + } if (module_loaded_qom_all) { return; } --=20 2.18.4