[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

Re: [Qemu-discuss] gdb and qemu-system-aarch64 setup - breakpoint not reached

2014-08-07 Thread Peter Maydell
On 7 August 2014 21:45, Raghunath Lolur raghunathlolur.subscripti...@gmail.com wrote: I am using qemu-system emulator (qemu-system-aarch64) and gdb (aarch64-linux-gnu-gdb) to debug a c program, both running on the same system, i686-pc-linux-gnu on Ubuntu 12.04 LTS. However, with the gdb, if I