From nobody Thu May 16 09:50:48 2024 Delivered-To: importer@patchew.org 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; Authentication-Results: mx.zohomail.com; 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=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1582852895; cv=none; d=zohomail.com; s=zohoarc; b=I1YripNAThqpPH9dbhgjVraXdRv/Xu8WK00FOnsFBWVL0FRgrjj4dsm0YkBW74GhRtujoaeBAgag4cPZHuldm1yFmHY49/qrI4EjaiCMYXOsHmxaCpTRjxSTTlKQJ15tXwFpyELIZY58Mxb6BjLG8tQzqNPPqPqDIocQlq6sU0A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582852895; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=RtkgHUejmGHu2lz0AT6wBNowRo50Vbgf71e3GIeZTmQ=; b=h/YAXZOh7hqBfqJAnu8F6NxYGfi46afPXPt7qEwDudbcX1yZhtHCYNhAQ+fuKRaEVZ2vZABlSIQKgzfuSw5PP5Uz8AelxiF7NVGWyLR+cD74Dfoce1hgNHhUqP7tC4nF1814eaobvkGhICuaZmoKSkGpZGWZoD/jpiXy1ZEpKvg= ARC-Authentication-Results: i=1; mx.zohomail.com; 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 1582852895293413.0404294578037; Thu, 27 Feb 2020 17:21:35 -0800 (PST) Received: from localhost ([::1]:40313 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7ULN-0000QV-Ro for importer@patchew.org; Thu, 27 Feb 2020 20:21:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47109) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7UKp-0008Pp-Ck for qemu-devel@nongnu.org; Thu, 27 Feb 2020 20:21:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7UKo-0000Tm-A5 for qemu-devel@nongnu.org; Thu, 27 Feb 2020 20:20:59 -0500 Received: from mga04.intel.com ([192.55.52.120]:46102) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7UKl-0000QY-IM; Thu, 27 Feb 2020 20:20:55 -0500 Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2020 17:20:51 -0800 Received: from unknown (HELO coxu-arch-shz.sh.intel.com) ([10.239.160.37]) by orsmga008.jf.intel.com with ESMTP; 27 Feb 2020 17:20:48 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,493,1574150400"; d="scan'208";a="232074795" From: Colin Xu To: qemu-devel@nongnu.org, philmd@redhat.com, pbonzini@redhat.com Subject: [PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs Date: Fri, 28 Feb 2020 09:20:46 +0800 Message-Id: <20200228012046.6629-1-colin.xu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.120 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: qemu-trivial@nongnu.org, hang.yuan@intel.com, colin.xu@intel.com, wenchao.wang@intel.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" HAXM covers below files: include/sysemu/hax.h target/i386/hax-* V2: Add HAXM github page for wiki and issue tracking. Cc: Wenchao Wang Cc: Hang Yuan Reviewed-by: Hang Yuan Signed-off-by: Colin Xu --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index df1786db3207..c45f1421eab5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -435,6 +435,17 @@ F: include/hw/block/dataplane/xen* F: include/hw/xen/ F: include/sysemu/xen-mapcache.h =20 +Guest CPU Cores (HAXM) +--------------------- +X86 HAXM CPUs +M: Wenchao Wang +M: Colin Xu +L: haxm-team@intel.com +W: https://github.com/intel/haxm/issues +S: Maintained +F: include/sysemu/hax.h +F: target/i386/hax-* + Hosts ----- LINUX --=20 2.25.1