qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 84d098: xenpv: Fix qemu_uuid compiling error


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 84d098: xenpv: Fix qemu_uuid compiling error
Date: Tue, 04 Oct 2016 03:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 84d0984dfe336f24109a6792d06aad0e9ae5e0a6
      
https://github.com/qemu/qemu/commit/84d0984dfe336f24109a6792d06aad0e9ae5e0a6
  Author: Fam Zheng <address@hidden>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M hw/xenpv/xen_domainbuild.c

  Log Message:
  -----------
  xenpv: Fix qemu_uuid compiling error

9c5ce8db2 switched the type of qemu_uuid and this should have followed.
Fix it.

Signed-off-by: Fam Zheng <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Acked-by: Stefano Stabellini <address@hidden>


  Commit: 664ee76891adce2b1df42d714f4c158a1df4220b
      
https://github.com/qemu/qemu/commit/664ee76891adce2b1df42d714f4c158a1df4220b
  Author: Marc-André Lureau <address@hidden>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M hw/smbios/smbios.c

  Log Message:
  -----------
  smbios: fix uuid copy

Since 9c5ce8db, the uuid is wrongly copied, as QemuUUID 'in' argument is
already a pointer.

Fixes ASAN complaining:
hw/smbios/smbios.c:489:5: runtime error: load of address 0x7fffcdb91b00
with insufficient space for an object of type '__int128 unsigned'

Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
[Warp the long error message line in commit message. - Fam]
Signed-off-by: Fam Zheng <address@hidden>


  Commit: c16fe84f07a9d3a04c11ce8a139e13a092b384c2
      
https://github.com/qemu/qemu/commit/c16fe84f07a9d3a04c11ce8a139e13a092b384c2
  Author: Fam Zheng <address@hidden>
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
    M tests/docker/common.rc
    M tests/docker/test-clang
    M tests/docker/test-full
    M tests/docker/test-mingw
    M tests/docker/test-quick

  Log Message:
  -----------
  docker: Build in a clean directory

Currently we configure and build under "$QEMU_SRC/tests/docker" which is
dubious. Create a fixed directory (to be friendly to ccache) and change
to there before calling build_qemu.

Signed-off-by: Fam Zheng <address@hidden>
Message-Id: <address@hidden>


  Commit: d681127d37e192dcf6f15802236d1fbfaf15d682
      
https://github.com/qemu/qemu/commit/d681127d37e192dcf6f15802236d1fbfaf15d682
  Author: Peter Maydell <address@hidden>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M hw/smbios/smbios.c
    M hw/xenpv/xen_domainbuild.c
    M tests/docker/common.rc
    M tests/docker/test-clang
    M tests/docker/test-full
    M tests/docker/test-mingw
    M tests/docker/test-quick

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging

# gpg: Signature made Sun 02 Oct 2016 02:49:58 BST
# gpg:                using RSA key 0xCA35624C6A9171C6
# gpg: Good signature from "Fam Zheng <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 5003 7CB7 9706 0F76 F021  AD56 CA35 624C 6A91 71C6

* remotes/famz/tags/for-upstream:
  docker: Build in a clean directory
  smbios: fix uuid copy
  xenpv: Fix qemu_uuid compiling error

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/c5d128ffeb53...d681127d37e1

reply via email to

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