> From: David Brenner <david.brenn...@gmail.com>
> 
> Is there an easy way to get the command line parameters for a (already
> started) specific QEMU session?

The ideal way is to have copied down the command that started Qemu.
Other than that, "cat /proc/[process number]/cmdline" (on Linux,
anyway) tells what the command line arguments for the process were.

There might be a command inside the Qemu monitor to tell what the
device configuration is.

Dale

Reply via email to