From nobody Wed Apr 24 11:31:31 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1557236293; cv=none; d=zoho.com; s=zohoarc; b=SeSjs4N83LDPRH4J2djfX4PA2TAAvrpE4hSCgIR2ZFB91e4T0FPuH/WmS0lxljpE8pkTcFgYuE5XOHMEQaYUPbwbUC/4O2QSyhhxNyLuSBPnAD+W54hs7kkfdIlgcuytUUs8e3wxxm79FVtH2pfl4/0iPeHv9ZryJU7VauohIFk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557236293; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=sizYQTfP5FdB4SvPyhnTCXrqhuvUFIKu24DcC/yOLB4=; b=NuSMwaIw3LWZ40l5FFVLIkBvTznGfAIxKdfIKtllr137DoDLgIjaziGyP4W5Xofx3B7gpWNskQzoznHFZpvOAEwVFdlFP+Le5mN/nLwD6hUDEXcCE3NzAzfj5nN19KGfoZkaY5XYCPJNSrLuSTaczen6VxLMqEJhQvooJRXeXl0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1557236293835906.5289063467856; Tue, 7 May 2019 06:38:13 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hO0Gs-000690-SA; Tue, 07 May 2019 13:36:38 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hO0Gr-00068v-6Q for xen-devel@lists.xenproject.org; Tue, 07 May 2019 13:36:37 +0000 Received: from SMTP03.CITRIX.COM (unknown [162.221.156.55]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 1d5cde24-70cd-11e9-bf30-57963d81c259; Tue, 07 May 2019 13:36:28 +0000 (UTC) X-Inumbo-ID: 1d5cde24-70cd-11e9-bf30-57963d81c259 X-IronPort-AV: E=Sophos;i="5.60,441,1549929600"; d="scan'208";a="85213443" From: Wei Liu To: Date: Tue, 7 May 2019 14:36:25 +0100 Message-ID: <20190507133625.11502-1-wei.liu2@citrix.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH] libxl: don't enable synthetic timer by default X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , Ian Jackson , Paul Durrant , Wei Liu Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" It broke Windows installation. More investigation is needed. Don't enable it by default. Signed-off-by: Wei Liu Reviewed-by: Paul Durrant --- Cc: Ian Jackson Cc: Paul Durrant Cc: Juergen Gross --- tools/libxl/libxl_dom.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c index 879c806139..c5685b061c 100644 --- a/tools/libxl/libxl_dom.c +++ b/tools/libxl/libxl_dom.c @@ -269,7 +269,6 @@ static int hvm_set_viridian_features(libxl__gc *gc, uin= t32_t domid, libxl_bitmap_set(&enlightenments, LIBXL_VIRIDIAN_ENLIGHTENMENT_TIM= E_REF_COUNT); libxl_bitmap_set(&enlightenments, LIBXL_VIRIDIAN_ENLIGHTENMENT_API= C_ASSIST); libxl_bitmap_set(&enlightenments, LIBXL_VIRIDIAN_ENLIGHTENMENT_CRA= SH_CTL); - libxl_bitmap_set(&enlightenments, LIBXL_VIRIDIAN_ENLIGHTENMENT_STI= MER); } =20 libxl_for_each_set_bit(v, info->u.hvm.viridian_enable) { --=20 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel