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 mx.groups.io with SMTP id smtpd.web08.4478.1662529614760301295 for ; Tue, 06 Sep 2022 22:46:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=g4d2W7+Q; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1662529613; 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=W8aSxKrlwI8CGUjHnmdYPDQaUlWsw2gYNx67SV3/DWo=; b=g4d2W7+QLRs1+dLzr+jvqLIlcxXXQRtB7+GJ/booun2aCZ+jtPl66nbUxkUbrMZ+6eAn2Q CLDlaL4HLbz3hRB6LWd2C1T3Ka9ZUUuX5GC7z7NthugQxNL9F16V6qN7A787vF02XrlrpG kiFVtaiopJqzIirt3Psw95x5hLl1JVg= 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-211--hVwPtVxNrSL4M8gTA-Mlw-1; Wed, 07 Sep 2022 01:46:52 -0400 X-MC-Unique: -hVwPtVxNrSL4M8gTA-Mlw-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 60942811E81; Wed, 7 Sep 2022 05:46:52 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.195.70]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0953A1410F38; Wed, 7 Sep 2022 05:46:52 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E35DE1800394; Wed, 7 Sep 2022 07:46:49 +0200 (CEST) Date: Wed, 7 Sep 2022 07:46:49 +0200 From: "Gerd Hoffmann" To: Ard Biesheuvel Cc: devel@edk2.groups.io, Yuan Yu , Laszlo Ersek , Pawel Polawski , Oliver Steffen , Jiewen Yao , "Brian J . Johnson" Subject: Re: [PATCH v3 0/3] Ovmf: Allow IPv4 and IPv6 to be disabled at runtime Message-ID: <20220907054649.liakrvekiznskrcl@sirius.home.kraxel.org> References: <20220906115926.115493-1-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: <20220906115926.115493-1-ardb@kernel.org> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 06, 2022 at 01:59:23PM +0200, Ard Biesheuvel wrote: > Add some generic plumbing and wire it up for the QEMU based Ovmf > platform so that IPv4 and/or IPv6 networking can be turned off from the > QEMU command line. > > This is a follow-up to Yuan's patch '[PATCH v1 0/2] Add support to > disable VirtIo net at runtime' which only targeted the virtio network > driver specifically.i > > Changes since v2: > - implement Gerd's suggestion to use a DSC include file for network > component overrides > - add Laszlo's ack to patch #1 > > Changes since v1: > - instead of a NULL class library that calls the Exit() boot service > from its constructor, use a replacement for the UefiDriverEntryPoint > library > > Cc: Yuan Yu > Cc: Laszlo Ersek > Cc: Gerd Hoffmann > Cc: Pawel Polawski > Cc: Oliver Steffen > Cc: Jiewen Yao > Cc: Brian J. Johnson Acked-by: Gerd Hoffmann take care, Gerd