From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 76462C0015E for ; Tue, 1 Aug 2023 13:04:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9E7FF86C8C; Tue, 1 Aug 2023 15:03:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690895039; bh=91Tw7sSi2jjrusQs7CXB8ecsZO3tnf4/hUsqpchCQrM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=DZIRKqCJwTVYw0H8vTpNLQiNeLaWVZcN6G+k7ZHqHDO/6Ut9ETB4yPoHV0kwNmCrU Bxe6cfKz+4ycbevFKo7Rt7PJx9ej/z28VgDPEO8ZLsqglsu7+6f/Y+j2VlwgRFvA+z g/X1YsytVJ9i6PSHhx9H1MxXg0xYePNlKwODPdbEYJAk7litRle/vNcBW8qYLuHZ/8 p+wI1Qc0J1DwY7WloO3H88B5zeCe8S/DumQhuR0vM5RDquoEm6sZqzB5kXTcUytaJn AcGTI1y+I0HNQWc1MdbgovxeGSEkDS2rkXxzBy5wDYAgM8THxI7mV277r7FWXe9lAx 3laLzVypP0mBw== Received: from crub (pd95f1a1c.dip0.t-ipconnect.de [217.95.26.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 74BCF86C81; Tue, 1 Aug 2023 15:03:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1690895037; bh=91Tw7sSi2jjrusQs7CXB8ecsZO3tnf4/hUsqpchCQrM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ECFiGUZ6rJcOq82h1n/mJzSDyhVkzarZ/ONCzQd6F0Xm8OzHxpCZ8qS07lgsPnsAX Z/ZE6zSqr7uKaNGx61kIbsl1IsDeoyq3S7WUMiY1aRwrKCrCOtJ6xTQOC6yS5g8CFF PE4Izys/6L3jCmB+/JmKfyTINrjEt3GE63HilMzNPCj+cO1qGehE5ygX+OLeClXBsV GHe0iVNaId1foUmdSI/NfJqh/7VtpedqPwunm/bzx03Rx/4aVNVjiEduTD3E+9IjvT rDqNHUxntJy+YCx1AcOM7svMopGxOK3lLgCmG/WBiV8c2JBGVBwYNpCyA6C7foHuiG nXJSRnDRBY6Ow== Date: Tue, 1 Aug 2023 15:03:56 +0200 From: Anatolij Gustschin To: Bin Meng Cc: Rick Chen , u-boot@lists.denx.de Subject: Re: [PATCH 00/18] video: bochs: Remove the x86 limitation Message-ID: <20230801150356.05228636@crub> In-Reply-To: References: <20230723044041.1089804-1-bmeng@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Bin, On Mon, 31 Jul 2023 13:26:23 +0800 Bin Meng bmeng.cn@gmail.com wrote: ... > Looks the first half is assigned to Anatolij and the second half to Rick. > > I guess the first half should go first. > > Ping for apply? I've applied patches 1/18 to 9/18 now, a pull request is pending. -- Anatolij