From nobody Mon Nov 10 17:35:57 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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; Authentication-Results: mx.zohomail.com; spf=pass (zoho.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=1558448642; cv=none; d=zoho.com; s=zohoarc; b=DKkvLWdY1RYpZpw5RNpCamosluZMXn9lLUQ1Bpq6QUlk4G0MxbVDxmKxjlbGf0VDOKxYAa4Y8ZZjR3rJ3BI8DMOpDifWJpk14kNnnrtf2hgMXeRcDRa2r5e7vSxkL2ygmH9qLXlq8VsxMNAiNvGRj21fBJ5I3LlH8sOjsnFCrhk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558448642; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=d1G8WVmf+Pb+YqIOaczy/hAFocoY3qWlxtlhS4lrOkI=; b=V+A8IQ/jw8rwKpJ8d113KyE1WVWo3gp6RNNMAy4pgiuDQ59fbZGMLxl2SdoBYkN83z/TnxSxZIDQrTP0hkQTtabr5Vzx8FGFnYm7MVbG9b+qYhgxO4zvSsPR1YZqMBUOWHI7nWMiS5kDnyiTfYmE6Cds6t8ZYn9RK6sFGdjSmF0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.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 (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1558448642850247.98537299198347; Tue, 21 May 2019 07:24:02 -0700 (PDT) Received: from localhost ([127.0.0.1]:54686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT5gH-0003by-Uj for importer@patchew.org; Tue, 21 May 2019 10:23:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT5fU-0003J5-R7 for qemu-devel@nongnu.org; Tue, 21 May 2019 10:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT5fT-0007fv-Uh for qemu-devel@nongnu.org; Tue, 21 May 2019 10:23:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42204) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hT5fT-0007e9-PU for qemu-devel@nongnu.org; Tue, 21 May 2019 10:23:03 -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 mx1.redhat.com (Postfix) with ESMTPS id BA16E2E95B0 for ; Tue, 21 May 2019 14:23:02 +0000 (UTC) Received: from dell-r430-03.lab.eng.brq.redhat.com (dell-r430-03.lab.eng.brq.redhat.com [10.37.153.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id 894BB5E7CD; Tue, 21 May 2019 14:22:54 +0000 (UTC) From: Igor Mammedov To: qemu-devel@nongnu.org Date: Tue, 21 May 2019 16:23:31 +0200 Message-Id: <1558448611-315074-1-git-send-email-imammedo@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 21 May 2019 14:23:02 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2] docs: smbios: remove family=x from type2 entry description 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: kwolf@redhat.com, thuth@redhat.com, berrange@redhat.com, mst@redhat.com, armbru@redhat.com, pbonzini@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 'family' option is not part of type 2 table and if user tries to use it as such QEMU will error out with an unknow option error. Drop it from docs lest it confuse users. Fixes: b155eb1d04 ("smbios: document cmdline options for smbios type 2-4, 1= 7 structures") Signed-off-by: Igor Mammedov --- v2: - add summary to "Fixes:" in addition to commit message qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 5daa5a8..dcdb808 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2080,7 +2080,7 @@ Specify SMBIOS type 0 fields @item -smbios type=3D1[,manufacturer=3D@var{str}][,product=3D@var{str}][,v= ersion=3D@var{str}][,serial=3D@var{str}][,uuid=3D@var{uuid}][,sku=3D@var{st= r}][,family=3D@var{str}] Specify SMBIOS type 1 fields =20 -@item -smbios type=3D2[,manufacturer=3D@var{str}][,product=3D@var{str}][,v= ersion=3D@var{str}][,serial=3D@var{str}][,asset=3D@var{str}][,location=3D@v= ar{str}][,family=3D@var{str}] +@item -smbios type=3D2[,manufacturer=3D@var{str}][,product=3D@var{str}][,v= ersion=3D@var{str}][,serial=3D@var{str}][,asset=3D@var{str}][,location=3D@v= ar{str}] Specify SMBIOS type 2 fields =20 @item -smbios type=3D3[,manufacturer=3D@var{str}][,version=3D@var{str}][,s= erial=3D@var{str}][,asset=3D@var{str}][,sku=3D@var{str}] --=20 2.7.4