Message ID | 1636340895-5255-1-git-send-email-gaosong@loongson.cn (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=nLaj=P3=nongnu.org=qemu-devel-bounces+qemu-devel=archiver.kernel.org@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA05DC433F5 for <qemu-devel@archiver.kernel.org>; Mon, 8 Nov 2021 03:10:43 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2587E6120D for <qemu-devel@archiver.kernel.org>; Mon, 8 Nov 2021 03:10:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2587E6120D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=loongson.cn Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from [::1] (port=44040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org>) id 1mjv3S-0005GG-0l for qemu-devel@archiver.kernel.org; Sun, 07 Nov 2021 22:10:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <gaosong@loongson.cn>) id 1mjv1K-0002iV-8n for qemu-devel@nongnu.org; Sun, 07 Nov 2021 22:08:30 -0500 Received: from mail.loongson.cn ([114.242.206.163]:54800 helo=loongson.cn) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <gaosong@loongson.cn>) id 1mjv1E-0003YB-W7 for qemu-devel@nongnu.org; Sun, 07 Nov 2021 22:08:30 -0500 Received: from kvm-dev1.localdomain (unknown [10.2.5.134]) by mail.loongson.cn (Coremail) with SMTP id AQAAf9CxGdGflIhh9g8BAA--.2390S2; Mon, 08 Nov 2021 11:08:15 +0800 (CST) From: Song Gao <gaosong@loongson.cn> To: qemu-devel@nongnu.org Subject: [RESEND PATCH v9 00/28] Add LoongArch linux-user emulation support Date: Mon, 8 Nov 2021 11:07:47 +0800 Message-Id: <1636340895-5255-1-git-send-email-gaosong@loongson.cn> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CM-TRANSID: AQAAf9CxGdGflIhh9g8BAA--.2390S2 X-Coremail-Antispam: 1UD129KBjvJXoW3Ww45Ww43ZF1fAw4UXF4UXFb_yoW3Kw1Upr W3ur15Kr48GrZ7Jrs2qa45XF1rXa1xGr42g3WSq3s5ArWxZryfZF1kK3sxKFy3X3W0gry0 qFnYkw1UWF4UXa7anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnUUvcSsGvfC2KfnxnUUI43ZEXa7xR_UUUUUUUUU== X-CM-SenderInfo: 5jdr20tqj6z05rqj20fqof0/ Received-SPF: pass client-ip=114.242.206.163; envelope-from=gaosong@loongson.cn; helo=loongson.cn X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <https://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org> |
Series |
Add LoongArch linux-user emulation support
|
expand
|
On 11/8/21 4:07 AM, Song Gao wrote: > Patches need review: > * 0002-target-loongarch-Add-core-definition.patch Why are you listing a patch to which I have given review, and you have in fact picked up? > * 0028-linux-user-host-loongarch64-Populate-host_signal.h.patch Likewise. That said, the final two patches belong to Wang Xuerui's tcg/loongarch64 patch set, and have no bearing on compiling target/loongarch64. Aside from the disassembler, I think the target/loongarch64 parts of this are in good shape. We cannot include the linux-user/loongarch64 parts until the kernel patches are upstream. I hope that can make progress during the next qemu development cycle so that this code can be included in qemu 7.0. r~