Re: [Qemu-devel] [PATCH v2 01/11] monitor: Remove unused password prompting fields

2019-06-11 Thread Markus Armbruster
Kevin Wolf writes: > Commit 788cf9f8c removed the code for password prompting from the > monitor. Since then, the Monitor fields password_completion_cb and > password_opaque have been unused. Remove them. > > Signed-off-by: Kevin Wolf > Reviewed-by: Dr. David Alan Gilbert > --- > monitor.c | 2

[Qemu-devel] [PATCH v2 01/11] monitor: Remove unused password prompting fields

2019-06-11 Thread Kevin Wolf
Commit 788cf9f8c removed the code for password prompting from the monitor. Since then, the Monitor fields password_completion_cb and password_opaque have been unused. Remove them. Signed-off-by: Kevin Wolf Reviewed-by: Dr. David Alan Gilbert --- monitor.c | 2 -- 1 file changed, 2 deletions(-)