Re: [Qemu-devel] [RISU PATCH v3 01/10] risu: a bit more verbosity when running

2016-12-16 Thread Peter Maydell
On 9 December 2016 at 11:48, Alex Bennée wrote: > Before this is could seem a little quite when running as you had no > indication stuff was happening (or how fast). I only dump on the master > side as I want to minimise the amount of qemu logs to sift through. Yeah, more progress info would be g

[Qemu-devel] [RISU PATCH v3 01/10] risu: a bit more verbosity when running

2016-12-09 Thread Alex Bennée
Before this is could seem a little quite when running as you had no indication stuff was happening (or how fast). I only dump on the master side as I want to minimise the amount of qemu logs to sift through. Signed-off-by: Alex Bennée -- v3 - use portable fmt string for image_start_address -