Re: [PATCH v3 38/49] hexagon: make dump_mmu() take MonitorHMP
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 16/8/26 21:13, Marc-André Lureau wrote: > Avoid unsafe MONITOR_HMP() casts. > > The function has no caller since its introduction and could > be dropped if it is not wired to a HMP command. > > Signed-off-by: Marc-André Lureau <[email protected]> > --- > hw/hexagon/hexagon_tlb.c | 8 +++----- > include/hw/hexagon/hexagon_tlb.h | 5 +++-- > target/hexagon/hex_mmu.c | 4 ++-- > target/hexagon/hex_mmu.h | 3 ++- > 4 files changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>