From nobody Thu May 16 06:44:15 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1530892720693836.223559021126; Fri, 6 Jul 2018 08:58:40 -0700 (PDT) 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 mx1.redhat.com (Postfix) with ESMTPS id 61702307D873; Fri, 6 Jul 2018 15:58:39 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2554D2B4C7; Fri, 6 Jul 2018 15:58:39 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id C1DFE18037F0; Fri, 6 Jul 2018 15:58:38 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w66CB66A030546 for ; Fri, 6 Jul 2018 08:11:06 -0400 Received: by smtp.corp.redhat.com (Postfix) id 259374C47B; Fri, 6 Jul 2018 12:11:06 +0000 (UTC) Received: from mx1.redhat.com (ext-mx06.extmail.prod.ext.phx2.redhat.com [10.5.110.30]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1E9975C6BC for ; Fri, 6 Jul 2018 12:11:02 +0000 (UTC) Received: from mx.conquex.com (mx.conquex.com [87.120.9.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D7BCE36887 for ; Fri, 6 Jul 2018 12:11:01 +0000 (UTC) Received: from [94.156.238.70] (helo=localhost.localdomain) by mx.conquex.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) id 1fbP7R-0003BW-Id; Fri, 06 Jul 2018 14:41:46 +0300 From: Ivan.Mishonov@redhat.com To: libvir-list@redhat.com Date: Fri, 6 Jul 2018 14:41:30 +0300 Message-Id: <20180706114130.22377-2-ivan@conquex.com> In-Reply-To: <20180706114130.22377-1-ivan@conquex.com> References: <20180706114130.22377-1-ivan@conquex.com> X-Sender-cnX: ivan@conquex.com X-Spam-Score-Int: -9 X-Greylist: Delayed for 00:29:17 by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 06 Jul 2018 12:11:02 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 06 Jul 2018 12:11:02 +0000 (UTC) for IP:'87.120.9.15' DOMAIN:'mx.conquex.com' HELO:'mx.conquex.com' FROM:'' RCPT:'' X-RedHat-Spam-Score: 0.2 (ANY_BOUNCE_MESSAGE, BOUNCE_MESSAGE) 87.120.9.15 mx.conquex.com 87.120.9.15 mx.conquex.com <> X-Scanned-By: MIMEDefang 2.78 on 10.5.110.30 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com X-Mailman-Approved-At: Fri, 06 Jul 2018 11:58:13 -0400 Cc: Ivan Mishonov Subject: [libvirt] [PATCH 1/1] Changed LPC slot from 1 to 31 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Fri, 06 Jul 2018 15:58:40 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" From: Ivan Mishonov --- src/bhyve/bhyve_command.c | 2 +- src/bhyve/bhyve_device.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bhyve/bhyve_command.c b/src/bhyve/bhyve_command.c index 802997bd2d..e595b3d6c1 100644 --- a/src/bhyve/bhyve_command.c +++ b/src/bhyve/bhyve_command.c @@ -329,7 +329,7 @@ static int bhyveBuildLPCArgStr(const virDomainDef *def ATTRIBUTE_UNUSED, virCommandPtr cmd) { - virCommandAddArgList(cmd, "-s", "1,lpc", NULL); + virCommandAddArgList(cmd, "-s", "31,lpc", NULL); return 0; } =20 diff --git a/src/bhyve/bhyve_device.c b/src/bhyve/bhyve_device.c index 03aa6c93bd..2ed3013552 100644 --- a/src/bhyve/bhyve_device.c +++ b/src/bhyve/bhyve_device.c @@ -48,9 +48,9 @@ bhyveCollectPCIAddress(virDomainDefPtr def ATTRIBUTE_UNUS= ED, if (addr->domain =3D=3D 0 && addr->bus =3D=3D 0) { if (addr->slot =3D=3D 0) { return 0; - } else if (addr->slot =3D=3D 1) { + } else if (addr->slot =3D=3D 31) { virReportError(VIR_ERR_INTERNAL_ERROR, "%s", - _("PCI bus 0 slot 1 is reserved for the implici= t " + _("PCI bus 0 slot 31 is reserved for the implic= it " "LPC PCI-ISA bridge")); return -1; } --=20 2.18.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list