[Qemu-devel] [PATCH] vnc: tight: remove unused variable

2010-08-28 Thread Serge Ziryukin
Signed-off-by: Serge Ziryukin --- ui/vnc-enc-tight.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c index c4c9c3b..6ee10f9 100644 --- a/ui/vnc-enc-tight.c +++ b/ui/vnc-enc-tight.c @@ -1351,7 +1351,6 @@ static int send_png_rect

[Qemu-devel] [PATCH 2/2] ui/sdl: clean up dead code

2010-08-19 Thread Serge Ziryukin
Signed-off-by: Serge Ziryukin --- ui/sdl.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/ui/sdl.c b/ui/sdl.c index f599d42..a1458ce 100644 --- a/ui/sdl.c +++ b/ui/sdl.c @@ -87,12 +87,6 @@ static void sdl_update(DisplayState *ds, int x, int y, int w, int h

[Qemu-devel] [PATCH 1/2] WM8750: clean up dead code

2010-08-19 Thread Serge Ziryukin
Signed-off-by: Serge Ziryukin --- hw/wm8750.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/hw/wm8750.c b/hw/wm8750.c index ce43c23..c9c6744 100644 --- a/hw/wm8750.c +++ b/hw/wm8750.c @@ -171,7 +171,6 @@ static void wm8750_set_format(WM8750State *s) int i

[Qemu-devel] [PATCH] audio/sdlaudio: remove unused variable

2010-04-22 Thread Serge Ziryukin
Remove unused 'shift' variable spotted by clang. Also clean up aud_to_sdlfmt which used to get the value of shift. Signed-off-by: Serge Ziryukin --- audio/sdlaudio.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/audio/sdlaudio.c b/audio/sdlaud

[Qemu-devel] [PATCH] audio/alsa: fix comparison between requested and obtained formats

2010-04-22 Thread Serge Ziryukin
Trivial patch which uses aud_to_alsafmt to fix comparison between alsa and internal audio pcm format enum. --- audio/alsaaudio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index 88344ff..d784476 100644 --- a/audio/alsaaudio.c +++

[Qemu-devel] [PATCH] audio/sdlaudio: remove unused variable

2010-04-22 Thread Serge Ziryukin
Remove unused 'shift' variable spotted by clang. Also clean up aud_to_sdlfmt which used to get the value of shift. --- audio/sdlaudio.c | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c index 8e7e5cb..c353016 100644 --- a/audio/s

[Qemu-devel] [PATCH] audio/alsa: fix comparison between requested and obtained formats

2010-04-21 Thread Serge Ziryukin
Trivial patch which uses aud_to_alsafmt to fix comparison between alsa and internal audio pcm format enum. --- audio/alsaaudio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index 88344ff..d784476 100644 --- a/audio/alsaaudio.c +++