qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Fix incorrect integer->float conversion caught by clang
@ 2019-11-22  8:00 Markus Armbruster
  2019-11-22  8:00 ` [PATCH v3 1/2] migration: " Markus Armbruster
  2019-11-22  8:00 ` [PATCH v3 2/2] util/cutils: " Markus Armbruster
  0 siblings, 2 replies; 12+ messages in thread
From: Markus Armbruster @ 2019-11-22  8:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, dgilbert, quintela

Fangrui Song's "[PATCH v2] Fix incorrect integer->float conversions
caught by clang -Wimplicit-int-float-conversion" doesn't apply with
git-am, and it mixes a bug fix, which should be considered for 4.2,
with a cleanup, which should go into 5.0.  I took the liberty to
respin, hope that's alright.

I propose the migration maintainers pick up PATCH 1 for 5.0.

I can submit PATCH 2 for 4.2-rc3.

Fangrui Song (2):
  migration: Fix incorrect integer->float conversion caught by clang
  util/cutils: Fix incorrect integer->float conversion caught by clang

 migration/migration.c | 3 +--
 util/cutils.c         | 8 +++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

-- 
2.21.0



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

end of thread, other threads:[~2020-01-20 18:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22  8:00 [PATCH v3 0/2] Fix incorrect integer->float conversion caught by clang Markus Armbruster
2019-11-22  8:00 ` [PATCH v3 1/2] migration: " Markus Armbruster
2019-11-22  8:13   ` Richard Henderson
2019-11-22  8:54   ` Juan Quintela
2019-11-22 14:05     ` Markus Armbruster
2020-01-14 10:00       ` Markus Armbruster
2020-01-14 11:08         ` Juan Quintela
2020-01-20 18:43         ` Dr. David Alan Gilbert
2019-11-22 10:31   ` Philippe Mathieu-Daudé
2019-11-22  8:00 ` [PATCH v3 2/2] util/cutils: " Markus Armbruster
2019-11-22  8:13   ` Richard Henderson
2019-11-22  8:55   ` Juan Quintela

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).