Re: [Qemu-devel] [PATCH] target/ppc: Fixup set_spr error in h_register_process_table

2017-06-04 Thread David Gibson
On Mon, Jun 05, 2017 at 10:49:51AM +1000, Suraj Jitindar Singh wrote: > set_spr is used in the function h_register_process_table() to update the > LPCR_GTSE and LPCR_UPRT values based on the flags passed by the guest. > The set_spr function takes the last two arguments mask and value used to > mask

[Qemu-devel] [PATCH] target/ppc: Fixup set_spr error in h_register_process_table

2017-06-04 Thread Suraj Jitindar Singh
set_spr is used in the function h_register_process_table() to update the LPCR_GTSE and LPCR_UPRT values based on the flags passed by the guest. The set_spr function takes the last two arguments mask and value used to mask and set the value of the spr respectively. The current call site passes thes