changelog: add a note about v22.09 changes in the VMD driver

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Ie03d1c26fffaef848ef881346d6d76a4276cc4ba
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14748
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Konrad Sztyber 2022-09-28 14:53:41 +02:00 committed by Tomasz Zawadzki
parent 6d7f012af4
commit cdffb29760

View File

@ -105,6 +105,12 @@ start/stop. Applications using the virtio library in vhost-user mode should now
the application's memory using the -s/--mem-size option and use single shared memory file the application's memory using the -s/--mem-size option and use single shared memory file
segments using the -g/--single-file-segments option. segments using the -g/--single-file-segments option.
### vmd
Fixed hotplug when a device is inserted in a slot in which a disk was already enumerated previously.
Added two new RPCs: `vmd_remove_device` simulating a hotremove, and `vmd_rescan`, which rescans all
buses managed by the VMD driver and hotplugs all newfound devices.
## v22.05 ## v22.05
### sock ### sock