From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.31370.1681885140327936530 for ; Tue, 18 Apr 2023 23:19:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=FQ5GP7Mf; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681885139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6kJ4Eg7/YVGnsnaw8LfVQIsi1pSEC1U1DCEy1RBZ9IM=; b=FQ5GP7MfI9kYjWew5dQ28tAi2d8au9EALiIAvisAZpTvrI8eIgXN1FVhgH+R3buNRq3xs3 ly3EBOtfHTxCOLliZhxRc5XmZR1FzuEjeJMpHV/T7Dlt9FOeYW0N+Kt2hajX59dKVMxE/2 TcVedj2fkprUgEvhD9pglfZO3gZClcE= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-94-gR-KkLL4NLCKtPZUcfFYlA-1; Wed, 19 Apr 2023 02:18:56 -0400 X-MC-Unique: gR-KkLL4NLCKtPZUcfFYlA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D6EAE1C0896A; Wed, 19 Apr 2023 06:18:55 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.59]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6B8AE2026D16; Wed, 19 Apr 2023 06:18:55 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id CF68B18009A9; Wed, 19 Apr 2023 08:18:53 +0200 (CEST) Date: Wed, 19 Apr 2023 08:18:53 +0200 From: "Gerd Hoffmann" To: Ard Biesheuvel Cc: devel@edk2.groups.io, Stefan Berger , Julien Grall , Anthony Perard , Ard Biesheuvel , Jordan Justen , Pawel Polawski , Oliver Steffen , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Jiewen Yao Subject: Re: [PATCH 0/4] OvmfPkg: add virtio serial driver Message-ID: References: <20230417090320.225046-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 18, 2023 at 05:46:35PM +0200, Ard Biesheuvel wrote: > > This seems useful - how do I use it? bare qemu (with guest console on stdin/stdout): qemu-system-x86_64 \ -enable-kvm -nodefaults -display none \ -bios Build/OvmfX64/DEBUG_GCC5/FV/OVMF.fd \ -chardev stdio,id=hvc0 \ -device virtio-serial-pci \ -device virtconsole,chardev=hvc0 libvirt snippet (add to ): take care, Gerd