qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 0/3] miscellaneous minor clang fixes


From: Peter Maydell
Subject: [Qemu-trivial] [PATCH 0/3] miscellaneous minor clang fixes
Date: Tue, 23 Dec 2014 22:26:52 +0000

This is a collection of three miscellaneous minor fixes for
clang compile warnings, which I think could reasonably go via
the -trivial tree. The map_exec patch has been on list and
reviewed before; the other two are new.

Peter Maydell (2):
  tests/hd-geo-test.c: Remove unused test_image variable
  migration/qemu-file.c: Don't shift left into sign bit

SeokYeon Hwang (1):
  translate-all: Mark map_exec() with the 'unused' attribute

 migration/qemu-file.c | 2 +-
 tests/hd-geo-test.c   | 2 --
 translate-all.c       | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]