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.129.124]) by passt.top (Postfix) with ESMTP id 994915A0082 for ; Mon, 9 Jan 2023 08:20:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673248810; 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=i/6fna9b1yPv7QiyL94AgXTlB3sxRQOKA9s9E2j5NKs=; b=i4YlNlkEuGq2wcBC8HMLkCh1MAtlZM04u7B1XS4Gbd9UUKwbyrSSzdTj0SIN+9E1IZgzno ms0JCu2TrndM4LKlzJqddCzIURwdNCRhfcHkUM3P8ZqXdl2LAj/OcQHpjlm8dTJyc75jgi 4Exf+f3DaBNXQLG90oSeeBIuDjm2CRI= 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-675--8SDUdKkP8uriLLEL-B_3w-1; Mon, 09 Jan 2023 02:20:09 -0500 X-MC-Unique: -8SDUdKkP8uriLLEL-B_3w-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BB7738030CC for ; Mon, 9 Jan 2023 07:20:08 +0000 (UTC) Received: from fedora (ovpn-192-19.brq.redhat.com [10.40.192.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A52D4140EBF6; Mon, 9 Jan 2023 07:20:06 +0000 (UTC) From: =?iso-8859-1?B?SuFu?= Tomko To: Laine Stump Subject: Re: [libvirt PATCH 6/9] qemu: new capability QEMU_CAPS_NETDEV_STREAM Message-ID: References: <20230109041112.368790-1-laine@redhat.com> <20230109041112.368790-7-laine@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hAO6Dy8pnzqffrQN" Content-Disposition: inline In-Reply-To: <20230109041112.368790-7-laine@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 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: WGWYZRRDQDSLJFMN3NUM2CQTPHQXUQBD X-Message-ID-Hash: WGWYZRRDQDSLJFMN3NUM2CQTPHQXUQBD 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 07:20:11 X-Original-Date: Mon, 9 Jan 2023 08:20:28 +0100 --hAO6Dy8pnzqffrQN 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: >passt support requires "-netdev stream", which was added to QEMU in >qemu-7.2.0. > >Signed-off-by: Laine Stump >--- > src/qemu/qemu_capabilities.c | 4 ++++ > src/qemu/qemu_capabilities.h | 3 +++ > tests/qemucapabilitiesdata/caps_7.2.0.x86_64.xml | 1 + > 3 files changed, 8 insertions(+) > Reviewed-by: J=E1n Tomko Jano --hAO6Dy8pnzqffrQN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT+Rn5j0qdK2hQgnuAU0rOr/y4PvAUCY7vAPAAKCRAU0rOr/y4P vEabAQC+Wp4RgEszIREV8BU/Q6K4pbqNvrvxr5c1xlE43OR7fgD+KyuuU6yUiHsz Qt2PTpnLKeQaX6tBzNvykQx74F3/3QY= =Y6M0 -----END PGP SIGNATURE----- --hAO6Dy8pnzqffrQN--