qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3cebc3: tcg: Fix MAX_OPC_PARAM_IARGS


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3cebc3: tcg: Fix MAX_OPC_PARAM_IARGS
Date: Sat, 15 Sep 2012 10:30:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3cebc3f11d8d74eb87dc02e712629c45e689960b
      
https://github.com/qemu/qemu/commit/3cebc3f11d8d74eb87dc02e712629c45e689960b
  Author: Stefan Weil <address@hidden>
  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 <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 8bacde8d86a09699207d85d4bab06162aed18dc4
      
https://github.com/qemu/qemu/commit/8bacde8d86a09699207d85d4bab06162aed18dc4
  Author: Natanael Copa <address@hidden>
  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 <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


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

reply via email to

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