Re: [Qemu-devel] [PATCH 0/8] Basic device state visualization

2010-05-14 Thread Blue Swirl
On 5/14/10, Jan Kiszka wrote: > While recently fixing the SCSI reset issues, I once again had the need > for displaying the state of involved devices. So far the common approach > is to attach gdb to qemu (or even inject some printf). But that time I > hacked up a 30-minute patch to dump the vm

Re: [Qemu-devel] [PATCH 0/8] Basic device state visualization

2010-05-14 Thread Anthony Liguori
On 05/14/2010 08:20 AM, Jan Kiszka wrote: While recently fixing the SCSI reset issues, I once again had the need for displaying the state of involved devices. So far the common approach is to attach gdb to qemu (or even inject some printf). But that time I hacked up a 30-minute patch to dump the

[Qemu-devel] [PATCH 0/8] Basic device state visualization

2010-05-14 Thread Jan Kiszka
While recently fixing the SCSI reset issues, I once again had the need for displaying the state of involved devices. So far the common approach is to attach gdb to qemu (or even inject some printf). But that time I hacked up a 30-minute patch to dump the vmstate of any (fully converted) qdev device