Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
qemu.401
0102-spapr-Add-qemu-boot-menu-property-t.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0102-spapr-Add-qemu-boot-menu-property-t.patch of Package qemu.401
From e2410d7c1f939512b1b9cf86caf2449c85665f48 Mon Sep 17 00:00:00 2001 From: Avik Sil <aviksil@linux.vnet.ibm.com> Date: Tue, 10 Jun 2014 13:26:44 +0530 Subject: [PATCH] spapr: Add "qemu, boot-menu" property to /chosen This is required to enable boot menu display during booting Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de> (cherry picked from commit cc84c0f3571c75ced90a9ba9dcbb208464a1d997) --- hw/ppc/spapr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index d59faf4..6f17581 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -412,6 +412,9 @@ static void *spapr_create_fdt_skel(hwaddr initrd_base, if (boot_device) { _FDT((fdt_property_string(fdt, "qemu,boot-device", boot_device))); } + if (boot_menu) { + _FDT((fdt_property_cell(fdt, "qemu,boot-menu", boot_menu))); + } _FDT((fdt_property_cell(fdt, "qemu,graphic-width", graphic_width))); _FDT((fdt_property_cell(fdt, "qemu,graphic-height", graphic_height))); _FDT((fdt_property_cell(fdt, "qemu,graphic-depth", graphic_depth)));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor