Commit cdffb297 authored by Konrad Sztyber's avatar Konrad Sztyber Committed by Tomasz Zawadzki
Browse files

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



Signed-off-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Ie03d1c26fffaef848ef881346d6d76a4276cc4ba
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14748


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 6d7f012a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
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

### sock