On 2019-01-03 11:07, Janosch Frank wrote: > LPAR and z/VM start in esam mode depending on the hardware, so we need > to switch to z/Arch and set 64 bit addressing. > > Under Qemu/KVM we already start out with both when being run with the > Qemu --kernel argument or we lack 64 bit when booting from disk > because of the initial psw specifying 31 bit for z/VM and lpar > compatibility. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> > --- > s390x/cstart64.S | 10 ++++++++++ > 1 file changed, 10 insertions(+) Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>