qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Querying possible -cpu variants
@ 2019-01-25  9:58 Pavel Dovgalyuk
  2019-01-25 10:04 ` Peter Maydell
  2019-01-25 10:10 ` Daniel P. Berrangé
  0 siblings, 2 replies; 5+ messages in thread
From: Pavel Dovgalyuk @ 2019-01-25  9:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: armbru, mdroth, eblake,
	'Фурсова Наталия'

Hello.

 

We are making GUI for QEMU (which also should allow convenient record/replay command line
generation): https://github.com/ispras/qemu-gui

 

To fill the combo box in CPU selection form we run QEMU with "-cpu help" command and parse its
output.

The format of this list depends on target. Therefore our parsing code does not look good (and also
may corrupt someday).

 

Is there a better way of requesting this information?

 

Or we should do one of the following:

1.       Patch all targets and make the uniform "-cpu help" output format

2.       Add QMP command for requesting this list.

 

Pavel Dovgalyuk

 

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

end of thread, other threads:[~2019-01-25 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25  9:58 [Qemu-devel] Querying possible -cpu variants Pavel Dovgalyuk
2019-01-25 10:04 ` Peter Maydell
2019-01-25 10:10 ` Daniel P. Berrangé
2019-01-25 10:38   ` Pavel Dovgalyuk
2019-01-25 13:31   ` Eric Blake

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).