summaryrefslogtreecommitdiff
path: root/bootdevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootdevice.c')
-rw-r--r--bootdevice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootdevice.c b/bootdevice.c
index 69cffd8021..79c2327142 100644
--- a/bootdevice.c
+++ b/bootdevice.c
@@ -212,6 +212,8 @@ static void device_set_bootindex(Object *obj, Visitor *v, void *opaque,
/* change bootindex to a new one */
*prop->bootindex = boot_index;
+ add_boot_device_path(*prop->bootindex, prop->dev, prop->suffix);
+
out:
if (local_err) {
error_propagate(errp, local_err);