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 passt.top (Postfix) with ESMTP id A1A515A0082 for ; Mon, 9 Jan 2023 07:48:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673246933; 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=h4zm+g2sb+Chb1sF0tG8u6hSYuIx1xNBHcQkLGwjeZA=; b=P/3tFs+vZLnHrOa6STv8IjUitK0vtxhV2HFgt6tU0CbbPEpNIoCiO0wrE9qXZGK5108I/7 3aoJuI1uwmyTEazvnLqnQb3MbJSMv3t0VyD5RXFbY+W+ez038Jc6UzL6Qze2GQ3vg38f30 loSnZlpvVrvyuvxIIzD0vTIkt8oCjG4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-308-ERDbsU4bNP-4FFuJyytE_Q-1; Mon, 09 Jan 2023 01:48:52 -0500 X-MC-Unique: ERDbsU4bNP-4FFuJyytE_Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EA66E85C6E0 for ; Mon, 9 Jan 2023 06:48:51 +0000 (UTC) Received: from fedora (ovpn-192-19.brq.redhat.com [10.40.192.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C891C40C1141; Mon, 9 Jan 2023 06:48:49 +0000 (UTC) From: =?iso-8859-1?B?SuFu?= Tomko To: Laine Stump Subject: Re: [libvirt PATCH 4/9] conf: add passt XML additions to schema Message-ID: References: <20230109041112.368790-1-laine@redhat.com> <20230109041112.368790-5-laine@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FLBWIZh5hMyiJeZz" Content-Disposition: inline In-Reply-To: <20230109041112.368790-5-laine@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-MailFrom: jtomko@redhat.com X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation Message-ID-Hash: FTR2ENRFQ7MWFRXNCZ5ZUFZ3D45CAL6U X-Message-ID-Hash: FTR2ENRFQ7MWFRXNCZ5ZUFZ3D45CAL6U X-Mailman-Approved-At: Tue, 10 Jan 2023 16:08:41 +0100 CC: libvir-list@redhat.com, sbrivio@redhat.com, passt-dev@passt.top X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Date: Mon, 09 Jan 2023 06:48:54 X-Original-Date: Mon, 9 Jan 2023 07:49:11 +0100 --FLBWIZh5hMyiJeZz Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On a Sunday in 2023, Laine Stump wrote: >Initial support for network devices using passt (https://passt.top) >for the backend connection will require: > >* new attributes of the subelement: > * "type" that can have the value "passt" (to differentiate from > slirp, because both slirp and passt will use type=3D'user'>) > * "logFile" (a path to a file that passt should use for its logging) > * "upstream" (a netdev name, e.g. "eth0"). > >* a new subelement (described in more detail later) > >Signed-off-by: Laine Stump >--- > src/conf/schemas/domaincommon.rng | 65 +++++++++++++++++++++++ > tests/qemuxml2argvdata/net-user-passt.xml | 57 ++++++++++++++++++++ > 2 files changed, 122 insertions(+) > create mode 100644 tests/qemuxml2argvdata/net-user-passt.xml > Reviewed-by: J=E1n Tomko Jano --FLBWIZh5hMyiJeZz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT+Rn5j0qdK2hQgnuAU0rOr/y4PvAUCY7u45wAKCRAU0rOr/y4P vLA4AQCi7azw7JszQ+kRMUPv92sjjpNsK9wW8E3dnz/PM/MgVgD/XoxaTNab+PJg 7oYD/qZl9s8di2KOnRvsIxmiM2nKnQU= =iuhC -----END PGP SIGNATURE----- --FLBWIZh5hMyiJeZz--