From nobody Mon Nov 10 17:55:31 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=1558444589; cv=none; d=zoho.com; s=zohoarc; b=TA7RgQlQgn+yabk7KUtUfk/YHvpN4Jtanv3la64UtdU1YJ2ZFZCZ2Pbn8UetcA6kUpfwCaHH1GbhtlsxyhXICVeK1uAD4CWbCTabo5nIhFgpJSGOeYIZMEfmQF5k4nr7dFPhl3unnjYcy4eBMiwXo8q6cO/hRWGQmu41CBrZxdc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558444589; 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=mVzf0mAgFmSou22WlGjzfRtQhL2jqXQrjJDaxOEnHkg=; b=e3tbidccxhZVj3NZk0mWbAdNJQKPGUHQLupPv+cT6PIRRHj3JPniWIrDmAbBgvX5o8dj64l97lYeu4u9nbi+IaXF8N76dfx4B2QxJD13F2u9MY7BhYfILCiPYoUkPv9uKfwCQPWRpj4fESOSWYApoq1qZSFLPlrlgW+ldzOceQU= 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 (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1558444589692277.59608635848247; Tue, 21 May 2019 06:16:29 -0700 (PDT) Received: from localhost ([127.0.0.1]:53723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT4cM-0008Hf-7W for importer@patchew.org; Tue, 21 May 2019 09:15:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT4bS-0007R3-2C for qemu-devel@nongnu.org; Tue, 21 May 2019 09:14:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT4bQ-0004yc-Ax for qemu-devel@nongnu.org; Tue, 21 May 2019 09:14:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33792) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hT4bQ-0004cF-5f for qemu-devel@nongnu.org; Tue, 21 May 2019 09:14:48 -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 64D063082E91 for ; Tue, 21 May 2019 13:14:14 +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 4ABD5600CC; Tue, 21 May 2019 13:14:09 +0000 (UTC) From: Igor Mammedov To: qemu-devel@nongnu.org Date: Tue, 21 May 2019 15:14:46 +0200 Message-Id: <1558444486-314511-1-git-send-email-imammedo@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.46]); Tue, 21 May 2019 13:14:19 +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] 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 Signed-off-by: Igor Mammedov --- 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