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

hw: remove "qemu/osdep.h" from header files

applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Corey Minyard <cminyard@mvista.com>
Tested-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

authored by

Philippe Mathieu-Daudé and committed by
Michael Tokarev
b86caf7a e9808d09

-3
-1
include/hw/acpi/ipmi.h
··· 9 9 #ifndef HW_ACPI_IPMI_H 10 10 #define HW_ACPI_IPMI_H 11 11 12 - #include "qemu/osdep.h" 13 12 #include "hw/acpi/aml-build.h" 14 13 15 14 /*
-1
include/hw/cpu/core.h
··· 9 9 #ifndef HW_CPU_CORE_H 10 10 #define HW_CPU_CORE_H 11 11 12 - #include "qemu/osdep.h" 13 12 #include "hw/qdev.h" 14 13 15 14 #define TYPE_CPU_CORE "cpu-core"
-1
include/hw/i2c/ppc4xx_i2c.h
··· 25 25 #ifndef PPC4XX_I2C_H 26 26 #define PPC4XX_I2C_H 27 27 28 - #include "qemu/osdep.h" 29 28 #include "qemu-common.h" 30 29 #include "hw/sysbus.h" 31 30 #include "hw/i2c/i2c.h"