qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 5dd899: util: Introduce include/qemu/cpuid.h


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 5dd899: util: Introduce include/qemu/cpuid.h
Date: Mon, 24 Jul 2017 05:21:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5dd8990841a9e331d9d4838a116291698208cbb6
      
https://github.com/qemu/qemu/commit/5dd8990841a9e331d9d4838a116291698208cbb6
  Author: Richard Henderson <address@hidden>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M configure
    A include/qemu/cpuid.h
    M tcg/i386/tcg-target.inc.c
    M util/bufferiszero.c

  Log Message:
  -----------
  util: Introduce include/qemu/cpuid.h

Clang 3.9 passes the CONFIG_AVX2_OPT configure test.  However, the
supplied <cpuid.h> does not contain the bit_AVX2 define that we use
when detecting whether the routine can be enabled.

Introduce a qemu-specific header that uses the compiler's definition
of __cpuid et al, but supplies any missing bit_* definitions needed.
This avoids introducing any extra ifdefs to util/bufferiszero.c, and
allows quite a few to be removed from tcg/i386/tcg-target.inc.c.

Signed-off-by: Richard Henderson <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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