Re: [Qemu-devel] [RFC PATCH V2 5/5] cpu_exec: Print to console if the guest is late

2014-06-13 Thread Paolo Bonzini
Il 13/06/2014 14:00, Sebastian Tanase ha scritto: > > Perhaps stop printing the message after the first 50-100 times? > > Paolo > Thank you very much for your feedback. Maybe adding a monitor command (info drift) would be better ? Then the user would not be spammed by printfs. I think some spa

Re: [Qemu-devel] [RFC PATCH V2 5/5] cpu_exec: Print to console if the guest is late

2014-06-13 Thread Sebastian Tanase
- Mail original - > De: "Paolo Bonzini" > À: "Sebastian Tanase" , qemu-devel@nongnu.org > Cc: aligu...@amazon.com, afaer...@suse.de, r...@twiddle.net, "peter maydell" > , > mich...@walle.cc, a...@alex.org.uk, stefa...@redhat.com, > lcapitul...@redhat.com, crobi...@redhat.com, > arm...@

Re: [Qemu-devel] [RFC PATCH V2 5/5] cpu_exec: Print to console if the guest is late

2014-06-13 Thread Paolo Bonzini
Il 13/06/2014 11:40, Sebastian Tanase ha scritto: If the align option is enabled, we print to the user whenever the guest clock is behind the host clock in order for he/she to have a hint about the actual performance. The maximum print interval is 2s so as not to spam the console. Signed-off-by:

[Qemu-devel] [RFC PATCH V2 5/5] cpu_exec: Print to console if the guest is late

2014-06-13 Thread Sebastian Tanase
If the align option is enabled, we print to the user whenever the guest clock is behind the host clock in order for he/she to have a hint about the actual performance. The maximum print interval is 2s so as not to spam the console. Signed-off-by: Sebastian Tanase Tested-by: Camille Bégué --- cp