Re: [Qemu-devel] [PATCH] ppc: drop useless register sync

2015-10-02 Thread Thomas Huth
On 01/10/15 18:56, Greg Kurz wrote: > Since msr is always synced, no need to read it from KVM. Out of curiosity: Where does that happen? Thanks, Thomas > Signed-off-by: Greg Kurz > --- > target-ppc/translate_init.c |2 -- > 1 file changed, 2 deletions(-) > >

Re: [Qemu-devel] [PATCH] ppc: drop useless register sync

2015-10-02 Thread Greg Kurz
On Fri, 2 Oct 2015 16:03:56 +0200 Thomas Huth wrote: > On 01/10/15 18:56, Greg Kurz wrote: > > Since msr is always synced, no need to read it from KVM. > > Out of curiosity: Where does that happen? > It does not happen in fact... and this patch indeed breaks LE guests... Not

[Qemu-devel] [PATCH] ppc: drop useless register sync

2015-10-01 Thread Greg Kurz
Since msr is always synced, no need to read it from KVM. Signed-off-by: Greg Kurz --- target-ppc/translate_init.c |2 -- 1 file changed, 2 deletions(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index b54147350d88..49611e8e41fe 100644