qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

fpu: make softfloat-macros "self-contained"

The macros use the "flags" type and to be consistent if anyone just
needs the macros we should bring in the header we need. There is an
outstanding TODO to audit the use of "flags" and replace with bool at
which point this include could be dropped.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

+1 -1
+1 -1
include/fpu/softfloat-macros.h
··· 82 82 #ifndef FPU_SOFTFLOAT_MACROS_H 83 83 #define FPU_SOFTFLOAT_MACROS_H 84 84 85 - #include "fpu/softfloat.h" 85 + #include "fpu/softfloat-types.h" 86 86 87 87 /*---------------------------------------------------------------------------- 88 88 | Shifts `a' right by the number of bits given in `count'. If any nonzero