From ebe3444468a4913e0208db1f74ea9336c7580202 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 27 Oct 2020 06:56:32 -0400 Subject: monitor: allow quitting while in preconfig state Reviewed-by: Igor Mammedov Signed-off-by: Paolo Bonzini --- hmp-commands.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index dd460eb908..470a420c2d 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -45,6 +45,7 @@ ERST .params = "", .help = "quit the emulator", .cmd = hmp_quit, + .flags = "p", }, SRST -- cgit v1.2.3