Re: [Qemu-devel] [PATCH] Rate limit vnc_write_pixels_generic

2012-05-07 Thread Philipp Hahn
Hello Anthony, Am Montag 07 Mai 2012 16:19:57 schrieb Anthony Liguori: > On 05/07/2012 08:58 AM, Philipp Hahn wrote: > > Only print the error message once per change and also include the actual > > unsupported color depth in bytes per pixel in the error message. > > > > Signed-off-by: Philipp Hahn

Re: [Qemu-devel] [PATCH] Rate limit vnc_write_pixels_generic

2012-05-07 Thread Anthony Liguori
On 05/07/2012 08:58 AM, Philipp Hahn wrote: Only print the error message once per change and also include the actual unsupported color depth in bytes per pixel in the error message. Signed-off-by: Philipp Hahn Under what conditions are you seeing this happen? Regards, Anthony Liguori ---

[Qemu-devel] [PATCH] Rate limit vnc_write_pixels_generic

2012-05-07 Thread Philipp Hahn
Only print the error message once per change and also include the actual unsupported color depth in bytes per pixel in the error message. Signed-off-by: Philipp Hahn --- ui/vnc.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ui/vnc.c b/ui/vnc.c index deb9ecd..9d