Re: [Qemu-devel] [PATCH] target-ppc: fix sync of SPR_SDR1 with KVM

2016-03-01 Thread David Gibson
On Tue, Mar 01, 2016 at 07:03:10PM +0100, Greg Kurz wrote: > The gdbstub can't access guest memory with current master. This is what you > get in gdb: > > 0x19b8 in main (argc= at address 0x3fffce4d3620>, argv= at address 0x3fffce4d3628>) at fp.c:11 > > Bisect leads to the following c

[Qemu-devel] [PATCH] target-ppc: fix sync of SPR_SDR1 with KVM

2016-03-01 Thread Greg Kurz
The gdbstub can't access guest memory with current master. This is what you get in gdb: 0x19b8 in main (argc=, argv=) at fp.c:11 Bisect leads to the following commit: commit fa48b4328c39b2532e47efcfcba6d4031512f514 Author: David Gibson Date: Tue Feb 9 09:30:21 2016 +1000 targ