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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71E0DC433EF for ; Wed, 13 Oct 2021 05:03:20 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 65EB960EE9 for ; Wed, 13 Oct 2021 05:03:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 65EB960EE9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=etri.re.kr Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5D87283383; Wed, 13 Oct 2021 07:03:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=etri.re.kr Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=dooray.com header.i=@dooray.com header.b="QbcZbdDm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 03B4483395; Wed, 13 Oct 2021 07:03:14 +0200 (CEST) Received: from mscreen.etri.re.kr (mscreen.etri.re.kr [129.254.9.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1394883373 for ; Wed, 13 Oct 2021 07:03:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=etri.re.kr Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ckim@etri.re.kr Received: from unknown (HELO send001-relay.gov-dooray.com) (211.180.235.152) by 129.254.9.16 with ESMTP; 13 Oct 2021 14:03:01 +0900 X-Original-SENDERIP: 211.180.235.152 X-Original-MAILFROM: ckim@etri.re.kr X-Original-RCPTTO: u-boot@lists.denx.de Received: from [10.162.225.106] (HELO smtp001-imp.gov-dooray.com) ([10.162.225.106]) by send001-relay.gov-dooray.com with SMTP id 2295393261666885; Wed, 13 Oct 2021 14:03:01 +0900 DKIM-Signature: a=rsa-sha256; b=QbcZbdDmBkhZJiIiiDGErotNa/eQPs3g/3XiZzxTaff8HCC8CAiohCVXqwbny4sZOzldDuMmfA KTa9sygfj0uPGxFtRoua2dfSB225AQhNCTaAeZ3hvFkFkfsdljnc5FFJ5nhpkaQ0jRJ2N6nrvUp/ tnKaFF+xtCYJhT62h4Su2+IjVbg8KXO6+ab2qf47wZxuVAkPlXxQVfxNnMDygV/Ed/ELZQHBjI0p aScrFpNG14qpXRtiN1+5VykIcOaTNITjY09JzwaB0sI3M1HfAJkf3FY0mlTfdydY9bd+BaYe6ecq cT+Xy11J5dGXzhBrwcpAHZXcI26i+7LTpV2XPRPQ==; c=relaxed/relaxed; s=selector; d=dooray.com; v=1; bh=ugaLrAVfbT+VQV9amqg+39aqxrSHwT10fXvOyNTddzY=; h=From:To:Subject:Message-ID; Received: from [129.254.132.39] (HELO CHANKIMPC) ([129.254.132.39]) by smtp001-imp.gov-dooray.com with SMTP id c49bee7561666884; Wed, 13 Oct 2021 14:03:00 +0900 From: "Chan Kim" To: "'Tom Rini'" Cc: References: <00f901d7bf24$21c649d0$6552dd70$@etri.re.kr> <20211012191150.GC7964@bill-the-cat> In-Reply-To: <20211012191150.GC7964@bill-the-cat> Subject: RE: how to run u-boot on qemu arm64 virt machine? Date: Wed, 13 Oct 2021 14:03:00 +0900 Message-ID: <020c01d7bfef$984c5fb0$c8e51f10$@etri.re.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKUYqYumVFFSs/h6VXMsnoVN95A/AESslGCqk58i4A= Content-Language: ko X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean > > That's a very old QEMU version. We use v6.1.0 currently and v4.2.0 before > that. > > -- > Tom Thank you, Tom Yes, so I tried it now with v4.2.0 with "-nographic" option. (Without it I still see qemu manager window.) Chan Kim