[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] session parameters and error codes
From: |
Dale R. Worley |
Subject: |
Re: [Qemu-discuss] session parameters and error codes |
Date: |
Thu, 7 Aug 2014 10:55:28 -0400 |
> From: David Brenner <address@hidden>
>
> 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