[PATCH 0/2] add NIC hotplug support to test hypervisor

John Levon posted 2 patches 3 months ago
src/test/test_driver.c | 305 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 283 insertions(+), 22 deletions(-)
[PATCH 0/2] add NIC hotplug support to test hypervisor
Posted by John Levon 3 months ago
These two patches add basic support for NIC hot[un]plug to the test hypervisor,
based on the qemu driver; only ethernet and bridge type VNICS are currently
supported.

John Levon (2):
  test_driver: provide basic NIC hotplug support
  test_driver: provide basic NIC hotunplug support

 src/test/test_driver.c | 305 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 283 insertions(+), 22 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] add NIC hotplug support to test hypervisor
Posted by John Levon 2 months, 2 weeks ago
On Thu, Aug 01, 2024 at 12:47:39PM +0100, John Levon wrote:

> These two patches add basic support for NIC hot[un]plug to the test hypervisor,
> based on the qemu driver; only ethernet and bridge type VNICS are currently
> supported.
> 
> John Levon (2):
>   test_driver: provide basic NIC hotplug support
>   test_driver: provide basic NIC hotunplug support
> 
>  src/test/test_driver.c | 305 ++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 283 insertions(+), 22 deletions(-)
> 

Gentle ping?

thanks
john