[edk2-devel] [PATCH v1 0/2] Add support to disable VirtIo net at runtime

2022-08-04 Thread Yuan Yu via groups.io
Currently networking can only be enabled/disabled at compile time. This patch series will add support to disable VirtIo net at runtime even if the functionality is built into binary at compile time. This will enable VMM to reduce attack surface without recompilation. The changes can be seen at:

Re: [edk2-devel] [PATCH v1 0/2] Add support to disable VirtIo net at runtime

2022-08-04 Thread Laszlo Ersek
On 08/04/22 11:58, Ard Biesheuvel wrote: > On Thu, 4 Aug 2022 at 07:55, Laszlo Ersek wrote: >> >> On 08/04/22 04:52, Yuan Yu wrote: >>> Currently networking can only be enabled/disabled at compile time. This >>> patch series will add support to disable VirtIo net at runtime even if >>> the

Re: [edk2-devel] [PATCH v1 0/2] Add support to disable VirtIo net at runtime

2022-08-04 Thread Ard Biesheuvel
On Thu, 4 Aug 2022 at 07:55, Laszlo Ersek wrote: > > On 08/04/22 04:52, Yuan Yu wrote: > > Currently networking can only be enabled/disabled at compile time. This > > patch series will add support to disable VirtIo net at runtime even if > > the functionality is built into binary at compile time.

Re: [edk2-devel] [PATCH v1 0/2] Add support to disable VirtIo net at runtime

2022-08-03 Thread Laszlo Ersek
On 08/04/22 04:52, Yuan Yu wrote: > Currently networking can only be enabled/disabled at compile time. This > patch series will add support to disable VirtIo net at runtime even if > the functionality is built into binary at compile time. > > This will enable VMM to reduce attack surface without