mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Fix device name completion for 'eject'
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
4445b0a624
commit
2a1704a71d
1 changed files with 3 additions and 0 deletions
|
@ -3062,6 +3062,9 @@ static void monitor_find_completion(const char *cmdline)
|
|||
}
|
||||
}
|
||||
str = args[nb_args - 1];
|
||||
if (*ptype == '-' && ptype[1] != '\0') {
|
||||
ptype += 2;
|
||||
}
|
||||
switch(*ptype) {
|
||||
case 'F':
|
||||
/* file completion */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue