Re: [PATCH v6 01/12] monitor: Add Monitor parameter to monitor_set_cpu()

2020-08-04 Thread Markus Armbruster
Kevin Wolf writes: > Most callers actually don't have to rely on cur_mon, but already know > for which monitor they call monitor_set_cpu(). > > Signed-off-by: Kevin Wolf > --- > include/monitor/monitor.h | 2 +- > monitor/hmp-cmds.c| 2 +- > monitor/misc.c| 10 +- >

Re: [PATCH v6 01/12] monitor: Add Monitor parameter to monitor_set_cpu()

2020-05-28 Thread Eric Blake
On 5/28/20 10:37 AM, Kevin Wolf wrote: Most callers actually don't have to rely on cur_mon, but already know for which monitor they call monitor_set_cpu(). Signed-off-by: Kevin Wolf --- include/monitor/monitor.h | 2 +- monitor/hmp-cmds.c| 2 +- monitor/misc.c| 10

[PATCH v6 01/12] monitor: Add Monitor parameter to monitor_set_cpu()

2020-05-28 Thread Kevin Wolf
Most callers actually don't have to rely on cur_mon, but already know for which monitor they call monitor_set_cpu(). Signed-off-by: Kevin Wolf --- include/monitor/monitor.h | 2 +- monitor/hmp-cmds.c| 2 +- monitor/misc.c| 10 +- 3 files changed, 7 insertions(+), 7