[Qemu-discuss] session parameters and error codes

2014-08-07 Thread David Brenner
Hi. Is there an easy way to get the command line parameters for a (already started) specific QEMU session? I need to know if a specific image file, device or drive is already in use by that session (32 and 64 bit). Is there a list with QEMU error codes (each one explained)? Thank you. Regards,

Re: [Qemu-discuss] session parameters and error codes

2014-08-07 Thread Dale R. Worley
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