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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 22294C83F12 for ; Tue, 29 Aug 2023 10:26:47 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qavux-00039G-Fk; Tue, 29 Aug 2023 06:25:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qavum-00037X-Dn for qemu-devel@nongnu.org; Tue, 29 Aug 2023 06:25:40 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qavud-0004Ji-3b for qemu-devel@nongnu.org; Tue, 29 Aug 2023 06:25:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693304726; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Imf3oRto5d7iXBP5N0pbVoVSN8oKk5GrcXbKxL+4wY0=; b=HML+5PNVNPbe1jFjcX2joIoALYqPLVRZvZ6rSC7jL9fz2DyaMs/lQ3PgWPD47dMOXKb/tr zAePaKyad4cKsqHDG6Em2WaZYdQTJtlquqV55tbdw7jpzvDUv1d3WGQPNBGyVhxoNuB/gi YrbZIYD7TtmJDR1qavO0W0vl6sYfbXQ= Received: from mimecast-mx02.redhat.com (66.187.233.73 [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-58-1UpNLowdOQGIaPenz8jVTA-1; Tue, 29 Aug 2023 06:25:23 -0400 X-MC-Unique: 1UpNLowdOQGIaPenz8jVTA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7886338025E8; Tue, 29 Aug 2023 10:25:22 +0000 (UTC) Received: from redhat.com (unknown [10.42.28.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BA8AD40C2070; Tue, 29 Aug 2023 10:25:19 +0000 (UTC) Date: Tue, 29 Aug 2023 11:25:17 +0100 From: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= To: Chenyi Qiang Cc: Markus Armbruster , Xiaoyao Li , Paolo Bonzini , Richard Henderson , "Michael S. Tsirkin" , Marcel Apfelbaum , Igor Mammedov , Ani Sinha , Peter Xu , David Hildenbrand , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Cornelia Huck , Eric Blake , Marcelo Tosatti , Gerd Hoffmann , qemu-devel@nongnu.org, kvm@vger.kernel.org, Eduardo Habkost , Laszlo Ersek , Isaku Yamahata , erdemaktas@google.com Subject: Re: [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL Message-ID: References: <20230818095041.1973309-1-xiaoyao.li@intel.com> <20230818095041.1973309-42-xiaoyao.li@intel.com> <87wmxn6029.fsf@pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/2.2.9 (2022-11-12) X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 Received-SPF: pass client-ip=170.10.133.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Tue, Aug 29, 2023 at 01:31:37PM +0800, Chenyi Qiang wrote: > > > On 8/22/2023 4:24 PM, Daniel P. Berrangé wrote: > > On Tue, Aug 22, 2023 at 08:52:30AM +0200, Markus Armbruster wrote: > >> Xiaoyao Li writes: > >> > >>> From: Isaku Yamahata > >>> > >>> For GetQuote, delegate a request to Quote Generation Service. Add property > >>> of address of quote generation server and On request, connect to the > >>> server, read request buffer from shared guest memory, send the request > >>> buffer to the server and store the response into shared guest memory and > >>> notify TD guest by interrupt. > >>> > >>> "quote-generation-service" is a property to specify Quote Generation > >>> Service(QGS) in qemu socket address format. The examples of the supported > >>> format are "vsock:2:1234", "unix:/run/qgs", "localhost:1234". > >>> > >>> command line example: > >>> qemu-system-x86_64 \ > >>> -object 'tdx-guest,id=tdx0,quote-generation-service=localhost:1234' \ > >>> -machine confidential-guest-support=tdx0 > >>> > >>> Signed-off-by: Isaku Yamahata > >>> Signed-off-by: Xiaoyao Li > >>> --- > >>> qapi/qom.json | 5 +- > >>> target/i386/kvm/tdx.c | 380 ++++++++++++++++++++++++++++++++++++++++++ > >>> target/i386/kvm/tdx.h | 7 + > >>> 3 files changed, 391 insertions(+), 1 deletion(-) > >>> > >>> diff --git a/qapi/qom.json b/qapi/qom.json > >>> index 87c1d440f331..37139949d761 100644 > >>> --- a/qapi/qom.json > >>> +++ b/qapi/qom.json > >>> @@ -879,13 +879,16 @@ > >>> # > >>> # @mrownerconfig: MROWNERCONFIG SHA384 hex string of 48 * 2 length (default: 0) > >>> # > >>> +# @quote-generation-service: socket address for Quote Generation Service(QGS) > >>> +# > >>> # Since: 8.2 > >>> ## > >>> { 'struct': 'TdxGuestProperties', > >>> 'data': { '*sept-ve-disable': 'bool', > >>> '*mrconfigid': 'str', > >>> '*mrowner': 'str', > >>> - '*mrownerconfig': 'str' } } > >>> + '*mrownerconfig': 'str', > >>> + '*quote-generation-service': 'str' } } > >> > >> Why not type SocketAddress? > > > > Yes, the code uses SocketAddress internally when it eventually > > calls qio_channel_socket_connect_async(), so we should directly > > use SocketAddress in the QAPI from the start. > > Any benefit to directly use SocketAddress? We don't want whatever code consumes the configuration to do a second level of parsing to convert the 'str' value into the 'SocketAddress' object it actually needs. QEMU has a long history of having a second round of ad-hoc parsing of configuration and we've found it to be a serious maintenence burden. Thus we strive to have everything represented in QAPI using the desired final type, and avoid the second round of parsing. > "quote-generation-service" here is optional, it seems not trivial to add > and parse the SocketAddress type in QEMU command. After I change 'str' > to 'SocketAddress' and specify the command like "-object > tdx-guest,type=vsock,cid=2,port=1234...", it will report "invalid > parameter cid". The -object parameter supports JSON syntax for this reason -object '{"qom-type":"tdx-guest","quote-generation-service":{"type": "vsock", "cid":"2","port":"1234"}}' libvirt will always use the JSON syntax for -object with a new enough QEMU. With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|