qemu-patch-raspberry4/include/sysemu
Stefan Weil 7b2d977981 util: Fix compilation of envlist.c for MinGW
MinGW has no strtok_r, so we need a declaration in sysemu/os-win32.h.
We must also fix the include statements in util/envlist.c to include
that file.

We currently don't need an implementation of strtok_r because the
code is compiled but not linked for MinGW.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-02-02 20:13:19 +00:00
..
arch_init.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
balloon.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
blockdev.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
cpus.h cpus.h: Make constant smp_cores/smp_threads available on *-user 2013-01-27 14:34:27 +01:00
device_tree.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
dma.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
dump.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
kvm.h accel: change {xen, kvm, tcg, qtest}_allowed from int to bool 2013-02-01 15:08:02 -06:00
memory_mapping.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
os-posix.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
os-win32.h util: Fix compilation of envlist.c for MinGW 2013-02-02 20:13:19 +00:00
qtest.h accel: change {xen, kvm, tcg, qtest}_allowed from int to bool 2013-02-01 15:08:02 -06:00
seccomp.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
sysemu.h fw_cfg: Splash image loader can overrun a stack variable, fix 2013-01-26 13:23:33 +00:00
xen-mapcache.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00