Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3cebc3f11d8d74eb87dc02e712629c45e689960b
      
https://github.com/qemu/qemu/commit/3cebc3f11d8d74eb87dc02e712629c45e689960b
  Author: Stefan Weil <s...@weilnetz.de>
  Date:   2012-09-15 (Sat, 15 Sep 2012)

  Changed paths:
    M def-helper.h
    M exec-all.h

  Log Message:
  -----------
  tcg: Fix MAX_OPC_PARAM_IARGS

DEF_HELPER_FLAGS_5 was added some time ago without adjusting
MAX_OPC_PARAM_IARGS.

Fixing the definition becomes more important as QEMU is using
an increasing number of helper functions called with 5 arguments.

Add also a comment to avoid future problems when DEF_HELPER_FLAGS_6
will be added.

Signed-off-by: Stefan Weil <s...@weilnetz.de>
Reviewed-by: Richard Henderson <r...@twiddle.net>
Signed-off-by: Blue Swirl <blauwir...@gmail.com>


  Commit: 8bacde8d86a09699207d85d4bab06162aed18dc4
      
https://github.com/qemu/qemu/commit/8bacde8d86a09699207d85d4bab06162aed18dc4
  Author: Natanael Copa <natanael.c...@gmail.com>
  Date:   2012-09-15 (Sat, 15 Sep 2012)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: properly check if -lrt and -lm is needed

Fixes build against uClibc.

uClibc provides 2 versions of clock_gettime(), one with realtime
support and one without (this is so you can avoid linking in -lrt
unless actually needed). This means that the clock_gettime() don't
need -lrt. We still need it for timer_create() so we check for this
function in addition.

We also need check if -lm is needed for isnan().

Both -lm and -lrt are needed for libs_qga.

Signed-off-by: Natanael Copa <nc...@alpinelinux.org>
Signed-off-by: Blue Swirl <blauwir...@gmail.com>


Compare: https://github.com/qemu/qemu/compare/e0a1e32dbc41...8bacde8d86a0

Reply via email to