From: varinder.p Date: Sat, 5 Mar 2022 04:37:16 +0000 (+0530) Subject: Upgraded qemu version to 5.0.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abdff4691ed3aafe9605c98ee3f11fb6fef0784d;p=sdk%2Femulator%2Fqemu.git Upgraded qemu version to 5.0.1 Change-Id: I3823077498ae88857923800c4d4ea2bb03c7df56 Signed-off-by: varinder.p --- diff --git a/Makefile.target b/Makefile.target index 8ed1eba95b..65da3c545f 100644 --- a/Makefile.target +++ b/Makefile.target @@ -174,6 +174,12 @@ endif generated-files-y += hmp-commands.h hmp-commands-info.h generated-files-y += config-devices.h +# Makefile for TIZEN-maru +ifdef CONFIG_MARU +obj-y += tizen/src/ +endif +## + endif # CONFIG_SOFTMMU dummy := $(call unnest-vars,,obj-y) diff --git a/blockdev.c b/blockdev.c index 5faddaa705..5804ee058e 100644 --- a/blockdev.c +++ b/blockdev.c @@ -64,6 +64,10 @@ #include "qemu/main-loop.h" #include "qemu/throttle-options.h" +#ifdef CONFIG_MARU +#include "tizen/src/util/exported_strings.h" +#endif + QTAILQ_HEAD(, BlockDriverState) monitor_bdrv_states = QTAILQ_HEAD_INITIALIZER(monitor_bdrv_states); diff --git a/config-host.h b/config-host.h index f226404d75..78f92c0337 100644 --- a/config-host.h +++ b/config-host.h @@ -14,8 +14,6 @@ #define CONFIG_POSIX 1 #define CONFIG_LINUX 1 #define CONFIG_TOOLS 1 -#define CONFIG_SLIRP 1 -#define CONFIG_SMBD_COMMAND "/usr/sbin/smbd" #define CONFIG_L2TPV3 1 #define CONFIG_LIBCAP_NG 1 #define CONFIG_AUDIO_DRIVERS \ diff --git a/config-host.h-timestamp b/config-host.h-timestamp index f226404d75..78f92c0337 100644 --- a/config-host.h-timestamp +++ b/config-host.h-timestamp @@ -14,8 +14,6 @@ #define CONFIG_POSIX 1 #define CONFIG_LINUX 1 #define CONFIG_TOOLS 1 -#define CONFIG_SLIRP 1 -#define CONFIG_SMBD_COMMAND "/usr/sbin/smbd" #define CONFIG_L2TPV3 1 #define CONFIG_LIBCAP_NG 1 #define CONFIG_AUDIO_DRIVERS \ diff --git a/config-host.mak b/config-host.mak index 19dd14d325..242e185694 100644 --- a/config-host.mak +++ b/config-host.mak @@ -19,7 +19,7 @@ qemu_localedir=${prefix}/share/locale qemu_icondir=${prefix}/share/icons qemu_desktopdir=${prefix}/share/applications libs_cpu=-L$(BUILD_DIR)/capstone -lcapstone -libs_softmmu=-lpixman-1 -lutil -lnuma -lrdmacm -libverbs -libumad -lpmem +libs_softmmu=-lpixman-1 -lva -lva-x11 -lva -lutil -lnuma -lrdmacm -libverbs -libumad -lpmem GIT=git GIT_SUBMODULES=ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 capstone GIT_UPDATE=yes @@ -29,10 +29,6 @@ STRIP=strip CONFIG_POSIX=y CONFIG_LINUX=y CONFIG_TOOLS=y -CONFIG_SLIRP=y -CONFIG_SMBD_COMMAND="/usr/sbin/smbd" -SLIRP_CFLAGS=-I/usr/include/slirp -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -SLIRP_LIBS=-lslirp -lglib-2.0 CONFIG_L2TPV3=y CONFIG_LIBCAP_NG=y CONFIG_AUDIO_DRIVERS=alsa @@ -49,7 +45,7 @@ XKBCOMMON_LIBS=-lxkbcommon CONFIG_XFS=y VERSION=5.0.1 PKGVERSION= -SRC_PATH=/home/varinder.p/git/qemu-master/qemu +SRC_PATH=/home/varinder.p/git/varinder.p/qemu_samsung TARGET_DIRS=x86_64-softmmu BUILD_DOCS=yes CONFIG_X11=y @@ -231,8 +227,8 @@ CFLAGS=-O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g CFLAGS_NOPIE=-fno-pie QEMU_CFLAGS=-I/usr/include/pixman-1 -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include QEMU_CXXFLAGS= -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wall -Wundef -Wwrite-strings -fno-strict-aliasing -fno-common -fwrapv -std=gnu++98 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -QEMU_INCLUDES=-iquote $(SRC_PATH)/tcg/i386 -isystem $(SRC_PATH)/linux-headers -isystem /home/varinder.p/git/qemu-master/qemu/linux-headers -iquote . -iquote $(SRC_PATH) -iquote $(SRC_PATH)/accel/tcg -iquote $(SRC_PATH)/include -iquote $(SRC_PATH)/disas/libvixl -QEMU_LDFLAGS= -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +QEMU_INCLUDES=-iquote $(SRC_PATH)/tcg/i386 -isystem $(SRC_PATH)/linux-headers -isystem /home/varinder.p/git/varinder.p/qemu_samsung/linux-headers -iquote . -iquote $(SRC_PATH) -iquote $(SRC_PATH)/accel/tcg -iquote $(SRC_PATH)/include -iquote $(SRC_PATH)/disas/libvixl +QEMU_LDFLAGS= -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong LDFLAGS_NOPIE=-no-pie LD_REL_FLAGS=-r LD_I386_EMULATION=elf_i386 diff --git a/config.log b/config.log index df1abc7391..d0fb64a2e3 100644 --- a/config.log +++ b/config.log @@ -1,5 +1,5 @@ -# QEMU configure log Wed 16 Feb 2022 07:37:00 PM IST -# Configured with: './configure' '--extra-ldflags=-rdynamic' '--extra-ldflags=-Wl,-rpath,3816906ORIGIN' '--audio-drv-list=alsa' '--enable-sdl' '--enable-kvm' '--target-list=x86_64-softmmu' '--enable-werror' '--enable-virtfs' '--disable-bzip2' '--disable-curl' '--disable-lzo' '--disable-snappy' '--disable-gnutls' '--disable-gcrypt' '--disable-nettle' '--disable-gtk' '--disable-vte' '--disable-vnc' '--disable-spice' '--disable-curses' '--disable-xen' +# QEMU configure log Sat 05 Mar 2022 09:57:10 AM IST +# Configured with: './configure' '--extra-ldflags=-rdynamic' '--extra-ldflags=-Wl,-rpath,2984480ORIGIN' '--audio-drv-list=alsa' '--enable-virtfs' '--enable-kvm' '--target-list=x86_64-softmmu' '--enable-werror' '--disable-slirp' '--disable-bzip2' '--disable-curl' '--disable-lzo' '--disable-snappy' '--disable-gnutls' '--disable-gcrypt' '--disable-nettle' '--disable-gtk' '--disable-vte' '--disable-vnc' '--disable-spice' '--disable-curses' '--disable-xen' # cc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c @@ -13,99 +13,99 @@ config-temp/qemu-conf.c:2:2: error: #error __ILP32__ not defined | ^~~~~ cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -Werror -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -Werror -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -Werror -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Wstring-plus-int -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -Werror -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -Werror -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Wstring-plus-int -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN cc: error: unrecognized command line option ‘-Wstring-plus-int’ -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Wtypedef-redefinition -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Wtypedef-redefinition -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN cc: error: unrecognized command line option ‘-Wtypedef-redefinition’ -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Winitializer-overrides -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Winitializer-overrides -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN cc: error: unrecognized command line option ‘-Winitializer-overrides’ -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Wexpansion-to-defined -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Werror -Wendif-labels -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Werror -Wshift-negative-value -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Werror -Wmissing-include-dirs -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Werror -Wempty-body -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Werror -Wnested-externs -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Werror -Wformat-security -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Werror -Wformat-y2k -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Werror -Winit-self -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Werror -Wignored-qualifiers -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Werror -Wold-style-declaration -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Werror -Wold-style-definition -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Werror -Wtype-limits -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Werror -Wexpansion-to-defined -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Werror -Wendif-labels -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Werror -Wshift-negative-value -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Werror -Wmissing-include-dirs -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Werror -Wempty-body -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Werror -Wnested-externs -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Werror -Wformat-security -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Werror -Wformat-y2k -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Werror -Winit-self -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Werror -Wignored-qualifiers -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Werror -Wold-style-declaration -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Werror -Wold-style-definition -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Werror -Wtype-limits -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -Werror -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -Werror -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -Werror -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -fno-pie -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -no-pie -cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -fPIE -DPIE -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -pie -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -Wl,-z,relro -Wl,-z,now +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -fno-pie -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -no-pie +cc -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -fPIE -DPIE -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -pie +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -Wl,-z,relro -Wl,-z,now +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -Wl,-z,relro -Wl,-z,now cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -Werror -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -llzfse +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -llzfse config-temp/qemu-conf.c:1:10: fatal error: lzfse.h: No such file or directory 1 | #include | ^~~~~~~~~ compilation terminated. -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lpam +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lpam config-temp/qemu-conf.c:1:10: fatal error: security/pam_appl.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lSDL2 -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lSDL2 -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -D_REENTRANT -I/usr/include/SDL2 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lSDL2 -lSDL2_image -lSDL2 -lX11 -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -D_REENTRANT -I/usr/include/SDL2 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lSDL2 -lSDL2_image -lSDL2 -lX11 -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lrdmacm -libverbs -libumad -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lrdmacm -libverbs -libumad -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -libverbs -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -libverbs -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lvdeplug +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lSDL2 +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lSDL2 +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -D_REENTRANT -I/usr/include/SDL2 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lSDL2 -lSDL2_image -lSDL2 -lX11 +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -D_REENTRANT -I/usr/include/SDL2 -Wno-undef -D_REENTRANT -I/usr/include/SDL2 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lSDL2 -lSDL2_image -lSDL2 -lX11 +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lrdmacm -libverbs -libumad +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lrdmacm -libverbs -libumad +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -libverbs +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -libverbs +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lvdeplug config-temp/qemu-conf.c:1:10: fatal error: libvdeplug.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lcap-ng -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lcap-ng -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lbrlapi -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lbrlapi +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lcap-ng +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lcap-ng +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lbrlapi +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lbrlapi looking at iconv in '-I/usr/local/include' '-L/usr/local/lib ' -cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -L/usr/local/lib -cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -L/usr/local/lib -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -g -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -g -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -ludev -lmultipath -lmpathpersist +cc -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -L/usr/local/lib +cc -Werror -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/local/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -L/usr/local/lib +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -g -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -g -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lgthread-2.0 -pthread -lglib-2.0 +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -ludev -lmultipath -lmpathpersist config-temp/qemu-conf.c:2:10: fatal error: mpath_persist.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -ludev -lmultipath -lmpathpersist +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -ludev -lmultipath -lmpathpersist config-temp/qemu-conf.c:2:10: fatal error: mpath_persist.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong config-temp/qemu-conf.c: In function ‘f’: config-temp/qemu-conf.c:3:46: warning: passing argument 1 of ‘pthread_setname_np’ makes integer from pointer without a cast [-Wint-conversion] 3 | static void *f(void *p) { pthread_setname_np("QEMU"); } @@ -126,80 +126,80 @@ In file included from config-temp/qemu-conf.c:1: config-temp/qemu-conf.c:3:1: warning: no return statement in function returning non-void [-Wreturn-type] 3 | static void *f(void *p) { pthread_setname_np("QEMU"); } | ^~~~~~ -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lrbd -lrados -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lrbd -lrados -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lssh -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lssh -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -laio -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -laio -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lnuma -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lnuma -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lrbd -lrados +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lrbd -lrados +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lssh +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lssh +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -laio +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -laio +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lnuma +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lnuma +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong config-temp/qemu-conf.c: In function ‘main’: config-temp/qemu-conf.c:2:25: error: ‘optreset’ undeclared (first use in this function) 2 | int main(void) { return optreset; } | ^~~~~~~~ config-temp/qemu-conf.c:2:25: note: each undeclared identifier is reported only once for each function it appears in -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c config-temp/qemu-conf.c:1:10: fatal error: sys/kcov.h: No such file or directory 1 | #include @@ -227,100 +227,100 @@ dumping object inventory... done build succeeded. The HTML pages are in config-temp/sphinx/out. -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong config-temp/qemu-conf.c:1:10: fatal error: sys/endian.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~ compilation terminated. -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -/usr/bin/ld: /tmp/ccmBP35t.o: in function `main': +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +/usr/bin/ld: /tmp/cc7ednKf.o: in function `main': qemu-conf.c:(.text+0x19): undefined reference to `sin' collect2: error: ld returned 1 exit status -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lm -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lm -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -/usr/bin/ld: /tmp/ccpwwvuI.o: in function `main': +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lm +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lm +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +/usr/bin/ld: /tmp/cc4IFbDs.o: in function `main': qemu-conf.c:(.text+0x18): undefined reference to `timer_create' collect2: error: ld returned 1 exit status -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lrt -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lrt -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -/usr/bin/ld: /tmp/cc63EvDU.o: in function `main': +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lrt +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lrt +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +/usr/bin/ld: /tmp/ccvJLbAF.o: in function `main': qemu-conf.c:(.text+0x23): undefined reference to `openpty' collect2: error: ld returned 1 exit status -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lutil -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lutil -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/include/virgl -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lvirglrenderer -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/include/virgl -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lvirglrenderer -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lutil +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lutil +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/include/virgl -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lvirglrenderer +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/include/virgl -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lvirglrenderer +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -Werror -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong config-temp/qemu-conf.c:1:10: fatal error: valgrind/valgrind.h: No such file or directory 1 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -/usr/bin/ld: /tmp/ccrhAf33.o: in function `main': +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +/usr/bin/ld: /tmp/cc1zgbSL.o: in function `main': qemu-conf.c:(.text+0x49): undefined reference to `__atomic_load_16' /usr/bin/ld: qemu-conf.c:(.text+0x73): undefined reference to `__atomic_store_16' /usr/bin/ld: qemu-conf.c:(.text+0x9a): undefined reference to `__atomic_compare_exchange_16' collect2: error: ld returned 1 exit status -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -Wl,--dynamic-list=config-temp/qemu-conf.txt -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -Wl,--dynamic-list=config-temp/qemu-conf.txt -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -Wl,-exported_symbols_list,config-temp/qemu-conf.txt +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -Wl,--dynamic-list=config-temp/qemu-conf.txt +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -Wl,--dynamic-list=config-temp/qemu-conf.txt +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -Wl,-exported_symbols_list,config-temp/qemu-conf.txt /usr/bin/ld:config-temp/qemu-conf.txt: file format not recognized; treating as linker script /usr/bin/ld:config-temp/qemu-conf.txt:0: syntax error collect2: error: ld returned 1 exit status -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -Werror -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c cc -nostdlib -Wl,-r -Wl,--no-relax -o config-temp/qemu-conf.mo config-temp/qemu-conf.o @@ -331,19 +331,24 @@ cc -nostdlib -Wl,-r -o config-temp/qemu-conf.mo config-temp/qemu-conf.o collect2: error: ld returned 1 exit status cc -nostdlib -r -o config-temp/qemu-conf.mo config-temp/qemu-conf.o cc -Werror -nostdlib -r -o config-temp/qemu-conf.mo config-temp/qemu-conf.o -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -lvxhs -lssl +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong -lvxhs -lssl config-temp/qemu-conf.c:2:10: fatal error: qnio/qnio_api.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong -cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong +config-temp/qemu-conf.c:1:10: fatal error: d3d9.h: No such file or directory + 1 | #include + | ^~~~~~~~ +compilation terminated. cc -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -c -o config-temp/qemu-conf.o config-temp/qemu-conf.c -c++ -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wall -Wundef -Wwrite-strings -fno-strict-aliasing -fno-common -fwrapv -std=gnu++98 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.cxx config-temp/qemu-conf.o -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,3816906ORIGIN -fstack-protector-strong +c++ -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -Werror -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wall -Wundef -Wwrite-strings -fno-strict-aliasing -fno-common -fwrapv -std=gnu++98 -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include -o config-temp/qemu-conf.exe config-temp/qemu-conf.cxx config-temp/qemu-conf.o -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -rdynamic -Wl,-rpath,2984480ORIGIN -fstack-protector-strong cc -m64 -o config-temp/qemu-conf.exe config-temp/qemu-conf.c -static diff --git a/config.status b/config.status index f1b6c8b323..6ddcb68173 100755 --- a/config.status +++ b/config.status @@ -26,4 +26,4 @@ unset SDL2_CONFIG unset SMBD unset STRIP unset WINDRES -exec './configure' '--extra-ldflags=-rdynamic' '--extra-ldflags=-Wl,-rpath,3816906ORIGIN' '--audio-drv-list=alsa' '--enable-sdl' '--enable-kvm' '--target-list=x86_64-softmmu' '--enable-werror' '--enable-virtfs' '--disable-bzip2' '--disable-curl' '--disable-lzo' '--disable-snappy' '--disable-gnutls' '--disable-gcrypt' '--disable-nettle' '--disable-gtk' '--disable-vte' '--disable-vnc' '--disable-spice' '--disable-curses' '--disable-xen' "$@" +exec './configure' '--extra-ldflags=-rdynamic' '--extra-ldflags=-Wl,-rpath,2984480ORIGIN' '--audio-drv-list=alsa' '--enable-virtfs' '--enable-kvm' '--target-list=x86_64-softmmu' '--enable-werror' '--disable-slirp' '--disable-bzip2' '--disable-curl' '--disable-lzo' '--disable-snappy' '--disable-gnutls' '--disable-gcrypt' '--disable-nettle' '--disable-gtk' '--disable-vte' '--disable-vnc' '--disable-spice' '--disable-curses' '--disable-xen' "$@" diff --git a/configure b/configure index 23b5e93752..06c2604625 100755 --- a/configure +++ b/configure @@ -515,6 +515,25 @@ supported_os="no" bogus_os="no" malloc_trim="" +#Tizen +yagl="no" +yagl_stats="no" +glx="" +vigs="no" +libtizenusb="no" + + +maru="no" +winver="0x501" +libav="" +libpng="no" +dxva2="" +vaapi="" +qt="no" +qtabi="5.0" +extension_path="" +#!Tizen + # parse CC options first for opt do optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)') @@ -1599,6 +1618,44 @@ for opt do ;; --disable-fuzzing) fuzzing=no ;; + #TIZEN + --enable-yagl) yagl="yes" + ;; + --disable-yagl) yagl="no" + ;; + --enable-yagl-stats) yagl_stats="yes" + ;; + --disable-yagl-stats) yagl_stats="no" + ;; + --enable-vigs) vigs="yes" + ;; + --disable-vigs) vigs="no" + ;; + --enable-maru) maru="yes" + ;; + --winver=*) winver="$optarg" + ;; + --enable-libav) libav="yes" + ;; + --disable-libav) libav="no" + ;; + --enable-libpng) libpng="yes" + ;; + --enable-dxva2) dxva2="yes" + ;; + --disable-dxva2) dxva2="no" + ;; + --enable-vaapi) vaapi="yes" + ;; + --disable-vaapi) vaapi="no" + ;; + --disable-qt) qt="no" + ;; + --enable-qt) qt="yes" + ;; + --extension-path=*) extension_path="$optarg" + ;; + #!TIZEN --gdb=*) gdb_bin="$optarg" ;; *) @@ -1895,6 +1952,24 @@ disabled with --disable-FEATURE, default is enabled if available: libpmem libpmem support xkbcommon xkbcommon support +TIZEN options: + qt Qt5 UI + yagl YaGL device + yagl-stats YaGL stats + vigs VIGS device + --enable-maru enable maru board + --winver=WINVER set WINVER + --enable-libav enable libav library + --disable-libav disable libav library + --enable-libpng enable png library + --enable-dxva2 enable dxva2 support + --disable-dxva2 disable dxva2 support + --ensable-vaapi enable vaapi support + --disable-vaapi disable vaapi support + --extension-path=PATH set extension path + + + NOTE: The object files are built at the place where configure is launched EOF exit 0 @@ -3158,6 +3233,51 @@ if test "$vte" != "no"; then fi fi +#TIZEN +########################################## +# Qt probe + +qtversion="" +if test "$qt" != "no"; then + if test "$qtabi" = "5.0" ; then + qtpackage="Qt5Widgets Qt5OpenGL Qt5Gui" + qtversion="5.0.0" + + if $pkg_config --exists "$qtpackage >= $qtversion"; then + qt_cflags=`$pkg_config --cflags $qtpackage` + qt_libs=`$pkg_config --libs $qtpackage` + qt_libs="$qt_libs" + if test "$mingw32" = "yes" ; then + libs_softmmu="$qt_libs -mwindows $libs_softmmu" + elif test "$darwin" = "yes" ; then + libs_softmmu="$qt_libs $libs_softmmu" + else + libs_softmmu="$qt_libs $x11_libs $libs_softmmu" + fi + + qt_cflags_private=`pkg-config --modversion Qt5Gui` + if test "$darwin" = "yes" ; then + qt_cflags_private=`pkg-config --cflags Qt5Gui | sed "s,QtGui.framework/Headers,&/$qt_cflags_private/QtGui,g"` + else + qt_cflags_private=`pkg-config --cflags Qt5Gui | sed "s,QtGui,&/$qt_cflags_private/QtGui,g"` + fi + + qt_cflags="$qt_cflags $qt_cflags_private" + if test "$mingw32" = "no" ; then + qt_cflags="$qt_cflags -fPIC" + fi + qt="yes" + elif test "$qt" = "yes"; then + feature_not_found "qt" "Install qt devel" + else + qt="no" + fi + else + qt="no" + fi +fi +#!TIZEN + ########################################## # SDL probe @@ -6296,6 +6416,180 @@ if test "$libnfs" != "no" ; then fi fi +#TIZEN +########################################## +# check if dxva2 is available for video acceleration on Windows. + +check_dxva2() { + +cat > $TMPC << EOF +#include +#include +int main(void) { +#if !defined(IDirect3D9_CreateDevice) || \ + !defined(IDirect3DDeviceManager9_ResetDevice) +#error No DXVA2 support +#endif + return 0; +} +EOF +if compile_prog "" "" ; then + dxva2="yes" +else + dxva2="no" +fi + +} + +if test "$dxva2" = "yes" ; then + if test "$mingw32" = "yes" ; then + check_dxva2 + if test "$dxva2" != "yes" ; then + feature_not_found "dxva2" + fi + else + error_exit "DXVA2 is supported only on Windows" + fi +else + if test "$dxva2" != "no" ; then + check_dxva2 + fi +fi + +######################################## +# check if vaapi is available for video acceleration. + +check_vaapi() { + +if $pkg_config libva --exists; then + libva_cflags=`$pkg_config --cflags libva` + libva_libs=`$pkg_config --libs libva` + vaapi="yes" +else + vaapi="no" +fi + +if $pkg_config libva-x11 --exists; then + libva_x11_cflags=`$pkg_config --cflags libva-x11` + libva_x11_libs=`$pkg_config --libs libva-x11` + libs_softmmu="$libva_libs $libva_x11_libs $libs_softmmu" + vaapi="yes" +else + vaapi="no" +fi + +} + +if test "$vaapi" = "yes" ; then + if test "$linux" = "yes" ; then + check_vaapi + if test "$vaapi" != "yes" ; then + feature_not_found "vaapi" + fi + else + error_exit "VAAPI is supported only on Linux" + fi +else + if test "$vaapi" != "no" ; then + check_vaapi + fi +fi + +######################################## +# set WINVER + +if test "$mingw32" = "yes" ; then + QEMU_CFLAGS="-DWINVER=$winver -D_WIN32_WINNT=$winver $QEMU_CFLAGS" +fi + +######################################## +# check extension path + +if [ ! -d "$source_path/tizen/src/$extension_path" ] ; then + error_exit "Extension path is not valid $source_path/tizen/src/$extension_path" +fi + +########################################## +# libav probe + +libavcodec_package="libavcodec" +libavcodec_version="54.35.0" +libavutil_package="libavutil" +libavutil_version="52.3.0" +libavformat_package="libavformat" +libavformat_version="54.20.3" +libavresample_package="libavresample" +libavresample_version="1.0.1" +libx264_package="x264" +libav_package="libav" +exists_libav="no" +exists_x264="no" + +check_libav() { + + if ! $pkg_config --exists "$libavcodec_package >= $libavcodec_version" ; then + return + fi + if ! $pkg_config --exists "$libavformat_package >= $libavformat_version" ; then + return + fi + if ! $pkg_config --exists "$libavutil_package >= $libavutil_version" ; then + return + fi + if ! $pkg_config --exists "$libavresample_package >= $libavresample_version" ; then + return + fi + exists_libav="yes" + + if $pkg_config --exists "$libx264_package" ; then + exists_x264="yes" + fi +} + +set_libav_config() { + if [ "$libav" = "yes" ]; then + if [ "$exists_libav" = "no" ]; then + feature_not_found "$libav_package" + elif [ "$exists_x264" = "no" ]; then + feature_not_found "$libx264_package" + fi + fi + + if [ "$exists_libav" = "yes" ] && [ "$exists_x264" = "yes" ]; then + libav="yes" + libav_cflags=`$pkg_config --cflags $libavcodec_package` #Header files are in same place. + libav_libs=`$pkg_config --libs $libavcodec_package $libavformat_package $libavutil_package $libavresample_package $libx264_package` + else + libav="no" + fi +} + +if [ "$libav" != "no" ]; then + check_libav + set_libav_config +fi + +########################################## +# libpng probe + +if test "$libpng" != "no"; then + libpng_package="libpng" + + if $pkg_config --exists "$libpng_package" ; then + libpng_cflags=`$pkg_config --cflags $libpng_package` + libpng_libs=`$pkg_config --libs $libpng_package` + libs_softmmu="$libpng_libs $libs_softmmu" + libpng="yes" + else + if test "$libpng" = "yes" ; then + feature_not_found "libpng" + fi + libpng="no" + fi +fi + +#!TIZEN + ########################################## # Do we have libudev if test "$libudev" != "no" ; then @@ -6371,7 +6665,17 @@ if test "$want_tools" = "yes" ; then fi fi if test "$softmmu" = yes ; then - if test "$linux" = yes; then + #TIZEN + if test "$virtfs" != no && test "$maru" = yes ; then + if test "$darwin" = yes ; then + echo "Enable VirtFS on Darwin" + virtfs=yes + elif test "$mingw32" = yes ; then + echo "Enable VirtFS on Windows" + virtfs=yes + fi + #!TIZEN + elif test "$linux" = yes; then if test "$virtfs" != no && test "$cap_ng" = yes && test "$attr" = yes ; then virtfs=yes tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)" @@ -6732,6 +7036,27 @@ echo "libudev $libudev" echo "default devices $default_devices" echo "plugin support $plugins" echo "fuzzing support $fuzzing" + +#TIZEN +echo "Qt support $qt" +echo "YaGL support $yagl" +echo "YaGL stats $yagl_stats" +echo "VIGS support $vigs" + +if test "$maru" = "yes"; then +echo "TIZEN-maru options:" +echo "maru enabled $maru" + if test "$mingw32" = "yes"; then +echo "WINVER $winver" + fi +echo "libav support $libav" +echo "libpng support $libpng" +echo "DXVA2 support $dxva2" +echo "vaapi support $vaapi" +echo "libtizenusb support $libtizenusb" +echo "extension path $extension_path" +fi +#!TIZEN echo "gdb $gdb_bin" if test "$supported_cpu" = "no"; then @@ -7129,6 +7454,12 @@ if test "$vte" = "yes" ; then echo "VTE_CFLAGS=$vte_cflags" >> $config_host_mak echo "VTE_LIBS=$vte_libs" >> $config_host_mak fi +#TIZEN +if test "$qt" = "yes" ; then + echo "CONFIG_QT=y" >> $config_host_mak + echo "QT_CFLAGS=$qt_cflags" >> $config_host_mak +fi +#!TIZEN if test "$virglrenderer" = "yes" ; then echo "CONFIG_VIRGL=y" >> $config_host_mak echo "VIRGL_CFLAGS=$virgl_cflags" >> $config_host_mak @@ -7229,6 +7560,30 @@ if test "$spice" = "yes" ; then echo "CONFIG_SPICE=y" >> $config_host_mak fi +#TIZEN +if test "$yagl" = "yes" ; then + echo "CONFIG_YAGL=y" >> $config_host_mak + if test "$linux" = "yes" ; then + LIBS="-lGLU -ldl $LIBS" + elif test "$mingw32" = "yes" ; then + LIBS="-lopengl32 -lglu32 $LIBS" + elif test "$darwin" = "yes" ; then + LIBS="-framework OpenGL -framework AGL -framework GLUT $LIBS" + else + echo "ERROR: YaGL is not available on $targetos" + exit 1 + fi +fi + +if test "$yagl_stats" = "yes" ; then + echo "CONFIG_YAGL_STATS=y" >> $config_host_mak +fi + +if test "$vigs" = "yes" ; then + echo "CONFIG_VIGS=y" >> $config_host_mak +fi + +# if test "$smartcard" = "yes" ; then echo "CONFIG_SMARTCARD=y" >> $config_host_mak echo "SMARTCARD_CFLAGS=$libcacard_cflags" >> $config_host_mak @@ -8032,6 +8387,14 @@ if test "$target_bsd_user" = "yes" ; then echo "CONFIG_BSD_USER=y" >> $config_target_mak fi +#TIZEN +if test "$yagl" = "yes" ; then + echo "CONFIG_BUILD_YAGL=y" >> $config_target_mak +fi + +if test "$vigs" = "yes" ; then + echo "CONFIG_BUILD_VIGS=y" >> $config_target_mak +fi # generate QEMU_CFLAGS/QEMU_LDFLAGS for targets @@ -8178,6 +8541,35 @@ if test "$ccache_cpp2" = "yes"; then echo "export CCACHE_CPP2=y" >> $config_host_mak fi +#TIZEN +if test "$maru" = "yes" ; then + echo "CONFIG_MARU=y" >> $config_host_mak + + if test "$libav" = "yes" ; then + echo "CONFIG_LIBAV=y" >> $config_host_mak + echo "LIBAV_CFLAGS=$libav_cflags" >> $config_host_mak + echo "LIBAV_LIBS=$libav_libs" >> $config_host_mak + fi + if test "$libpng" = "yes" ; then + echo "CONFIG_PNG=y" >> $config_host_mak + echo "LIBPNG_CFLAGS=$libpng_cflags" >> $config_host_mak + fi + if test "$dxva2" = "yes" ; then + echo "CONFIG_DXVA2=y" >> $config_host_mak + fi + if test "$vaapi" = "yes" ; then + echo "CONFIG_VAAPI=y" >> $config_host_mak + echo "LIBVA_CFLAGS=$libva_cflags $libva_x11_cflags" >> $config_host_mak + fi + if test "$libtizenusb" = "yes" ; then + echo "CONFIG_TIZENUSB=y" >> $config_host_mak + fi + if [ ! -z "$extension_path" ] ; then + echo "CONFIG_EXTENSION_PATH=$extension_path" >> $config_host_mak + fi +fi +#!TIZEN + # If we're using a separate build tree, set it up now. # DIRS are directories which we simply mkdir in the build tree; # LINKS are things to symlink back into the source tree diff --git a/fsdev/9p-marshal.h b/fsdev/9p-marshal.h index 8f3babb60a..de84f035b7 100644 --- a/fsdev/9p-marshal.h +++ b/fsdev/9p-marshal.h @@ -1,6 +1,12 @@ #ifndef QEMU_9P_MARSHAL_H #define QEMU_9P_MARSHAL_H +#ifdef CONFIG_MARU +#ifdef CONFIG_WIN32 +#include "tizen/src/resources_win32.h" +#endif +#endif + typedef struct V9fsString { uint16_t size; diff --git a/fsdev/file-op-9p.h b/fsdev/file-op-9p.h index f2f7772c86..9be898ff9e 100644 --- a/fsdev/file-op-9p.h +++ b/fsdev/file-op-9p.h @@ -14,9 +14,35 @@ #ifndef FILE_OP_9P_H #define FILE_OP_9P_H +#ifndef CONFIG_MARU + #include #include #include + +#else /* if defiend CONFIG_MARU */ + +#include +#include + +#ifndef CONFIG_WIN32 +#include +#endif + +#ifdef CONFIG_LINUX +#include +#endif + +#ifdef CONFIG_DARWIN +#include +#include +#endif + +#ifdef CONFIG_WIN32 +#include "tizen/src/resources_win32.h" +#endif + +#endif /* CONFIG_MARU */ #include "qemu-fsdev-throttle.h" #define SM_LOCAL_MODE_BITS 0600 diff --git a/fsdev/qemu-fsdev.c b/fsdev/qemu-fsdev.c index 3da64e9f72..4664c54215 100644 --- a/fsdev/qemu-fsdev.c +++ b/fsdev/qemu-fsdev.c @@ -118,6 +118,22 @@ static int validate_opt(void *opaque, const char *name, const char *value, return -1; } +void qemu_fsdev_remove(const char * const id) +{ + if (id) { + struct FsDriverListEntry *fsle; + + QTAILQ_FOREACH(fsle, &fsdriver_entries, next) { + if (strcmp(fsle->fse.fsdev_id, id) == 0) { + QTAILQ_REMOVE(&fsdriver_entries, fsle, next); + g_free(fsle->fse.fsdev_id); + g_free(fsle); + break; + } + } + } +} + int qemu_fsdev_add(QemuOpts *opts, Error **errp) { int i; diff --git a/fsdev/qemu-fsdev.h b/fsdev/qemu-fsdev.h index 52a5397770..fdeab7d475 100644 --- a/fsdev/qemu-fsdev.h +++ b/fsdev/qemu-fsdev.h @@ -15,6 +15,8 @@ #include "file-op-9p.h" int qemu_fsdev_add(QemuOpts *opts, Error **errp); +//TIZEN +void qemu_fsdev_remove(const char * const id); FsDriverEntry *get_fsdev_fsentry(char *id); extern FileOperations local_ops; extern FileOperations synth_ops; diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 964d6f5990..8ab3506c30 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -46,6 +46,10 @@ #include "hw/core/cpu.h" #include "trace.h" +#ifdef CONFIG_MARU +#include "tizen/src/hw/maru_pm.h" +#endif + #define GPE_BASE 0xafe0 #define GPE_LEN 4 @@ -496,7 +500,9 @@ static void piix4_pm_realize(PCIDevice *dev, Error **errp) acpi_pm1_evt_init(&s->ar, pm_tmr_timer, &s->io); acpi_pm1_cnt_init(&s->ar, &s->io, s->disable_s3, s->disable_s4, s->s4_val); acpi_gpe_init(&s->ar, GPE_LEN); - +#ifdef CONFIG_MARU + acpi_maru_pm_init(&s->ar, pm_tmr_timer); +#endif s->powerdown_notifier.notify = piix4_pm_powerdown_req; qemu_register_powerdown_notifier(&s->powerdown_notifier); diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 22dee0e76c..0f0e92c4b8 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -301,6 +301,15 @@ static void pc_init1(MachineState *machine, } } +#ifdef CONFIG_MARU +void maru_pc_init(MachineState *machine); + +void maru_pc_init(MachineState *machine) +{ + pc_init1(machine, TYPE_I440FX_PCI_HOST_BRIDGE, TYPE_I440FX_PCI_DEVICE); +} +#endif + /* Looking for a pc_compat_2_4() function? It doesn't exist. * pc_compat_*() functions that run on machine-init time and * change global QEMU state are deprecated. Please don't create diff --git a/hw/input/pl050.c b/hw/input/pl050.c index 1123037b38..3abd98cd81 100644 --- a/hw/input/pl050.c +++ b/hw/input/pl050.c @@ -130,6 +130,11 @@ static void pl050_write(void *opaque, hwaddr offset, break; case 3: /* KMICLKDIV */ s->clk = value; +#ifdef CONFIG_MARU + if (!s->is_mouse) { + ps2_keyboard_set_translation(s->dev, 1); + } +#endif return; default: qemu_log_mask(LOG_GUEST_ERROR, diff --git a/hw/intc/apic_common.c b/hw/intc/apic_common.c index 9ec0f2deb2..940e10b2ca 100644 --- a/hw/intc/apic_common.c +++ b/hw/intc/apic_common.c @@ -275,12 +275,13 @@ static void apic_common_realize(DeviceState *dev, Error **errp) info = APIC_COMMON_GET_CLASS(s); info->realize(dev, errp); - +#ifndef CONFIG_MARU /* Note: We need at least 1M to map the VAPIC option ROM */ if (!vapic && s->vapic_control & VAPIC_ENABLE_MASK && !hax_enabled() && ram_size >= 1024 * 1024) { vapic = sysbus_create_simple("kvmvapic", -1, NULL); } +#endif s->vapic = vapic; if (apic_report_tpr_access && info->enable_tpr_reporting) { info->enable_tpr_reporting(s, true); diff --git a/include/monitor/hmp.h b/include/monitor/hmp.h index e33ca5a911..8f0787e67f 100644 --- a/include/monitor/hmp.h +++ b/include/monitor/hmp.h @@ -55,6 +55,9 @@ void hmp_cont(Monitor *mon, const QDict *qdict); void hmp_system_wakeup(Monitor *mon, const QDict *qdict); void hmp_nmi(Monitor *mon, const QDict *qdict); void hmp_set_link(Monitor *mon, const QDict *qdict); +#if defined(CONFIG_MARU) +void hmp_get_link(Monitor *mon, const QDict *qdict); +#endif void hmp_balloon(Monitor *mon, const QDict *qdict); void hmp_loadvm(Monitor *mon, const QDict *qdict); void hmp_savevm(Monitor *mon, const QDict *qdict); diff --git a/include/net/slirp.h b/include/net/slirp.h index bad3e1e241..7699fcb61c 100644 --- a/include/net/slirp.h +++ b/include/net/slirp.h @@ -32,6 +32,12 @@ void hmp_hostfwd_remove(Monitor *mon, const QDict *qdict); void hmp_info_usernet(Monitor *mon, const QDict *qdict); +#ifdef CONFIG_MARU +bool hostfwd_try_add(int is_udp, const char *host_addr_str, + int host_port, const char *guest_addr_str, int guest_port); +bool hostfwd_try_remove(int is_udp, const char *host_addr_str, int host_port); +#endif + #endif #endif /* QEMU_NET_SLIRP_H */ diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h index 7c76e24aa7..957ceff2e8 100644 --- a/include/qapi/qmp/qerror.h +++ b/include/qapi/qmp/qerror.h @@ -12,6 +12,22 @@ #ifndef QERROR_H #define QERROR_H + +//TIZEN +#define QERR_QMP_BAD_INPUT_OBJECT \ + "Expected '%s' in QMP input" + +#define QERR_QMP_BAD_INPUT_OBJECT_MEMBER \ + "QMP input object member '%s' expects '%s'" + +#define QERR_QMP_EXTRA_MEMBER \ + "QMP input object member '%s' is unexpected" + +#define QERR_JSON_PARSING \ + "Invalid JSON syntax" + + + /* * These macros will go away, please don't use in new code, and do not * add new ones! diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h index 87532d8596..fe2138f7c1 100644 --- a/include/qemu/error-report.h +++ b/include/qemu/error-report.h @@ -76,4 +76,18 @@ const char *error_get_progname(void); extern bool error_with_timestamp; +#ifdef CONFIG_MARU +#include "qemu/queue.h" + +typedef struct ErrorReporter ErrorReporter; + +struct ErrorReporter +{ + void (*report)(const char *fmt, va_list ap); + QLIST_ENTRY(ErrorReporter) node; +}; + +void add_error_reporter(ErrorReporter *new_reporter); +#endif + #endif diff --git a/linux-headers/asm b/linux-headers/asm index 486b470a80..d9e65f4849 120000 --- a/linux-headers/asm +++ b/linux-headers/asm @@ -1 +1 @@ -/home/varinder.p/git/qemu-master/qemu/linux-headers/asm-x86 \ No newline at end of file +/home/varinder.p/git/varinder.p/qemu_samsung/linux-headers/asm-x86 \ No newline at end of file diff --git a/monitor/hmp-cmds.c b/monitor/hmp-cmds.c index 9b94e67879..6fef1a7895 100644 --- a/monitor/hmp-cmds.c +++ b/monitor/hmp-cmds.c @@ -1070,6 +1070,23 @@ void hmp_set_link(Monitor *mon, const QDict *qdict) hmp_handle_error(mon, err); } +#if defined(CONFIG_MARU) +void hmp_get_link(Monitor *mon, const QDict *qdict) +{ + const char *name = qdict_get_str(qdict, "name"); + Error *errp = NULL; + LinkInfo *info; + info = qmp_get_link(name, &errp); + if (errp) { + hmp_handle_error(mon, errp); + g_free(info); + return; + } + monitor_printf(mon, "%s\n", info->is_up ? "on": "off"); + g_free(info); +} +#endif + void hmp_balloon(Monitor *mon, const QDict *qdict) { int64_t value = qdict_get_int(qdict, "value"); diff --git a/net/net.c b/net/net.c index 4c62b10acd..0f0ccf0974 100644 --- a/net/net.c +++ b/net/net.c @@ -1416,6 +1416,31 @@ static void net_vm_change_state_handler(void *opaque, int running, } } +#if defined(CONFIG_MARU) +LinkInfo *qmp_get_link(const char *name, Error **errp) +{ + NetClientState *ncs[MAX_QUEUE_NUM]; + int queues, i; + LinkInfo *info; + info = g_malloc0(sizeof (struct LinkInfo)); + + queues = qemu_find_net_clients_except(name, ncs, + NET_CLIENT_DRIVER__MAX, + MAX_QUEUE_NUM); + + if (queues == 0) { + error_set(errp, ERROR_CLASS_DEVICE_NOT_FOUND, + "Device '%s' not found", name); + return info; + } + + for (i = 0; i < queues; i++) { + info->is_up = !(ncs[i]->link_down); + } + return info; +} +#endif + void net_cleanup(void) { NetClientState *nc; diff --git a/net/slirp.c b/net/slirp.c index 77042e6df7..da267d204d 100644 --- a/net/slirp.c +++ b/net/slirp.c @@ -610,6 +610,56 @@ error: return -1; } +#ifdef CONFIG_MARU +bool hostfwd_try_add(int is_udp, const char *host_addr_str, + int host_port, const char *guest_addr_str, int guest_port) +{ + if (QTAILQ_EMPTY(&slirp_stacks)) { + return false; + } + + SlirpState *s = QTAILQ_FIRST(&slirp_stacks); + struct in_addr host_addr = { .s_addr = INADDR_ANY }; + struct in_addr guest_addr = { .s_addr = 0 }; + + if ((host_addr_str && !inet_aton(host_addr_str, &host_addr)) || + (guest_addr_str && !inet_aton(guest_addr_str, &guest_addr))) { + error_report("invalid host forwarding rule '%s' '%s", + host_addr_str, guest_addr_str); + return false; + } + + if (slirp_add_hostfwd(s->slirp, is_udp, host_addr, host_port, guest_addr, + guest_port) < 0) { + return false; + } + + return true; +} + +bool hostfwd_try_remove(int is_udp, const char *host_addr_str, int host_port) +{ + if (QTAILQ_EMPTY(&slirp_stacks)) { + return false; + } + + SlirpState *s = QTAILQ_FIRST(&slirp_stacks); + struct in_addr host_addr = { .s_addr = INADDR_ANY }; + + if (host_addr_str && !inet_aton(host_addr_str, &host_addr)) { + error_report("invalid host forwarding rule '%s", + host_addr_str); + return false; + } + + if (slirp_remove_hostfwd(s->slirp, is_udp, host_addr, host_port) < 0) { + return false; + } + + return true; +} +#endif + static SlirpState *slirp_lookup(Monitor *mon, const char *id) { if (id) { diff --git a/net/tap-win32.c b/net/tap-win32.c index 2b5dcda36e..8808863003 100644 --- a/net/tap-win32.c +++ b/net/tap-win32.c @@ -622,6 +622,7 @@ static int tap_win32_open(tap_win32_overlapped_t **phandle, device_guid, TAPSUFFIX); +#ifndef CONFIG_MARU handle = CreateFile ( device_path, GENERIC_READ | GENERIC_WRITE, @@ -630,6 +631,17 @@ static int tap_win32_open(tap_win32_overlapped_t **phandle, OPEN_EXISTING, FILE_ATTRIBUTE_SYSTEM | FILE_FLAG_OVERLAPPED, 0 ); +#else + handle = CreateFile ( + g_win32_locale_filename_from_utf8(device_path), + GENERIC_READ | GENERIC_WRITE, + 0, + 0, + OPEN_EXISTING, + FILE_ATTRIBUTE_SYSTEM | FILE_FLAG_OVERLAPPED, + 0 ); + +#endif if (handle == INVALID_HANDLE_VALUE) { return -1; diff --git a/net/tap.c b/net/tap.c index 6207f61f84..d4a29a9b82 100644 --- a/net/tap.c +++ b/net/tap.c @@ -46,6 +46,12 @@ #include "net/tap.h" #include "net/vhost_net.h" +#if defined(CONFIG_MARU) +#include "tizen/src/emul_state.h" +# if defined(CONFIG_LINUX) +#include "tizen/src/util/tap_helper.h" +# endif +#endif typedef struct TAPState { NetClientState nc; @@ -63,6 +69,39 @@ typedef struct TAPState { Notifier exit; } TAPState; +#if defined(CONFIG_MARU) +#include +#include +#include +#define BRIDGE_NAME "bridge1" +static char *get_interface_name_from_ip(void) +{ + struct ifaddrs *ifaddrs, *ifaddr; + struct sockaddr_in *sa; + char *addr; + + getifaddrs(&ifaddrs); + for (ifaddr = ifaddrs; ifaddr; ifaddr = ifaddr->ifa_next) { + if (ifaddr->ifa_addr->sa_family == AF_INET) { + sa = (struct sockaddr_in *) ifaddr->ifa_addr; + addr = inet_ntoa(sa->sin_addr); + if (0 == strcmp(addr, get_host_ip())) { + freeifaddrs(ifaddrs); + if (0 == strcmp(addr, BRIDGE_NAME)) { + fprintf(stdout, "interface is bridge\n"); + return NULL; + } + return ifaddr->ifa_name; + } + } + } + + freeifaddrs(ifaddrs); + return NULL; +} +#endif + + static void launch_script(const char *setup_script, const char *ifname, int fd, Error **errp); @@ -402,7 +441,20 @@ static void launch_script(const char *setup_script, const char *ifname, int fd, Error **errp) { int pid, status; +#if defined(CONFIG_MARU) + const char* sudo_path = "/usr/bin/sudo"; + char *host_ifname = get_interface_name_from_ip(); + fprintf(stdout, "host_ifname: %s\n", host_ifname); + int arg_cnt = 0; + if (host_ifname == NULL) { + arg_cnt = 4; + } else { + arg_cnt = 5; + } + char *args[arg_cnt]; +#else char *args[3]; +#endif char **parg; /* try to launch network script */ @@ -421,10 +473,17 @@ static void launch_script(const char *setup_script, const char *ifname, } } parg = args; +#if defined(CONFIG_MARU) + *parg++ = (char *)sudo_path; +#endif *parg++ = (char *)setup_script; *parg++ = (char *)ifname; *parg = NULL; +#if defined(CONFIG_MARU) + execv(sudo_path, args); +#else execv(setup_script, args); +#endif _exit(1); } else { while (waitpid(pid, &status, 0) != pid) { @@ -914,7 +973,15 @@ free_fail: if (tap->has_ifname) { pstrcpy(ifname, sizeof ifname, tap->ifname); } else { +#if defined(CONFIG_LINUX) && defined(CONFIG_MARU) + /* Create tap */ + tap_create(ifname); + if (ifname[0] == '\0') { + return -1; + } +#else ifname[0] = '\0'; +#endif } for (i = 0; i < queues; i++) { diff --git a/os-win32.c b/os-win32.c index 6b86e022f0..75d91b0a46 100644 --- a/os-win32.c +++ b/os-win32.c @@ -42,6 +42,12 @@ static BOOL WINAPI qemu_ctrl_handler(DWORD type) return TRUE; } +#ifdef CONFIG_MARU +void os_setup_early_signal_handling(void) +{ + SetConsoleCtrlHandler(qemu_ctrl_handler, TRUE); +} +#else static TIMECAPS mm_tc; static void os_undo_timer_resolution(void) @@ -56,6 +62,7 @@ void os_setup_early_signal_handling(void) timeBeginPeriod(mm_tc.wPeriodMin); atexit(os_undo_timer_resolution); } +#endif /* CONFIG_MARU */ /* Look for support files in the same directory as the executable. */ char *os_find_datadir(void) diff --git a/qapi/opts-visitor.d b/qapi/opts-visitor.d index d8cc5d03bd..58eb428251 100644 --- a/qapi/opts-visitor.d +++ b/qapi/opts-visitor.d @@ -1,9 +1,10 @@ qapi/opts-visitor.o: qapi/opts-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,31 +73,31 @@ qapi/opts-visitor.o: qapi/opts-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/opts-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/option_int.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/option.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/opts-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option_int.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -264,30 +265,30 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/opts-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/opts-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/option_int.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option_int.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: diff --git a/qapi/opts-visitor.o b/qapi/opts-visitor.o index 1f31fe50cf..698402b025 100644 Binary files a/qapi/opts-visitor.o and b/qapi/opts-visitor.o differ diff --git a/qapi/qapi-clone-visitor.d b/qapi/qapi-clone-visitor.d index e47c462e0d..141ecabd85 100644 --- a/qapi/qapi-clone-visitor.d +++ b/qapi/qapi-clone-visitor.d @@ -1,9 +1,10 @@ qapi/qapi-clone-visitor.o: qapi/qapi-clone-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,28 +73,28 @@ qapi/qapi-clone-visitor.o: qapi/qapi-clone-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/clone-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/clone-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -261,22 +262,22 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/clone-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/clone-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: diff --git a/qapi/qapi-clone-visitor.o b/qapi/qapi-clone-visitor.o index 6cc2e54177..64f0d03ccb 100644 Binary files a/qapi/qapi-clone-visitor.o and b/qapi/qapi-clone-visitor.o differ diff --git a/qapi/qapi-dealloc-visitor.d b/qapi/qapi-dealloc-visitor.d index f26a273916..1cfde529aa 100644 --- a/qapi/qapi-dealloc-visitor.d +++ b/qapi/qapi-dealloc-visitor.d @@ -1,9 +1,10 @@ qapi/qapi-dealloc-visitor.o: qapi/qapi-dealloc-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,26 +73,26 @@ qapi/qapi-dealloc-visitor.o: qapi/qapi-dealloc-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/dealloc-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/dealloc-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -259,18 +260,18 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/dealloc-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/dealloc-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: diff --git a/qapi/qapi-dealloc-visitor.o b/qapi/qapi-dealloc-visitor.o index 1d7f303f9e..f6e7687fed 100644 Binary files a/qapi/qapi-dealloc-visitor.o and b/qapi/qapi-dealloc-visitor.o differ diff --git a/qapi/qapi-util.d b/qapi/qapi-util.d index f239274254..8ef627e140 100644 --- a/qapi/qapi-util.d +++ b/qapi/qapi-util.d @@ -1,9 +1,10 @@ qapi/qapi-util.o: qapi/qapi-util.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ qapi/qapi-util.o: qapi/qapi-util.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,14 +257,14 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h: diff --git a/qapi/qapi-util.o b/qapi/qapi-util.o index 00e1d1fe7e..a722fc8ea2 100644 Binary files a/qapi/qapi-util.o and b/qapi/qapi-util.o differ diff --git a/qapi/qapi-visit-core.d b/qapi/qapi-visit-core.d index bed5155216..9cea7793b2 100644 --- a/qapi/qapi-visit-core.d +++ b/qapi/qapi-visit-core.d @@ -1,9 +1,10 @@ qapi/qapi-visit-core.o: qapi/qapi-visit-core.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,28 +73,28 @@ qapi/qapi-visit-core.o: qapi/qapi-visit-core.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h \ qapi/trace.h trace/control.h trace/event-internal.h \ trace/control-internal.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -261,21 +262,21 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: qapi/trace.h: @@ -285,4 +286,4 @@ trace/event-internal.h: trace/control-internal.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h: diff --git a/qapi/qapi-visit-core.o b/qapi/qapi-visit-core.o index 3200256c13..e027e2d120 100644 Binary files a/qapi/qapi-visit-core.o and b/qapi/qapi-visit-core.o differ diff --git a/qapi/qmp-dispatch.d b/qapi/qmp-dispatch.d index 3ec49aed46..3eacbeaf0f 100644 --- a/qapi/qmp-dispatch.d +++ b/qapi/qmp-dispatch.d @@ -1,9 +1,10 @@ qapi/qmp-dispatch.o: qapi/qmp-dispatch.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,31 +73,31 @@ qapi/qmp-dispatch.o: qapi/qmp-dispatch.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/runstate.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/runstate.h \ qapi/qapi-types-run-state.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -264,30 +265,30 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/runstate.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/runstate.h: qapi/qapi-types-run-state.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: diff --git a/qapi/qmp-dispatch.o b/qapi/qmp-dispatch.o index ab82a608ec..8bdfd207cc 100644 Binary files a/qapi/qmp-dispatch.o and b/qapi/qmp-dispatch.o differ diff --git a/qapi/qmp-event.d b/qapi/qmp-event.d index f0bdb349c0..1974b71499 100644 --- a/qapi/qmp-event.d +++ b/qapi/qmp-event.d @@ -1,9 +1,10 @@ qapi/qmp-event.o: qapi/qmp-event.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,27 +73,27 @@ qapi/qmp-event.o: qapi/qmp-event.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp-event.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp-event.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -260,20 +261,20 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp-event.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp-event.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h: diff --git a/qapi/qmp-event.o b/qapi/qmp-event.o index fe5b42faa2..fd86dc7fe1 100644 Binary files a/qapi/qmp-event.o and b/qapi/qmp-event.o differ diff --git a/qapi/qmp-registry.d b/qapi/qmp-registry.d index 7e8aa49851..b7ebfba92e 100644 --- a/qapi/qmp-registry.d +++ b/qapi/qmp-registry.d @@ -1,9 +1,10 @@ qapi/qmp-registry.o: qapi/qmp-registry.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,21 +73,21 @@ qapi/qmp-registry.o: qapi/qmp-registry.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -254,8 +255,8 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: diff --git a/qapi/qmp-registry.o b/qapi/qmp-registry.o index c322690144..7658a4e5aa 100644 Binary files a/qapi/qmp-registry.o and b/qapi/qmp-registry.o differ diff --git a/qapi/qobject-input-visitor.d b/qapi/qobject-input-visitor.d index 01acf1f26a..efd420df77 100644 --- a/qapi/qobject-input-visitor.d +++ b/qapi/qobject-input-visitor.d @@ -1,9 +1,10 @@ qapi/qobject-input-visitor.o: qapi/qobject-input-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,37 +73,37 @@ qapi/qobject-input-visitor.o: qapi/qobject-input-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qobject-input-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/option.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qobject-input-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -270,42 +271,42 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qobject-input-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qobject-input-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h: diff --git a/qapi/qobject-input-visitor.o b/qapi/qobject-input-visitor.o index 361f61d7f3..e82dd30b5c 100644 Binary files a/qapi/qobject-input-visitor.o and b/qapi/qobject-input-visitor.o differ diff --git a/qapi/qobject-output-visitor.d b/qapi/qobject-output-visitor.d index ad241497ee..83bd221334 100644 --- a/qapi/qobject-output-visitor.d +++ b/qapi/qobject-output-visitor.d @@ -1,9 +1,10 @@ qapi/qobject-output-visitor.o: qapi/qobject-output-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,32 +73,32 @@ qapi/qobject-output-visitor.o: qapi/qobject-output-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qobject-output-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qobject-output-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -265,30 +266,30 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qobject-output-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qobject-output-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: diff --git a/qapi/qobject-output-visitor.o b/qapi/qobject-output-visitor.o index 16756b0e46..3fa7ba12ef 100644 Binary files a/qapi/qobject-output-visitor.o and b/qapi/qobject-output-visitor.o differ diff --git a/qapi/string-input-visitor.d b/qapi/string-input-visitor.d index aa438b8926..2c72552fad 100644 --- a/qapi/string-input-visitor.d +++ b/qapi/string-input-visitor.d @@ -1,9 +1,10 @@ qapi/string-input-visitor.o: qapi/string-input-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,31 +73,31 @@ qapi/string-input-visitor.o: qapi/string-input-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/string-input-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/option.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/string-input-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -264,30 +265,30 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/string-input-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/string-input-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: diff --git a/qapi/string-input-visitor.o b/qapi/string-input-visitor.o index 19b48c03a8..4f588c3e1b 100644 Binary files a/qapi/string-input-visitor.o and b/qapi/string-input-visitor.o differ diff --git a/qapi/string-output-visitor.d b/qapi/string-output-visitor.d index 2b6d199fa2..cfa78c66ee 100644 --- a/qapi/string-output-visitor.d +++ b/qapi/string-output-visitor.d @@ -1,9 +1,10 @@ qapi/string-output-visitor.o: qapi/string-output-visitor.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,29 +73,29 @@ qapi/string-output-visitor.o: qapi/string-output-visitor.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/string-output-visitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/string-output-visitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/range.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/range.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -262,24 +263,24 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/string-output-visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/string-output-visitor.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/visitor-impl.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/visitor-impl.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/range.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/range.h: diff --git a/qapi/string-output-visitor.o b/qapi/string-output-visitor.o index 6c566799f9..99a5388b29 100644 Binary files a/qapi/string-output-visitor.o and b/qapi/string-output-visitor.o differ diff --git a/qemu-storage-daemon b/qemu-storage-daemon index 435fbc0572..990302eaf6 100755 Binary files a/qemu-storage-daemon and b/qemu-storage-daemon differ diff --git a/qemu-version.h b/qemu-version.h index 1f359a9416..9d75ef7577 100644 --- a/qemu-version.h +++ b/qemu-version.h @@ -1,2 +1,2 @@ -#define QEMU_PKGVERSION "v5.0.1-dirty" -#define QEMU_FULL_VERSION "5.0.1 (v5.0.1-dirty)" +#define QEMU_PKGVERSION "-dirty" +#define QEMU_FULL_VERSION "5.0.1 (-dirty)" diff --git a/qga/commands.d b/qga/commands.d index cfc42b154c..9353c01c40 100644 --- a/qga/commands.d +++ b/qga/commands.d @@ -1,9 +1,10 @@ qga/commands.o: qga/commands.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,34 +73,34 @@ qga/commands.o: qga/commands.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/units.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/units.h \ qga/guest-agent-core.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ qga/qapi-generated/qga-qapi-types.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ qga/qapi-generated/qga-qapi-commands.h \ qga/qapi-generated/qga-qapi-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/base64.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/base64.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ qga/commands-common.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -267,36 +268,36 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/units.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/units.h: qga/guest-agent-core.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: qga/qapi-generated/qga-qapi-types.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: qga/qapi-generated/qga-qapi-commands.h: qga/qapi-generated/qga-qapi-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/base64.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/base64.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: qga/commands-common.h: diff --git a/qga/commands.o b/qga/commands.o index f4817e6bc4..ad29890dcc 100644 Binary files a/qga/commands.o and b/qga/commands.o differ diff --git a/qga/guest-agent-command-state.d b/qga/guest-agent-command-state.d index fade024803..c5419de02f 100644 --- a/qga/guest-agent-command-state.d +++ b/qga/guest-agent-command-state.d @@ -1,9 +1,10 @@ qga/guest-agent-command-state.o: qga/guest-agent-command-state.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,24 +73,24 @@ qga/guest-agent-command-state.o: qga/guest-agent-command-state.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ qga/guest-agent-core.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ qga/qapi-generated/qga-qapi-types.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -257,16 +258,16 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: qga/guest-agent-core.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: qga/qapi-generated/qga-qapi-types.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: diff --git a/qga/guest-agent-command-state.o b/qga/guest-agent-command-state.o index 4273bc80d6..e58d89a505 100644 Binary files a/qga/guest-agent-command-state.o and b/qga/guest-agent-command-state.o differ diff --git a/qga/main.d b/qga/main.d index a31e387bca..90a7209ca2 100644 --- a/qga/main.d +++ b/qga/main.d @@ -1,9 +1,10 @@ qga/main.o: qga/main.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,43 +73,43 @@ qga/main.o: qga/main.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ /usr/include/glib-2.0/glib/gstdio.h /usr/include/glib-2.0/glib/gprintf.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h \ qga/guest-agent-core.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h \ qga/qapi-generated/qga-qapi-types.h \ qga/qapi-generated/qga-qapi-init-commands.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qga/channel.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/help_option.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/help_option.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h \ qapi/qapi-types-sockets.h qapi/qapi-types-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/systemd.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/systemd.h \ qemu-version.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -276,58 +277,58 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: /usr/include/glib-2.0/glib/gstdio.h: /usr/include/glib-2.0/glib/gprintf.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: qga/guest-agent-core.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/dispatch.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/dispatch.h: qga/qapi-generated/qga-qapi-types.h: qga/qapi-generated/qga-qapi-init-commands.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qerror.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qerror.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qga/channel.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/help_option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/help_option.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h: qapi/qapi-types-sockets.h: qapi/qapi-types-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/systemd.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/systemd.h: qemu-version.h: diff --git a/qobject/json-lexer.d b/qobject/json-lexer.d index 35875e9999..f473bd84ec 100644 --- a/qobject/json-lexer.d +++ b/qobject/json-lexer.d @@ -1,9 +1,10 @@ qobject/json-lexer.o: qobject/json-lexer.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,21 +73,21 @@ qobject/json-lexer.o: qobject/json-lexer.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ qobject/json-parser-int.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -254,8 +255,8 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: qobject/json-parser-int.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h: diff --git a/qobject/json-lexer.o b/qobject/json-lexer.o index f81cb3824d..8cd280c0fd 100644 Binary files a/qobject/json-lexer.o and b/qobject/json-lexer.o differ diff --git a/qobject/json-parser.d b/qobject/json-parser.d index 76d10c4e4c..e2cf827d00 100644 --- a/qobject/json-parser.d +++ b/qobject/json-parser.d @@ -1,9 +1,10 @@ qobject/json-parser.o: qobject/json-parser.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,35 +73,35 @@ qobject/json-parser.o: qobject/json-parser.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/unicode.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/unicode.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h \ qobject/json-parser-int.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -268,38 +269,38 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/unicode.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/unicode.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: qobject/json-parser-int.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h: diff --git a/qobject/json-parser.o b/qobject/json-parser.o index 46b6b5ecfa..723cee5394 100644 Binary files a/qobject/json-parser.o and b/qobject/json-parser.o differ diff --git a/qobject/json-streamer.d b/qobject/json-streamer.d index 26ec2e7254..6e394598ce 100644 --- a/qobject/json-streamer.d +++ b/qobject/json-streamer.d @@ -1,9 +1,10 @@ qobject/json-streamer.o: qobject/json-streamer.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,24 +73,24 @@ qobject/json-streamer.o: qobject/json-streamer.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ qobject/json-parser-int.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -257,16 +258,16 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: qobject/json-parser-int.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h: diff --git a/qobject/json-streamer.o b/qobject/json-streamer.o index dd98231dea..b791122bf3 100644 Binary files a/qobject/json-streamer.o and b/qobject/json-streamer.o differ diff --git a/qobject/qbool.d b/qobject/qbool.d index 9cb3414ac8..2541c7301f 100644 --- a/qobject/qbool.d +++ b/qobject/qbool.d @@ -1,9 +1,10 @@ qobject/qbool.o: qobject/qbool.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ qobject/qbool.o: qobject/qbool.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,12 +257,12 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: diff --git a/qobject/qbool.o b/qobject/qbool.o index e037d44f10..2ef55f5b02 100644 Binary files a/qobject/qbool.o and b/qobject/qbool.o differ diff --git a/qobject/qdict.d b/qobject/qdict.d index b595b9e6bd..43f260ab60 100644 --- a/qobject/qdict.d +++ b/qobject/qdict.d @@ -1,9 +1,10 @@ qobject/qdict.o: qobject/qdict.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,28 +73,28 @@ qobject/qdict.o: qobject/qdict.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -261,22 +262,22 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: diff --git a/qobject/qdict.o b/qobject/qdict.o index 95def87f39..881bbef562 100644 Binary files a/qobject/qdict.o and b/qobject/qdict.o differ diff --git a/qobject/qjson.d b/qobject/qjson.d index 3d01187827..97ec024810 100644 --- a/qobject/qjson.d +++ b/qobject/qjson.d @@ -1,9 +1,10 @@ qobject/qjson.o: qobject/qjson.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,32 +73,32 @@ qobject/qjson.o: qobject/qjson.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/unicode.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/unicode.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -265,32 +266,32 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/json-parser.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/json-parser.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qjson.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qjson.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/unicode.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/unicode.h: diff --git a/qobject/qjson.o b/qobject/qjson.o index 0164073c4c..77dae6821e 100644 Binary files a/qobject/qjson.o and b/qobject/qjson.o differ diff --git a/qobject/qlist.d b/qobject/qlist.d index 21dc6871dd..554c5e77f6 100644 --- a/qobject/qlist.d +++ b/qobject/qlist.d @@ -1,9 +1,10 @@ qobject/qlist.o: qobject/qlist.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,28 +73,28 @@ qobject/qlist.o: qobject/qlist.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -261,22 +262,22 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: diff --git a/qobject/qlist.o b/qobject/qlist.o index 80752cc19c..7cced5789e 100644 Binary files a/qobject/qlist.o and b/qobject/qlist.o differ diff --git a/qobject/qnull.d b/qobject/qnull.d index 1d2eae9e02..b63accfe9f 100644 --- a/qobject/qnull.d +++ b/qobject/qnull.d @@ -1,9 +1,10 @@ qobject/qnull.o: qobject/qnull.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ qobject/qnull.o: qobject/qnull.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,12 +257,12 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: diff --git a/qobject/qnull.o b/qobject/qnull.o index 00f2e74d8a..73140c425f 100644 Binary files a/qobject/qnull.o and b/qobject/qnull.o differ diff --git a/qobject/qobject.d b/qobject/qobject.d index c76fbec8dc..53eada8246 100644 --- a/qobject/qobject.d +++ b/qobject/qobject.d @@ -1,9 +1,10 @@ qobject/qobject.o: qobject/qobject.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,29 +73,29 @@ qobject/qobject.o: qobject/qobject.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -262,24 +263,24 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qbool.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qbool.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnull.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnull.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qnum.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qnum.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qdict.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qdict.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qlist.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: diff --git a/qobject/qobject.o b/qobject/qobject.o index c4775a78fe..cf2df7fad2 100644 Binary files a/qobject/qobject.o and b/qobject/qobject.o differ diff --git a/qobject/qstring.d b/qobject/qstring.d index b3c0d487b3..f025a975d0 100644 --- a/qobject/qstring.d +++ b/qobject/qstring.d @@ -1,9 +1,10 @@ qobject/qstring.o: qobject/qstring.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ qobject/qstring.o: qobject/qstring.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,12 +257,12 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qstring.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qstring.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/qmp/qobject.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/qmp/qobject.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: diff --git a/qobject/qstring.o b/qobject/qstring.o index 06f1f1800c..4e59655077 100644 Binary files a/qobject/qstring.o and b/qobject/qstring.o differ diff --git a/roms/seabios/config.mak b/roms/seabios/config.mak index 8eee8170f4..03f4c1a420 100644 --- a/roms/seabios/config.mak +++ b/roms/seabios/config.mak @@ -1,5 +1,5 @@ # Automatically generated by configure - do not modify -SRC_PATH=/home/varinder.p/git/qemu-master/qemu/roms/seabios +SRC_PATH=/home/varinder.p/git/varinder.p/qemu_samsung/roms/seabios AS=as CCAS=cc CC=cc diff --git a/roms/vgabios/config.mak b/roms/vgabios/config.mak index 045ba67a6a..fb3f137fda 100644 --- a/roms/vgabios/config.mak +++ b/roms/vgabios/config.mak @@ -1,5 +1,5 @@ # Automatically generated by configure - do not modify -SRC_PATH=/home/varinder.p/git/qemu-master/qemu/roms/vgabios +SRC_PATH=/home/varinder.p/git/varinder.p/qemu_samsung/roms/vgabios AS=as CCAS=cc CC=cc diff --git a/softmmu/main.c b/softmmu/main.c index 7adc530c73..59bd92d297 100644 --- a/softmmu/main.c +++ b/softmmu/main.c @@ -29,6 +29,8 @@ #ifdef CONFIG_SDL #if defined(__APPLE__) || defined(main) #include +#ifndef CONFIG_MARU +int qemu_main(int argc, char **argv, char **envp); int main(int argc, char **argv) { return qemu_main(argc, argv, NULL); @@ -36,6 +38,7 @@ int main(int argc, char **argv) #undef main #define main qemu_main #endif +#endif #endif /* CONFIG_SDL */ #ifdef CONFIG_COCOA @@ -43,6 +46,14 @@ int main(int argc, char **argv) #define main qemu_main #endif /* CONFIG_COCOA */ +#ifdef CONFIG_MARU +#ifdef main +#undef main +#endif +int qemu_main(int argc, char **argv, char **envp); +#define main qemu_main +#endif + int main(int argc, char **argv, char **envp) { qemu_init(argc, argv, envp); diff --git a/softmmu/vl.c b/softmmu/vl.c index 32c0047889..e7b6df7cde 100644 --- a/softmmu/vl.c +++ b/softmmu/vl.c @@ -113,6 +113,20 @@ #include "sysemu/iothread.h" #include "qemu/guest-random.h" +#ifdef CONFIG_MARU +#include "tizen/src/emulator.h" +#include "tizen/src/emul_state.h" +#include "tizen/src/ui/qt5.h" +#include "tizen/src/util/ui_operations.h" +#include "tizen/src/ecs/ecs.h" +#include "tizen/src/util/error_handler.h" +#include "tizen/src/util/exported_strings.h" + +inline static bool is_maru_machine(MachineClass *mc) { + return g_str_has_prefix(mc->name, "maru"); +} +#endif + #define MAX_VIRTIO_CONSOLES 1 static const char *data_dir[16]; @@ -1541,12 +1555,18 @@ void qemu_system_killed(int signal, pid_t pid) shutdown_signal = signal; shutdown_pid = pid; no_shutdown = 0; - +#ifdef CONFIG_MARU + if (current_machine && + is_maru_machine(MACHINE_GET_CLASS(current_machine))) { + qemu_system_graceful_shutdown_request(TIMEOUT_FOR_SHUTDOWN); + } +#else /* Cannot call qemu_system_shutdown_request directly because * we are in a signal handler. */ shutdown_requested = SHUTDOWN_CAUSE_HOST_SIGNAL; qemu_notify_event(); +#endif } void qemu_system_shutdown_request(ShutdownCause reason) diff --git a/tests/qemu-iotests/socket_scm_helper b/tests/qemu-iotests/socket_scm_helper index 92f74ba834..8388aedf3d 100755 Binary files a/tests/qemu-iotests/socket_scm_helper and b/tests/qemu-iotests/socket_scm_helper differ diff --git a/tests/qemu-iotests/socket_scm_helper.d b/tests/qemu-iotests/socket_scm_helper.d index 3d766fbd47..7df78f11a6 100644 --- a/tests/qemu-iotests/socket_scm_helper.d +++ b/tests/qemu-iotests/socket_scm_helper.d @@ -1,10 +1,11 @@ tests/qemu-iotests/socket_scm_helper.o: \ tests/qemu-iotests/socket_scm_helper.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -73,19 +74,19 @@ tests/qemu-iotests/socket_scm_helper.o: \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -253,4 +254,4 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: diff --git a/tests/qemu-iotests/socket_scm_helper.o b/tests/qemu-iotests/socket_scm_helper.o index 4dcdc72d23..10376af8dd 100644 Binary files a/tests/qemu-iotests/socket_scm_helper.o and b/tests/qemu-iotests/socket_scm_helper.o differ diff --git a/tizen/emulator/bin/emulator-x86_64 b/tizen/emulator/bin/emulator-x86_64 index 6185200009..f931618691 100755 Binary files a/tizen/emulator/bin/emulator-x86_64 and b/tizen/emulator/bin/emulator-x86_64 differ diff --git a/tizen/src/build_info.h b/tizen/src/build_info.h index 09501e3923..5b81d118a8 100644 --- a/tizen/src/build_info.h +++ b/tizen/src/build_info.h @@ -1,7 +1,7 @@ /* Automatically generated by Makefile - do not modify! */ static const char build_version[] = "Maru"; -static const char build_date[] = "2022-02-16 19:36:59 IST"; +static const char build_date[] = "2022-03-05 09:57:09 IST"; static const char pkginfo_version[] = "Version: 2.8.0.36"; static const char pkginfo_maintainer[] = "Maintainer: SeokYeon Hwang "; -static const char pkginfo_githead[] = "386b2a5767f7642521cd07930c681ec8a6057e60"; -static const char latest_gittag[] = "Latest Git Tag : v6.1.1 (v6.1.1 release)"; +static const char pkginfo_githead[] = "645264440fa1b9e7ecea23e2dc05e7e885471102"; +static const char latest_gittag[] = ""; diff --git a/trace/control.d b/trace/control.d index 75ba8e9793..09d60b7666 100644 --- a/trace/control.d +++ b/trace/control.d @@ -1,9 +1,10 @@ trace/control.o: trace/control.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,83 +73,83 @@ trace/control.o: trace/control.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ trace/control.h trace/event-internal.h trace/control-internal.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/help_option.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/option.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/log.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/rcu.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/sys_membarrier.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/help_option.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/rcu.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sys_membarrier.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/config-file.h \ - /home/varinder.p/git/qemu-master/qemu/include/monitor/monitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/block.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio-wait.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/coroutine.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/lockable.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/accounting.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timed-average.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/dirty-bitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/config-file.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/monitor/monitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/block.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio-wait.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/coroutine.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/lockable.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/accounting.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timed-average.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/dirty-bitmap.h \ qapi/qapi-types-block-core.h qapi/qapi-types-common.h \ qapi/qapi-types-crypto.h qapi/qapi-types-job.h qapi/qapi-types-sockets.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/blockjob.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/job.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/blockjob.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/job.h \ qapi/qapi-types-job.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/progress_meter.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ratelimit.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/progress_meter.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ratelimit.h \ qapi/qapi-types-misc.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/readline.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/readline.h \ trace-root.h trace/control-vcpu.h trace/control.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/core/cpu.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/qdev-core.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qom/object.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/module.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/hotplug.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/resettable.h \ - /home/varinder.p/git/qemu-master/qemu/include/disas/dis-asm.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/hwaddr.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/memattrs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/core/cpu.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/qdev-core.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/hotplug.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/resettable.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/disas/dis-asm.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/hwaddr.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/memattrs.h \ qapi/qapi-types-run-state.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/rcu_queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/plugin.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qemu-plugin.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/rcu_queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/plugin.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qemu-plugin.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -316,7 +317,7 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: trace/control.h: @@ -324,81 +325,81 @@ trace/event-internal.h: trace/control-internal.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/help_option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/help_option.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/log.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/rcu.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/rcu.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/sys_membarrier.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sys_membarrier.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/config-file.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/config-file.h: -/home/varinder.p/git/qemu-master/qemu/include/monitor/monitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/monitor/monitor.h: -/home/varinder.p/git/qemu-master/qemu/include/block/block.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/block.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio-wait.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio-wait.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/coroutine.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/coroutine.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/lockable.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/lockable.h: -/home/varinder.p/git/qemu-master/qemu/include/block/accounting.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/accounting.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timed-average.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timed-average.h: -/home/varinder.p/git/qemu-master/qemu/include/block/dirty-bitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/dirty-bitmap.h: qapi/qapi-types-block-core.h: @@ -410,23 +411,23 @@ qapi/qapi-types-job.h: qapi/qapi-types-sockets.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/block/blockjob.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/blockjob.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/job.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/job.h: qapi/qapi-types-job.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/progress_meter.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/progress_meter.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ratelimit.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ratelimit.h: qapi/qapi-types-misc.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/readline.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/readline.h: trace-root.h: @@ -434,30 +435,30 @@ trace/control-vcpu.h: trace/control.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/core/cpu.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/core/cpu.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/qdev-core.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/qdev-core.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qom/object.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/module.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/hotplug.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/hotplug.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/resettable.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/resettable.h: -/home/varinder.p/git/qemu-master/qemu/include/disas/dis-asm.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/disas/dis-asm.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/hwaddr.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/hwaddr.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/memattrs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/memattrs.h: qapi/qapi-types-run-state.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/rcu_queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/rcu_queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/plugin.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/plugin.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qemu-plugin.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qemu-plugin.h: diff --git a/trace/control.o b/trace/control.o index e826a7f926..52da5e2605 100644 Binary files a/trace/control.o and b/trace/control.o differ diff --git a/trace/qmp.d b/trace/qmp.d index 8863f60f1c..0c4477a37d 100644 --- a/trace/qmp.d +++ b/trace/qmp.d @@ -1,9 +1,10 @@ trace/qmp.o: trace/qmp.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,52 +73,52 @@ trace/qmp.o: trace/qmp.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ qapi/qapi-commands-trace.h qapi/qapi-types-trace.h trace/control-vcpu.h \ trace/control.h trace/event-internal.h trace/control-internal.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/core/cpu.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/qdev-core.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qom/object.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/module.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/hotplug.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/resettable.h \ - /home/varinder.p/git/qemu-master/qemu/include/disas/dis-asm.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/hwaddr.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/memattrs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/core/cpu.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/qdev-core.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/hotplug.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/resettable.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/disas/dis-asm.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/hwaddr.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/memattrs.h \ qapi/qapi-types-run-state.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/rcu_queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/plugin.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/config-file.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qemu-plugin.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/option.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/rcu_queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/plugin.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/config-file.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qemu-plugin.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -285,15 +286,15 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: qapi/qapi-commands-trace.h: @@ -307,58 +308,58 @@ trace/event-internal.h: trace/control-internal.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/core/cpu.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/core/cpu.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/qdev-core.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/qdev-core.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qom/object.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/module.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/hotplug.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/hotplug.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/resettable.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/resettable.h: -/home/varinder.p/git/qemu-master/qemu/include/disas/dis-asm.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/disas/dis-asm.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/hwaddr.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/hwaddr.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/memattrs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/memattrs.h: qapi/qapi-types-run-state.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/rcu_queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/rcu_queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/plugin.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/plugin.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/config-file.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/config-file.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qemu-plugin.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qemu-plugin.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/option.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/option.h: diff --git a/trace/qmp.o b/trace/qmp.o index 1553a075e5..3774411833 100644 Binary files a/trace/qmp.o and b/trace/qmp.o differ diff --git a/util/bitmap.d b/util/bitmap.d index cfd243bcff..c0d301e768 100644 --- a/util/bitmap.d +++ b/util/bitmap.d @@ -1,9 +1,10 @@ util/bitmap.o: util/bitmap.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,26 +73,26 @@ util/bitmap.o: util/bitmap.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -259,18 +260,18 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: diff --git a/util/bitmap.o b/util/bitmap.o index b66647c53a..4a172d98b8 100644 Binary files a/util/bitmap.o and b/util/bitmap.o differ diff --git a/util/bitops.d b/util/bitops.d index 040206f35a..02c028d167 100644 --- a/util/bitops.d +++ b/util/bitops.d @@ -1,9 +1,10 @@ util/bitops.o: util/bitops.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,24 +73,24 @@ util/bitops.o: util/bitops.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -257,14 +258,14 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: diff --git a/util/bitops.o b/util/bitops.o index d4c6348d11..1550485ef0 100644 Binary files a/util/bitops.o and b/util/bitops.o differ diff --git a/util/bufferiszero.d b/util/bufferiszero.d index 7a9050ab0c..55dec913d7 100644 --- a/util/bufferiszero.d +++ b/util/bufferiszero.d @@ -1,9 +1,10 @@ util/bufferiszero.o: util/bufferiszero.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ util/bufferiszero.o: util/bufferiszero.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cpuid.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cpuid.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,12 +257,12 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cpuid.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cpuid.h: diff --git a/util/bufferiszero.o b/util/bufferiszero.o index 4f0bcb72a3..7765b5f072 100644 Binary files a/util/bufferiszero.o and b/util/bufferiszero.o differ diff --git a/util/compatfd.d b/util/compatfd.d index 215263fe89..201f5f8a8c 100644 --- a/util/compatfd.d +++ b/util/compatfd.d @@ -1,9 +1,10 @@ util/compatfd.o: util/compatfd.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,24 +73,24 @@ util/compatfd.o: util/compatfd.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -257,14 +258,14 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: diff --git a/util/compatfd.o b/util/compatfd.o index cdb55dbb49..70258ad774 100644 Binary files a/util/compatfd.o and b/util/compatfd.o differ diff --git a/util/cutils.d b/util/cutils.d index 17c3cc9035..fc2646dd35 100644 --- a/util/cutils.d +++ b/util/cutils.d @@ -1,9 +1,10 @@ util/cutils.o: util/cutils.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,35 +73,35 @@ util/cutils.o: util/cutils.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h \ qapi/qapi-types-sockets.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ qapi/qapi-types-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h \ - /home/varinder.p/git/qemu-master/qemu/include/net/net.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/net/net.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ qapi/qapi-types-net.h \ - /home/varinder.p/git/qemu-master/qemu/include/net/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/net/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -268,38 +269,38 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h: qapi/qapi-types-sockets.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: qapi/qapi-types-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h: -/home/varinder.p/git/qemu-master/qemu/include/net/net.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/net/net.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: qapi/qapi-types-net.h: -/home/varinder.p/git/qemu-master/qemu/include/net/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/net/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: diff --git a/util/cutils.o b/util/cutils.o index 8410de9588..527d24efc6 100644 Binary files a/util/cutils.o and b/util/cutils.o differ diff --git a/util/envlist.d b/util/envlist.d index 51fbb695f5..d295a36961 100644 --- a/util/envlist.d +++ b/util/envlist.d @@ -1,9 +1,10 @@ util/envlist.o: util/envlist.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,21 +73,21 @@ util/envlist.o: util/envlist.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/envlist.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/envlist.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -254,8 +255,8 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/envlist.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/envlist.h: diff --git a/util/envlist.o b/util/envlist.o index 09a9f7f57e..e7f2eb10d4 100644 Binary files a/util/envlist.o and b/util/envlist.o differ diff --git a/util/error.d b/util/error.d index 4e57c53098..7b5e5b2a15 100644 --- a/util/error.d +++ b/util/error.d @@ -1,9 +1,10 @@ util/error.o: util/error.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ util/error.o: util/error.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,14 +257,14 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: diff --git a/util/error.o b/util/error.o index 2080412258..885695a786 100644 Binary files a/util/error.o and b/util/error.o differ diff --git a/util/event_notifier-posix.d b/util/event_notifier-posix.d index 3e2e9e2997..1eba3216b8 100644 --- a/util/event_notifier-posix.d +++ b/util/event_notifier-posix.d @@ -1,9 +1,10 @@ util/event_notifier-posix.o: util/event_notifier-posix.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,38 +73,38 @@ util/event_notifier-posix.o: util/event_notifier-posix.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -271,42 +272,42 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: diff --git a/util/event_notifier-posix.o b/util/event_notifier-posix.o index 81b21e724d..d7726c7055 100644 Binary files a/util/event_notifier-posix.o and b/util/event_notifier-posix.o differ diff --git a/util/fifo8.d b/util/fifo8.d index f5748ae3af..026a0e8db1 100644 --- a/util/fifo8.d +++ b/util/fifo8.d @@ -1,9 +1,10 @@ util/fifo8.o: util/fifo8.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,26 +73,26 @@ util/fifo8.o: util/fifo8.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/migration/vmstate.h \ - /home/varinder.p/git/qemu-master/qemu/include/hw/vmstate-if.h \ - /home/varinder.p/git/qemu-master/qemu/include/qom/object.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/migration/vmstate.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/hw/vmstate-if.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/module.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/fifo8.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/fifo8.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -259,18 +260,18 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/migration/vmstate.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/migration/vmstate.h: -/home/varinder.p/git/qemu-master/qemu/include/hw/vmstate-if.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/hw/vmstate-if.h: -/home/varinder.p/git/qemu-master/qemu/include/qom/object.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/module.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/fifo8.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/fifo8.h: diff --git a/util/fifo8.o b/util/fifo8.o index 3a6616a834..a9eaa41bcc 100644 Binary files a/util/fifo8.o and b/util/fifo8.o differ diff --git a/util/hbitmap.d b/util/hbitmap.d index 22d206aca3..88fddb11fe 100644 --- a/util/hbitmap.d +++ b/util/hbitmap.d @@ -1,9 +1,10 @@ util/hbitmap.o: util/hbitmap.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,32 +73,32 @@ util/hbitmap.o: util/hbitmap.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ util/trace.h trace/control.h trace/event-internal.h \ trace/control-internal.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h \ - /home/varinder.p/git/qemu-master/qemu/include/crypto/hash.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/crypto/hash.h \ qapi/qapi-types-crypto.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -265,21 +266,21 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: util/trace.h: @@ -289,12 +290,12 @@ trace/event-internal.h: trace/control-internal.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h: -/home/varinder.p/git/qemu-master/qemu/include/crypto/hash.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/crypto/hash.h: qapi/qapi-types-crypto.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: diff --git a/util/hbitmap.o b/util/hbitmap.o index ba1abd345d..040c4aa17f 100644 Binary files a/util/hbitmap.o and b/util/hbitmap.o differ diff --git a/util/id.d b/util/id.d index f295614d23..3891b4fdfe 100644 --- a/util/id.d +++ b/util/id.d @@ -1,9 +1,10 @@ util/id.o: util/id.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,21 +73,21 @@ util/id.o: util/id.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/id.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/id.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -254,8 +255,8 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ctype.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ctype.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/id.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/id.h: diff --git a/util/id.o b/util/id.o index 6ffc610393..45f659dbff 100644 Binary files a/util/id.o and b/util/id.o differ diff --git a/util/iov.d b/util/iov.d index 1d24b80025..fbb85d5372 100644 --- a/util/iov.d +++ b/util/iov.d @@ -1,9 +1,10 @@ util/iov.o: util/iov.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,26 +73,26 @@ util/iov.o: util/iov.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h \ qapi/qapi-types-sockets.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ qapi/qapi-types-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -259,20 +260,20 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h: qapi/qapi-types-sockets.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: qapi/qapi-types-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: diff --git a/util/iov.o b/util/iov.o index d996d908dd..99189dea8e 100644 Binary files a/util/iov.o and b/util/iov.o differ diff --git a/util/memfd.d b/util/memfd.d index 36496876aa..08a7c68199 100644 --- a/util/memfd.d +++ b/util/memfd.d @@ -1,9 +1,10 @@ util/memfd.o: util/memfd.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,26 +73,26 @@ util/memfd.o: util/memfd.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/memfd.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/memfd.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -259,20 +260,20 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/memfd.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/memfd.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: diff --git a/util/memfd.o b/util/memfd.o index fc6d3b5e88..5ae39ce841 100644 Binary files a/util/memfd.o and b/util/memfd.o differ diff --git a/util/mmap-alloc.d b/util/mmap-alloc.d index 5ad7207891..5b82692086 100644 --- a/util/mmap-alloc.d +++ b/util/mmap-alloc.d @@ -1,9 +1,10 @@ util/mmap-alloc.o: util/mmap-alloc.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,23 +73,23 @@ util/mmap-alloc.o: util/mmap-alloc.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/mmap-alloc.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/mmap-alloc.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -256,12 +257,12 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/mmap-alloc.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/mmap-alloc.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: diff --git a/util/mmap-alloc.o b/util/mmap-alloc.o index e9e47fb9d5..553c21a8c5 100644 Binary files a/util/mmap-alloc.o and b/util/mmap-alloc.o differ diff --git a/util/module.d b/util/module.d index b60a789397..0add976584 100644 --- a/util/module.d +++ b/util/module.d @@ -1,9 +1,10 @@ util/module.o: util/module.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,21 +73,21 @@ util/module.o: util/module.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/module.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -254,8 +255,8 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/module.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h: diff --git a/util/module.o b/util/module.o index 29a8f6697e..6226ff3a16 100644 Binary files a/util/module.o and b/util/module.o differ diff --git a/util/osdep.d b/util/osdep.d index b058ba141e..7ceebae02e 100644 --- a/util/osdep.d +++ b/util/osdep.d @@ -1,9 +1,10 @@ util/osdep.o: util/osdep.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,63 +73,63 @@ util/osdep.o: util/osdep.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h \ qapi/qapi-types-sockets.h qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ qapi/qapi-types-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h \ - /home/varinder.p/git/qemu-master/qemu/include/monitor/monitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/block.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio-wait.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/coroutine.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/lockable.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/accounting.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timed-average.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/dirty-bitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/monitor/monitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/block.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio-wait.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/coroutine.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/lockable.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/accounting.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timed-average.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/dirty-bitmap.h \ qapi/qapi-types-block-core.h qapi/qapi-types-crypto.h \ qapi/qapi-types-job.h qapi/qapi-types-sockets.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/blockjob.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/job.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/blockjob.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/job.h \ qapi/qapi-types-job.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/progress_meter.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ratelimit.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/progress_meter.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ratelimit.h \ qapi/qapi-types-misc.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/readline.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/readline.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -296,75 +297,75 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h: qapi/qapi-types-sockets.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: qapi/qapi-types-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: -/home/varinder.p/git/qemu-master/qemu/include/monitor/monitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/monitor/monitor.h: -/home/varinder.p/git/qemu-master/qemu/include/block/block.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/block.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio-wait.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio-wait.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/coroutine.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/coroutine.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/lockable.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/lockable.h: -/home/varinder.p/git/qemu-master/qemu/include/block/accounting.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/accounting.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timed-average.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timed-average.h: -/home/varinder.p/git/qemu-master/qemu/include/block/dirty-bitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/dirty-bitmap.h: qapi/qapi-types-block-core.h: @@ -374,20 +375,20 @@ qapi/qapi-types-job.h: qapi/qapi-types-sockets.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/block/blockjob.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/blockjob.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/job.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/job.h: qapi/qapi-types-job.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/progress_meter.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/progress_meter.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ratelimit.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ratelimit.h: qapi/qapi-types-misc.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/readline.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/readline.h: diff --git a/util/osdep.o b/util/osdep.o index 3cea5e4193..7d0027499c 100644 Binary files a/util/osdep.o and b/util/osdep.o differ diff --git a/util/oslib-posix.c b/util/oslib-posix.c index e58fbc8e00..e49fc38746 100644 --- a/util/oslib-posix.c +++ b/util/oslib-posix.c @@ -170,7 +170,11 @@ fail_close: void *qemu_oom_check(void *ptr) { if (ptr == NULL) { +#ifdef CONFIG_MARU + error_report("Failed to allocate memory: %s", strerror(errno)); +#else fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno)); +#endif abort(); } return ptr; @@ -205,9 +209,23 @@ void *qemu_memalign(size_t alignment, size_t size) return qemu_oom_check(qemu_try_memalign(alignment, size)); } +#ifdef CONFIG_MARU +void *preallocated_ram_ptr = NULL; +int preallocated_ram_size = -1; +#endif + + /* alloc shared memory pages */ void *qemu_anon_ram_alloc(size_t size, uint64_t *alignment, bool shared) { +#ifdef CONFIG_MARU + if (size == preallocated_ram_size && preallocated_ram_ptr) { + void *ptr = preallocated_ram_ptr; + preallocated_ram_ptr = NULL; + preallocated_ram_size = -1; + return ptr; + } +#endif size_t align = QEMU_VMALLOC_ALIGN; void *ptr = qemu_ram_mmap(-1, size, align, shared, false); diff --git a/util/oslib-posix.d b/util/oslib-posix.d index b2b434d34f..7d045aa43f 100644 --- a/util/oslib-posix.d +++ b/util/oslib-posix.d @@ -1,9 +1,10 @@ util/oslib-posix.o: util/oslib-posix.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,49 +73,50 @@ util/oslib-posix.o: util/oslib-posix.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ /usr/include/glib-2.0/glib/gprintf.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/sysemu.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/uuid.h \ - /home/varinder.p/git/qemu-master/qemu/include/qom/object.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/sysemu.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/uuid.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/module.h util/trace.h \ - trace/control.h trace/event-internal.h trace/control-internal.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/error.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h \ + util/trace.h trace/control.h trace/event-internal.h \ + trace/control-internal.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h \ qapi/qapi-types-error.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h \ qapi/qapi-types-sockets.h qapi/qapi-types-common.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/mmap-alloc.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/mmap-alloc.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -282,41 +284,41 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: /usr/include/glib-2.0/glib/gprintf.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/sysemu.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/sysemu.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/uuid.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/uuid.h: -/home/varinder.p/git/qemu-master/qemu/include/qom/object.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qom/object.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/module.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/module.h: util/trace.h: @@ -326,28 +328,28 @@ trace/event-internal.h: trace/control-internal.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/error.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/error.h: qapi/qapi-types-error.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/sockets.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/sockets.h: qapi/qapi-types-sockets.h: qapi/qapi-types-common.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/mmap-alloc.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/mmap-alloc.h: diff --git a/util/oslib-posix.o b/util/oslib-posix.o index 3ac33c2e6a..47e10792b8 100644 Binary files a/util/oslib-posix.o and b/util/oslib-posix.o differ diff --git a/util/path.d b/util/path.d index 0c6550723f..5bdf57f5f4 100644 --- a/util/path.d +++ b/util/path.d @@ -1,9 +1,10 @@ util/path.o: util/path.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,26 +73,26 @@ util/path.o: util/path.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/path.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/path.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -259,18 +260,18 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/cutils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/cutils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/path.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/path.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: diff --git a/util/path.o b/util/path.o index 1f3820a9b2..a935a237db 100644 Binary files a/util/path.o and b/util/path.o differ diff --git a/util/qemu-error.d b/util/qemu-error.d index e8aa60d1ef..696e42994b 100644 --- a/util/qemu-error.d +++ b/util/qemu-error.d @@ -1,9 +1,10 @@ util/qemu-error.o: util/qemu-error.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,59 +73,59 @@ util/qemu-error.o: util/qemu-error.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/monitor/monitor.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/block.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/aio-wait.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/coroutine.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/lockable.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/accounting.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timed-average.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/monitor/monitor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/block.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio-wait.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/coroutine.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/lockable.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/accounting.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timed-average.h \ qapi/qapi-builtin-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qapi/util.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/dirty-bitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/dirty-bitmap.h \ qapi/qapi-types-block-core.h qapi/qapi-types-common.h \ qapi/qapi-types-crypto.h qapi/qapi-types-job.h qapi/qapi-types-sockets.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/block/blockjob.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/job.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/block/blockjob.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/job.h \ qapi/qapi-types-job.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/progress_meter.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/ratelimit.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/progress_meter.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ratelimit.h \ qapi/qapi-types-misc.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/readline.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/readline.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -292,63 +293,63 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/monitor/monitor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/monitor/monitor.h: -/home/varinder.p/git/qemu-master/qemu/include/block/block.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/block.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/event_notifier.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/event_notifier.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/block/aio-wait.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/aio-wait.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/main-loop.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/main-loop.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/iov.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/iov.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/coroutine.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/coroutine.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/lockable.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/lockable.h: -/home/varinder.p/git/qemu-master/qemu/include/block/accounting.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/accounting.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timed-average.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timed-average.h: qapi/qapi-builtin-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qapi/util.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qapi/util.h: -/home/varinder.p/git/qemu-master/qemu/include/block/dirty-bitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/dirty-bitmap.h: qapi/qapi-types-block-core.h: @@ -360,22 +361,22 @@ qapi/qapi-types-job.h: qapi/qapi-types-sockets.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/hbitmap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/hbitmap.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/block/blockjob.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/block/blockjob.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/job.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/job.h: qapi/qapi-types-job.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/progress_meter.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/progress_meter.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/ratelimit.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/ratelimit.h: qapi/qapi-types-misc.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/readline.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/readline.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/error-report.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/error-report.h: diff --git a/util/qemu-openpty.d b/util/qemu-openpty.d index 834f592ca1..ef02c605b9 100644 --- a/util/qemu-openpty.d +++ b/util/qemu-openpty.d @@ -1,9 +1,10 @@ util/qemu-openpty.o: util/qemu-openpty.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,20 +73,20 @@ util/qemu-openpty.o: util/qemu-openpty.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu-common.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -253,6 +254,6 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu-common.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu-common.h: diff --git a/util/qemu-openpty.o b/util/qemu-openpty.o index 01eb03e187..e8eccd0ab5 100644 Binary files a/util/qemu-openpty.o and b/util/qemu-openpty.o differ diff --git a/util/qemu-thread-posix.d b/util/qemu-thread-posix.d index 93cc7e3dac..7b6bbe86c0 100644 --- a/util/qemu-thread-posix.d +++ b/util/qemu-thread-posix.d @@ -1,9 +1,10 @@ util/qemu-thread-posix.o: util/qemu-thread-posix.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,30 +73,30 @@ util/qemu-thread-posix.o: util/qemu-thread-posix.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ util/qemu-thread-common.h util/trace.h trace/control.h \ trace/event-internal.h trace/control-internal.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/futex.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/futex.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -263,21 +264,21 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/processor.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/processor.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/thread-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/thread-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/qsp.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/qsp.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: util/qemu-thread-common.h: @@ -289,6 +290,6 @@ trace/event-internal.h: trace/control-internal.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/log-for-trace.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/log-for-trace.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/futex.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/futex.h: diff --git a/util/qemu-thread-posix.o b/util/qemu-thread-posix.o index d9850d0216..68e5a0828a 100644 Binary files a/util/qemu-thread-posix.o and b/util/qemu-thread-posix.o differ diff --git a/util/qemu-timer-common.d b/util/qemu-timer-common.d index d31bf0f4b9..1539ca9f79 100644 --- a/util/qemu-timer-common.d +++ b/util/qemu-timer-common.d @@ -1,9 +1,10 @@ util/qemu-timer-common.o: util/qemu-timer-common.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,28 +73,28 @@ util/qemu-timer-common.o: util/qemu-timer-common.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h \ - /home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h - -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h + +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -261,22 +262,22 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/timer.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/timer.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bitops.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bitops.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/bswap.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/bswap.h: -/home/varinder.p/git/qemu-master/qemu/include/fpu/softfloat-types.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/fpu/softfloat-types.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/atomic.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/atomic.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/notify.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/notify.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/queue.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/queue.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/host-utils.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/host-utils.h: diff --git a/util/qemu-timer-common.o b/util/qemu-timer-common.o index 17b2707fb2..de6ea6ee6a 100644 Binary files a/util/qemu-timer-common.o and b/util/qemu-timer-common.o differ diff --git a/util/unicode.d b/util/unicode.d index c9ffd0112a..c30caf3642 100644 --- a/util/unicode.d +++ b/util/unicode.d @@ -1,9 +1,10 @@ util/unicode.o: util/unicode.c \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h config-host.h \ - /home/varinder.p/git/qemu-master/qemu/include/exec/poison.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h \ - /home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h \ - /home/varinder.p/git/qemu-master/qemu/include/glib-compat.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h \ + config-host.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h \ /usr/include/glib-2.0/glib.h /usr/include/glib-2.0/glib/galloca.h \ /usr/include/glib-2.0/glib/gtypes.h \ /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h \ @@ -72,20 +73,20 @@ util/unicode.o: util/unicode.c \ /usr/include/glib-2.0/glib/deprecated/grel.h \ /usr/include/glib-2.0/glib/deprecated/gthread.h \ /usr/include/glib-2.0/glib/glib-autocleanups.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h \ - /home/varinder.p/git/qemu-master/qemu/include/qemu/unicode.h + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h \ + /home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/unicode.h -/home/varinder.p/git/qemu-master/qemu/include/qemu/osdep.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/osdep.h: config-host.h: -/home/varinder.p/git/qemu-master/qemu/include/exec/poison.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/exec/poison.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/compiler.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/compiler.h: -/home/varinder.p/git/qemu-master/qemu/include/sysemu/os-posix.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/sysemu/os-posix.h: -/home/varinder.p/git/qemu-master/qemu/include/glib-compat.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/glib-compat.h: /usr/include/glib-2.0/glib.h: @@ -253,6 +254,6 @@ config-host.h: /usr/include/glib-2.0/glib/glib-autocleanups.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/typedefs.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/typedefs.h: -/home/varinder.p/git/qemu-master/qemu/include/qemu/unicode.h: +/home/varinder.p/git/varinder.p/qemu_samsung/include/qemu/unicode.h: diff --git a/util/unicode.o b/util/unicode.o index d33884f193..09bbab8577 100644 Binary files a/util/unicode.o and b/util/unicode.o differ diff --git a/version.rc b/version.rc index d8e1569991..5bee271148 100644 --- a/version.rc +++ b/version.rc @@ -14,7 +14,11 @@ FILESUBTYPE VFT2_UNKNOWN BLOCK "040904E4" { VALUE "CompanyName", "https://www.qemu.org" +#ifdef CONFIG_MARU + VALUE "FileDescription", "Tizen Emulator" +#else VALUE "FileDescription", "QEMU machine emulators and tools" +#endif VALUE "FileVersion", QEMU_VERSION VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License." VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard." @@ -27,4 +31,8 @@ FILESUBTYPE VFT2_UNKNOWN } } +#ifdef CONFIG_MARU +IDI_ICON1 ICON "tizen/src/ui/resource/icons/emulator_icon.ico" +#else IDI_ICON1 ICON "pc-bios/qemu-nsis.ico" +#endif diff --git a/virtiofsd b/virtiofsd index 112e28d754..bccf219ba4 100755 Binary files a/virtiofsd and b/virtiofsd differ diff --git a/x86_64-softmmu/Makefile b/x86_64-softmmu/Makefile index c69a092324..f0ffd51bc2 120000 --- a/x86_64-softmmu/Makefile +++ b/x86_64-softmmu/Makefile @@ -1 +1 @@ -/home/varinder.p/git/qemu-master/qemu/Makefile.target \ No newline at end of file +/home/varinder.p/git/varinder.p/qemu_samsung/Makefile.target \ No newline at end of file diff --git a/x86_64-softmmu/config-target.mak b/x86_64-softmmu/config-target.mak index 6162b88a8d..2ecdfa639d 100644 --- a/x86_64-softmmu/config-target.mak +++ b/x86_64-softmmu/config-target.mak @@ -7,7 +7,7 @@ TARGET_SYSTBL_ABI=common,64 CONFIG_KVM=y CONFIG_SOFTMMU=y TARGET_SUPPORTS_MTTCG=y -TARGET_XML_FILES= /home/varinder.p/git/qemu-master/qemu/gdb-xml/i386-64bit.xml +TARGET_XML_FILES= /home/varinder.p/git/varinder.p/qemu_samsung/gdb-xml/i386-64bit.xml CONFIG_I386_DIS=y CONFIG_I386_DIS=y QEMU_LDFLAGS+=