]> Git Repo - qemu.git/commit
ppc: Create cpu_ppc_set_papr() helper
authorBenjamin Herrenschmidt <[email protected]>
Mon, 21 Mar 2016 12:52:34 +0000 (13:52 +0100)
committerDavid Gibson <[email protected]>
Thu, 24 Mar 2016 00:17:34 +0000 (11:17 +1100)
commit26a7f1291bb5581e51c413d744207d0a5910ff4c
treed1fcc2a2f3462f6ea266a0efceede3bdefde226d
parentf401dd32cb8e9ef68bc4f0d600479f670c2bf39a
ppc: Create cpu_ppc_set_papr() helper

And move the code adjusting the MSR mask and calling kvmppc_set_papr()
to it. This allows us to add a few more things such as disabling setting
of MSR:HV and appropriate LPCR bits which will be used when fixing
the exception model.

Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Reviewed-by: David Gibson <[email protected]>
[clg: removed LPCR setting ]
Signed-off-by: Cédric Le Goater <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/spapr.c
target-ppc/cpu.h
target-ppc/translate_init.c
This page took 0.02679 seconds and 4 git commands to generate.