|
@@ -1160,7 +1160,7 @@ static void spapr_dt_chosen(sPAPRMachineState *spapr, void *fdt)
|
|
|
const char *boot_device = machine->boot_order;
|
|
|
char *stdout_path = spapr_vio_stdout_path(spapr->vio_bus);
|
|
|
size_t cb = 0;
|
|
|
- char *bootlist = get_boot_devices_list(&cb, true);
|
|
|
+ char *bootlist = get_boot_devices_list(&cb);
|
|
|
|
|
|
_FDT(chosen = fdt_add_subnode(fdt, 0, "chosen"));
|
|
|
|
|
@@ -3949,6 +3949,7 @@ static void spapr_machine_class_init(ObjectClass *oc, void *data)
|
|
|
InterruptStatsProviderClass *ispc = INTERRUPT_STATS_PROVIDER_CLASS(oc);
|
|
|
|
|
|
mc->desc = "pSeries Logical Partition (PAPR compliant)";
|
|
|
+ mc->ignore_boot_device_suffixes = true;
|
|
|
|
|
|
/*
|
|
|
* We set up the default / latest behaviour here. The class_init
|