Home
last modified time | relevance | path

Searched hist:"774 d566cdbebb916af9760dac629aa7c1adf9d3d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure774d566cdbebb916af9760dac629aa7c1adf9d3d Thu Feb 20 13:42:53 CST 2014 Peter Maydell <peter.maydell@linaro.org> tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)

Win32 doesn't have a cpuid.h, and MacOSX may have one but without
the __cpuid() function we use, which means that commit 9d2eec20
broke the build for those platforms. Fix this by tightening up
our configure cpuid.h check to test that the functions we need
are present, and adding some missing #ifdef guards in
tcg/i386/tcg-target.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>