Re: [PATCH 6/9] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c

2022-12-01 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 1/12/22 07:13, Markus Armbruster wrote: >> This moves these commands from MAINTAINERS section "Human >> Monitor (HMP)" to "Graphics". >> Signed-off-by: Markus Armbruster >> --- >> monitor/hmp-cmds.c | 342 -- >> ui/ui

Re: [PATCH 6/9] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c

2022-12-01 Thread Daniel P . Berrangé
On Thu, Dec 01, 2022 at 07:13:08AM +0100, Markus Armbruster wrote: > This moves these commands from MAINTAINERS section "Human > Monitor (HMP)" to "Graphics". > > Signed-off-by: Markus Armbruster > --- > monitor/hmp-cmds.c | 342 -- > ui/ui-hmp-cmds.c |

Re: [PATCH 6/9] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c

2022-11-30 Thread Philippe Mathieu-Daudé
On 1/12/22 07:13, Markus Armbruster wrote: This moves these commands from MAINTAINERS section "Human Monitor (HMP)" to "Graphics". Signed-off-by: Markus Armbruster --- monitor/hmp-cmds.c | 342 -- ui/ui-hmp-cmds.c | 360 ++

[PATCH 6/9] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c

2022-11-30 Thread Markus Armbruster
This moves these commands from MAINTAINERS section "Human Monitor (HMP)" to "Graphics". Signed-off-by: Markus Armbruster --- monitor/hmp-cmds.c | 342 -- ui/ui-hmp-cmds.c | 360 + ui/meson.build | 1 + 3