mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-12-08 15:27:49 +00:00
Calling DisconnectController() on children isn't part of the job of EFI_DRIVER_BINDING_PROTOCOL.Stop() as it only needs to deallocate resources allocated in Start(). The disconnection will happen when both DevicePath and XenBus protocols gets uninstalled. Reported-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Message-Id: <20190701111403.7007-1-anthony.perard@citrix.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> |
||
|---|---|---|
| .. | ||
| ComponentName.c | ||
| ComponentName.h | ||
| DriverBinding.h | ||
| EventChannel.c | ||
| EventChannel.h | ||
| GrantTable.c | ||
| GrantTable.h | ||
| Helpers.c | ||
| TestAndClearBit.c | ||
| XenBus.c | ||
| XenBus.h | ||
| XenBusDxe.c | ||
| XenBusDxe.h | ||
| XenBusDxe.inf | ||
| XenStore.c | ||
| XenStore.h | ||