qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1614609] [NEW] alphabetical order of monitor options
@ 2016-08-18 16:15 Kai Poeritz
  2020-11-21 15:19 ` [Bug 1614609] " Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kai Poeritz @ 2016-08-18 16:15 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'.
It had me overlook the 'cont' option at glance. Which is just a little impractical.

...
boot_set bootdevice -- define new values for the boot device list
change device filename [format [read-only-mode]] -- change a removable medium, optional format
chardev-add args -- add chardev
chardev-remove id -- remove chardev
client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display
closefd closefd name -- close a file descriptor previously passed via SCM rights
commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files
cpu index -- set the default CPU
cpu-add id -- add cpu
c|cont  -- resume emulation
delvm tag|id -- delete a VM snapshot from its tag or id
...

I tested this list with 'sort' just to make sure and make a point:

$ cat Desktop/order-orig.txt 
boot_set
change
chardev-add
chardev-remove
client_migrate_info
closefd
commit
cpu
cpu-add
c|cont
delvm
$ cat Desktop/order-orig.txt | sort
boot_set
c|cont
change
chardev-add
chardev-remove
client_migrate_info
closefd
commit
cpu
cpu-add
delvm
$

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1614609

Title:
  alphabetical order of monitor options

Status in QEMU:
  New

Bug description:
  Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'.
  It had me overlook the 'cont' option at glance. Which is just a little impractical.

  ...
  boot_set bootdevice -- define new values for the boot device list
  change device filename [format [read-only-mode]] -- change a removable medium, optional format
  chardev-add args -- add chardev
  chardev-remove id -- remove chardev
  client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display
  closefd closefd name -- close a file descriptor previously passed via SCM rights
  commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files
  cpu index -- set the default CPU
  cpu-add id -- add cpu
  c|cont  -- resume emulation
  delvm tag|id -- delete a VM snapshot from its tag or id
  ...

  I tested this list with 'sort' just to make sure and make a point:

  $ cat Desktop/order-orig.txt 
  boot_set
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  c|cont
  delvm
  $ cat Desktop/order-orig.txt | sort
  boot_set
  c|cont
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  delvm
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1614609/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1614609] Re: alphabetical order of monitor options
  2016-08-18 16:15 [Qemu-devel] [Bug 1614609] [NEW] alphabetical order of monitor options Kai Poeritz
@ 2020-11-21 15:19 ` Peter Maydell
  2021-04-22  9:39 ` Thomas Huth
  2021-04-30  8:55 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2020-11-21 15:19 UTC (permalink / raw)
  To: qemu-devel

Should be fixed by this patch:
https://patchew.org/QEMU/20201121151711.20783-1-peter.maydell@linaro.org/

** Changed in: qemu
       Status: New => In Progress

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1614609

Title:
  alphabetical order of monitor options

Status in QEMU:
  In Progress

Bug description:
  Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'.
  It had me overlook the 'cont' option at glance. Which is just a little impractical.

  ...
  boot_set bootdevice -- define new values for the boot device list
  change device filename [format [read-only-mode]] -- change a removable medium, optional format
  chardev-add args -- add chardev
  chardev-remove id -- remove chardev
  client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display
  closefd closefd name -- close a file descriptor previously passed via SCM rights
  commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files
  cpu index -- set the default CPU
  cpu-add id -- add cpu
  c|cont  -- resume emulation
  delvm tag|id -- delete a VM snapshot from its tag or id
  ...

  I tested this list with 'sort' just to make sure and make a point:

  $ cat Desktop/order-orig.txt 
  boot_set
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  c|cont
  delvm
  $ cat Desktop/order-orig.txt | sort
  boot_set
  c|cont
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  delvm
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1614609/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1614609] Re: alphabetical order of monitor options
  2016-08-18 16:15 [Qemu-devel] [Bug 1614609] [NEW] alphabetical order of monitor options Kai Poeritz
  2020-11-21 15:19 ` [Bug 1614609] " Peter Maydell
@ 2021-04-22  9:39 ` Thomas Huth
  2021-04-30  8:55 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-04-22  9:39 UTC (permalink / raw)
  To: qemu-devel

Fix has been included here:
https://gitlab.com/qemu-project/qemu/-/commit/ff688cd2c7c3a677b71e

** Changed in: qemu
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1614609

Title:
  alphabetical order of monitor options

Status in QEMU:
  Fix Committed

Bug description:
  Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'.
  It had me overlook the 'cont' option at glance. Which is just a little impractical.

  ...
  boot_set bootdevice -- define new values for the boot device list
  change device filename [format [read-only-mode]] -- change a removable medium, optional format
  chardev-add args -- add chardev
  chardev-remove id -- remove chardev
  client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display
  closefd closefd name -- close a file descriptor previously passed via SCM rights
  commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files
  cpu index -- set the default CPU
  cpu-add id -- add cpu
  c|cont  -- resume emulation
  delvm tag|id -- delete a VM snapshot from its tag or id
  ...

  I tested this list with 'sort' just to make sure and make a point:

  $ cat Desktop/order-orig.txt 
  boot_set
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  c|cont
  delvm
  $ cat Desktop/order-orig.txt | sort
  boot_set
  c|cont
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  delvm
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1614609/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1614609] Re: alphabetical order of monitor options
  2016-08-18 16:15 [Qemu-devel] [Bug 1614609] [NEW] alphabetical order of monitor options Kai Poeritz
  2020-11-21 15:19 ` [Bug 1614609] " Peter Maydell
  2021-04-22  9:39 ` Thomas Huth
@ 2021-04-30  8:55 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-04-30  8:55 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1614609

Title:
  alphabetical order of monitor options

Status in QEMU:
  Fix Released

Bug description:
  Looking for the 'continue'/'resume' option I found this order that was not quite 'alphabetical'.
  It had me overlook the 'cont' option at glance. Which is just a little impractical.

  ...
  boot_set bootdevice -- define new values for the boot device list
  change device filename [format [read-only-mode]] -- change a removable medium, optional format
  chardev-add args -- add chardev
  chardev-remove id -- remove chardev
  client_migrate_info protocol hostname port tls-port cert-subject -- set migration information for remote display
  closefd closefd name -- close a file descriptor previously passed via SCM rights
  commit device|all -- commit changes to the disk images (if -snapshot is used) or backing files
  cpu index -- set the default CPU
  cpu-add id -- add cpu
  c|cont  -- resume emulation
  delvm tag|id -- delete a VM snapshot from its tag or id
  ...

  I tested this list with 'sort' just to make sure and make a point:

  $ cat Desktop/order-orig.txt 
  boot_set
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  c|cont
  delvm
  $ cat Desktop/order-orig.txt | sort
  boot_set
  c|cont
  change
  chardev-add
  chardev-remove
  client_migrate_info
  closefd
  commit
  cpu
  cpu-add
  delvm
  $

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1614609/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-30  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-18 16:15 [Qemu-devel] [Bug 1614609] [NEW] alphabetical order of monitor options Kai Poeritz
2020-11-21 15:19 ` [Bug 1614609] " Peter Maydell
2021-04-22  9:39 ` Thomas Huth
2021-04-30  8:55 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).