Re: [PATCH v4 15/17] hw/ppc/spapr_rtas: Update hflags after setting msr

2021-03-21 Thread David Gibson
On Mon, Mar 15, 2021 at 12:46:13PM -0600, Richard Henderson wrote: > Signed-off-by: Richard Henderson Applied to ppc-for-6.0, thanks. > --- > hw/ppc/spapr_rtas.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c > index 8a79f9c628..6ec3e71757

[PATCH v4 15/17] hw/ppc/spapr_rtas: Update hflags after setting msr

2021-03-15 Thread Richard Henderson
Signed-off-by: Richard Henderson --- hw/ppc/spapr_rtas.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c index 8a79f9c628..6ec3e71757 100644 --- a/hw/ppc/spapr_rtas.c +++ b/hw/ppc/spapr_rtas.c @@ -51,6 +51,7 @@ #include "target/ppc/mmu-hash64.h"