Re: [Qemu-devel] [PATCH 4/8] monitor: Add basic device state visualization

2010-05-18 Thread Markus Armbruster
Jan Kiszka writes: > This introduces device_show, a monitor command that saves the vmstate of > a qdev device and visualizes it. QMP is also supported. Buffers are cut > after 16 byte by default, but the full content can be requested via > '-f'. To pretty-print sub-arrays, vmstate is extended to

[Qemu-devel] [PATCH 4/8] monitor: Add basic device state visualization

2010-05-14 Thread Jan Kiszka
This introduces device_show, a monitor command that saves the vmstate of a qdev device and visualizes it. QMP is also supported. Buffers are cut after 16 byte by default, but the full content can be requested via '-f'. To pretty-print sub-arrays, vmstate is extended to store the start index name.