Re: [PATCH 04/11] target/ppc: moved ppc_store_msr into gdbstub.c

2021-05-12 Thread David Gibson
On Wed, May 12, 2021 at 12:05:04PM -0500, Richard Henderson wrote: > On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote: > > This function is used by !TCG cases, so it was moved to a common code > > file. We chose gdbstub.c since it was the one giving us grief over it. > > > > Signed-off-by:

Re: [PATCH 04/11] target/ppc: moved ppc_store_msr into gdbstub.c

2021-05-12 Thread Richard Henderson
On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote: This function is used by !TCG cases, so it was moved to a common code file. We chose gdbstub.c since it was the one giving us grief over it. Signed-off-by: Bruno Larsen (billionai) --- target/ppc/gdbstub.c | 7 +++

[PATCH 04/11] target/ppc: moved ppc_store_msr into gdbstub.c

2021-05-12 Thread Bruno Larsen (billionai)
This function is used by !TCG cases, so it was moved to a common code file. We chose gdbstub.c since it was the one giving us grief over it. Signed-off-by: Bruno Larsen (billionai) --- target/ppc/gdbstub.c | 7 +++ target/ppc/misc_helper.c | 6 -- 2 files changed, 7 insertions(+), 6