Re: [edk2-devel] [PATCH v3 0/3] Ovmf: Allow IPv4 and IPv6 to be disabled at runtime

2022-09-08 Thread Laszlo Ersek
On 09/07/22 07:46, Gerd Hoffmann wrote: > 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

Re: [edk2-devel] [PATCH v3 0/3] Ovmf: Allow IPv4 and IPv6 to be disabled at runtime

2022-09-06 Thread Gerd Hoffmann
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 >

[edk2-devel] [PATCH v3 0/3] Ovmf: Allow IPv4 and IPv6 to be disabled at runtime

2022-09-06 Thread Ard Biesheuvel
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 drive