qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] miscellaneous minor clang fixes
@ 2014-12-23 22:26 Peter Maydell
  2014-12-23 22:26 ` [Qemu-devel] [PATCH 1/3] tests/hd-geo-test.c: Remove unused test_image variable Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Maydell @ 2014-12-23 22:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-12  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23 22:26 [Qemu-devel] [PATCH 0/3] miscellaneous minor clang fixes Peter Maydell
2014-12-23 22:26 ` [Qemu-devel] [PATCH 1/3] tests/hd-geo-test.c: Remove unused test_image variable Peter Maydell
2014-12-23 22:26 ` [Qemu-devel] [PATCH 2/3] translate-all: Mark map_exec() with the 'unused' attribute Peter Maydell
2014-12-23 22:26 ` [Qemu-devel] [PATCH 3/3] migration/qemu-file.c: Don't shift left into sign bit Peter Maydell
2015-01-12  8:52 ` [Qemu-devel] [PATCH 0/3] miscellaneous minor clang fixes Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).