From 934a6e401a82be5f40e24951ab9706432a9ba22c Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 1 Oct 2019 17:37:14 +0200 Subject: [PATCH] Update git submodules * Update sushy-tools from branch 'master' - Fix libvirt set-boot-image implementation When libvirt driver performs set-boot-image operation, it actually adds new block device to libvirt domain. This new 'disk' device should be mapped on a virtual bus and possess unique bus identifiers. Prior to this fix, these identifiers were hardcoded in the emulator, however it turned out that static values may sometimes collide with already existing devices on the same bus. It seems that libvirt is capable of automatically choosing free bus identifiers if they are not given explicitly. So the essence of this fix is just to let libvirt pick hopefully proper mapping. Change-Id: I19fdae4417391a2fb753ccdd0a87fe88b4184161 --- sushy-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sushy-tools b/sushy-tools index aed2f999c7..dbc20db622 160000 --- a/sushy-tools +++ b/sushy-tools @@ -1 +1 @@ -Subproject commit aed2f999c70ed28b4c755867e68bddd62bb73495 +Subproject commit dbc20db6229f1fcadff99f2952a4ab54ed32269f