On 06/01/2017 12:36 PM, Farhan Ali wrote:
Signed-off-by: Farhan Ali <alifm@linux.vnet.ibm.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+)
This needed to be in the 3.5.0 news not the 3.4.0 news, so I moved it. Reviewed-by: John Ferlan <jferlan@redhat.com> John
diff --git a/docs/news.xml b/docs/news.xml index e95fe72..986d101 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -66,6 +66,17 @@ its shutdown event as well, if it is known. </description> </change> + <change> + <summary> + qemu: Add support for loadparm for a boot device + </summary> + <description> + Add an optional boot parameter 'loadparm' for a boot device. + Loadparm is an 8 byte parameter that, when present, is queried by + S390 guests via sclp or diag 308. Linux guests on S390 use it to + select a boot entry. + </description> + </change> </section> <section title="Improvements"> <change>