From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> The following changes since commit be2df2ac6f6b9eeee21cc057de0a119ac30fbc60:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201112' into staging (2020-11-13 11:36:30 +0000) are available in the Git repository at: git://github.com/dagrh/qemu.git tags/pull-hmp-20201113 for you to fetch changes up to e7cff9c68d4a46343861fbc3cc6b2a0b63b2dbb8: hmp: Pass monitor to mon_get_cpu_env() (2020-11-13 12:45:51 +0000) ---------------------------------------------------------------- HMP fixes Kevin's HMP fixes ---------------------------------------------------------------- Kevin Wolf (3): hmp: Pass monitor to mon_get_cpu() hmp: Pass monitor to MonitorDef.get_value() hmp: Pass monitor to mon_get_cpu_env() include/monitor/hmp-target.h | 7 ++++--- monitor/hmp.c | 2 +- monitor/misc.c | 24 ++++++++++++------------ monitor/monitor-internal.h | 2 +- target/i386/monitor.c | 11 ++++++----- target/m68k/monitor.c | 2 +- target/nios2/monitor.c | 2 +- target/ppc/monitor.c | 22 +++++++++++++--------- target/riscv/monitor.c | 2 +- target/sh4/monitor.c | 2 +- target/sparc/monitor.c | 12 +++++++----- target/xtensa/monitor.c | 2 +- 12 files changed, 49 insertions(+), 41 deletions(-)