b243c73cf4
The qtest/libqos directory is included via the "-I" option to search for header files when building qtest. Unfortunately the malloc.h has a name conflict with the standard libc header, leading to a build failure on the Windows host, due to the MinGW libc stdlib.h header file includes malloc.h and it now gets wrongly pointed to the one in the qtest/libqos directory. Rename "qtest/libqos/malloc.h" to "qtest/libqos/libqos-malloc.h" to avoid the namespace pollution. Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com> Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220824094029.1634519-26-bmeng.cn@gmail.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
||
---|---|---|
.. | ||
aarch64-xlnx-zcu102-machine.c | ||
ahci.c | ||
ahci.h | ||
arm-imx25-pdk-machine.c | ||
arm-n800-machine.c | ||
arm-raspi2-machine.c | ||
arm-sabrelite-machine.c | ||
arm-smdkc210-machine.c | ||
arm-virt-machine.c | ||
arm-xilinx-zynq-a9-machine.c | ||
e1000e.c | ||
e1000e.h | ||
fw_cfg.c | ||
fw_cfg.h | ||
generic-pcihost.c | ||
generic-pcihost.h | ||
i2c-imx.c | ||
i2c-omap.c | ||
i2c.c | ||
i2c.h | ||
libqos-malloc.c | ||
libqos-malloc.h | ||
libqos-pc.c | ||
libqos-pc.h | ||
libqos-spapr.c | ||
libqos-spapr.h | ||
libqos.c | ||
libqos.h | ||
malloc-pc.c | ||
malloc-pc.h | ||
malloc-spapr.c | ||
malloc-spapr.h | ||
meson.build | ||
pci-pc.c | ||
pci-pc.h | ||
pci-spapr.c | ||
pci-spapr.h | ||
pci.c | ||
pci.h | ||
ppc64_pseries-machine.c | ||
qgraph_internal.h | ||
qgraph.c | ||
qgraph.h | ||
qos_external.c | ||
qos_external.h | ||
rtas.c | ||
rtas.h | ||
sdhci-cmd.c | ||
sdhci-cmd.h | ||
sdhci.c | ||
sdhci.h | ||
tpci200.c | ||
usb.c | ||
usb.h | ||
vhost-user-blk.c | ||
vhost-user-blk.h | ||
virtio-9p.c | ||
virtio-9p.h | ||
virtio-balloon.c | ||
virtio-balloon.h | ||
virtio-blk.c | ||
virtio-blk.h | ||
virtio-iommu.c | ||
virtio-iommu.h | ||
virtio-mmio.c | ||
virtio-mmio.h | ||
virtio-net.c | ||
virtio-net.h | ||
virtio-pci-modern.c | ||
virtio-pci-modern.h | ||
virtio-pci.c | ||
virtio-pci.h | ||
virtio-rng.c | ||
virtio-rng.h | ||
virtio-scsi.c | ||
virtio-scsi.h | ||
virtio-serial.c | ||
virtio-serial.h | ||
virtio.c | ||
virtio.h | ||
x86_64_pc-machine.c |