]> Git Repo - qemu.git/commit
spapr_hcall: Fix h_enter to loop correctly
authorAneesh Kumar K.V <[email protected]>
Fri, 14 Mar 2014 13:51:49 +0000 (19:21 +0530)
committerAndreas Färber <[email protected]>
Thu, 20 Mar 2014 01:39:23 +0000 (02:39 +0100)
commit7aaf4957efad2bf6ac449d0caa9a1535f61006bc
treee0f9ad6cde276c6448135cabeeec2582e5ee68d1
parentcfd54a0409c92cbf3b2e6af39ce44a13f6940dd0
spapr_hcall: Fix h_enter to loop correctly

We wanted to loop till index is 8. On 8 we return with H_PTEG_FULL. If we
are successful in loading hpte with any other index, we continue with that
index value.

Reported-by: Paolo Bonzini <[email protected]>
Signed-off-by: Aneesh Kumar K.V <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
hw/ppc/spapr_hcall.c
This page took 0.025679 seconds and 4 git commands to generate.