[PATCH 0/2] disk hotplug support for test hypervisor

John Levon posted 2 patches 2 weeks, 5 days ago
src/test/test_driver.c | 276 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 273 insertions(+), 3 deletions(-)
[PATCH 0/2] disk hotplug support for test hypervisor
Posted by John Levon 2 weeks, 5 days ago
John Levon (2):
  test_driver: provide basic disk hotplug support
  test_driver: provide basic disk hotunplug support

 src/test/test_driver.c | 276 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 273 insertions(+), 3 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] disk hotplug support for test hypervisor
Posted by Michal Prívozník 1 week, 2 days ago
On 11/1/24 23:31, John Levon wrote:
> John Levon (2):
>   test_driver: provide basic disk hotplug support
>   test_driver: provide basic disk hotunplug support
> 
>  src/test/test_driver.c | 276 ++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 273 insertions(+), 3 deletions(-)
> 

Sorry for late review. I'm fixing all the small nits found during review
and merging.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal