* Stefan Hajnoczi (stefa...@gmail.com) wrote:
> On Tue, Feb 13, 2018 at 12:51:43PM +, Dr. David Alan Gilbert (git) wrote:
> > From: "Dr. David Alan Gilbert"
> >
>
> Please include the details of how to trigger this bug. This helps
> justify the patch as well as aiding anyone investigating/b
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote:
> From: "Dr. David Alan Gilbert"
>
> Reported-by: Dimitris Karagkasidis
> Fixes: 48fe86f6400574165979e0db6f5937ad487b6888
> Signed-off-by: Dr. David Alan Gilbert
Queued.
> ---
> monitor.c | 6 --
> 1 file changed, 4 insertions(+
On Tue, Feb 13, 2018 at 12:51:43PM +, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
Please include the details of how to trigger this bug. This helps
justify the patch as well as aiding anyone investigating/backporting the
same issue in the future.
Aside from that:
The QEMU monitor enters an infinite loop when trying to auto-complete commands
that accept only optional parameters. The commands currently affected by this
issue are 'info registers' and 'info mtree'.
Signed-off-by: Dimitris Karagkasidis
---
monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 d
* Dimitris Karagkasidis (t.page...@gmail.com) wrote:
> The QEMU monitor enters an infinite loop when trying to auto-complete commands
> that accept only optional parameters. The commands currently affected by this
> issue are 'info registers' and 'info mtree'.
>
> Signed-off-by: Dimitris Karagkasi
From: "Dr. David Alan Gilbert"
Reported-by: Dimitris Karagkasidis
Fixes: 48fe86f6400574165979e0db6f5937ad487b6888
Signed-off-by: Dr. David Alan Gilbert
---
monitor.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/monitor.c b/monitor.c
index 0c0faec0a4..bec484440f 100