qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH 04/11] target/ppc: moved ppc_store_msr into gdbstub.c
Date: Wed, 12 May 2021 12:05:04 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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)<bruno.larsen@eldorado.org.br>
---
  target/ppc/gdbstub.c     | 7 +++++++
  target/ppc/misc_helper.c | 6 ------
  2 files changed, 7 insertions(+), 6 deletions(-)

gdbstub.c is not the only !tcg user; e.g. machine.c.

I think this should go in cpu.c, next to the other special register read/write functions.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]