[PULL 0/1] Miscellaneous patches for 2019-11-25

Markus Armbruster posted 1 patch 5 years, 11 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191125060434.22997-1-armbru@redhat.com
util/cutils.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[PULL 0/1] Miscellaneous patches for 2019-11-25
Posted by Markus Armbruster 5 years, 11 months ago
The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-11-25

for you to fetch changes up to 25f74087c695364dfaa87443b1040a3aa5c29008:

  util/cutils: Fix incorrect integer->float conversion caught by clang (2019-11-25 06:00:05 +0100)

----------------------------------------------------------------
Miscellaneous patches for 2019-11-25

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

 util/cutils.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.21.0


Re: [PULL 0/1] Miscellaneous patches for 2019-11-25
Posted by Peter Maydell 5 years, 11 months ago
On Mon, 25 Nov 2019 at 06:06, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 2061735ff09f9d5e67c501a96227b470e7de69b1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-11-21 17:18:40 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-11-25
>
> for you to fetch changes up to 25f74087c695364dfaa87443b1040a3aa5c29008:
>
>   util/cutils: Fix incorrect integer->float conversion caught by clang (2019-11-25 06:00:05 +0100)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2019-11-25
>
> ----------------------------------------------------------------
> Fangrui Song (1):
>       util/cutils: Fix incorrect integer->float conversion caught by clang
>
>  util/cutils.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
> --


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM