Upgraded qemu version to 5.0.1 97/273397/1
authorvarinder.p <varinder.p@samsung.com>
Sat, 5 Mar 2022 04:37:16 +0000 (10:07 +0530)
committerVarinder Pratap Singh <varinder.p@samsung.com>
Tue, 5 Apr 2022 08:29:08 +0000 (13:59 +0530)
Change-Id: I3823077498ae88857923800c4d4ea2bb03c7df56
Signed-off-by: varinder.p <varinder.p@samsung.com>
141 files changed:
Makefile.target
blockdev.c
config-host.h
config-host.h-timestamp
config-host.mak
config.log
config.status
configure
fsdev/9p-marshal.h
fsdev/file-op-9p.h
fsdev/qemu-fsdev.c
fsdev/qemu-fsdev.h
hw/acpi/piix4.c
hw/i386/pc_piix.c
hw/input/pl050.c
hw/intc/apic_common.c
include/monitor/hmp.h
include/net/slirp.h
include/qapi/qmp/qerror.h
include/qemu/error-report.h
linux-headers/asm
monitor/hmp-cmds.c
net/net.c
net/slirp.c
net/tap-win32.c
net/tap.c
os-win32.c
qapi/opts-visitor.d
qapi/opts-visitor.o
qapi/qapi-clone-visitor.d
qapi/qapi-clone-visitor.o
qapi/qapi-dealloc-visitor.d
qapi/qapi-dealloc-visitor.o
qapi/qapi-util.d
qapi/qapi-util.o
qapi/qapi-visit-core.d
qapi/qapi-visit-core.o
qapi/qmp-dispatch.d
qapi/qmp-dispatch.o
qapi/qmp-event.d
qapi/qmp-event.o
qapi/qmp-registry.d
qapi/qmp-registry.o
qapi/qobject-input-visitor.d
qapi/qobject-input-visitor.o
qapi/qobject-output-visitor.d
qapi/qobject-output-visitor.o
qapi/string-input-visitor.d
qapi/string-input-visitor.o
qapi/string-output-visitor.d
qapi/string-output-visitor.o
qemu-storage-daemon
qemu-version.h
qga/commands.d
qga/commands.o
qga/guest-agent-command-state.d
qga/guest-agent-command-state.o
qga/main.d
qobject/json-lexer.d
qobject/json-lexer.o
qobject/json-parser.d
qobject/json-parser.o
qobject/json-streamer.d
qobject/json-streamer.o
qobject/qbool.d
qobject/qbool.o
qobject/qdict.d
qobject/qdict.o
qobject/qjson.d
qobject/qjson.o
qobject/qlist.d
qobject/qlist.o
qobject/qnull.d
qobject/qnull.o
qobject/qobject.d
qobject/qobject.o
qobject/qstring.d
qobject/qstring.o
roms/seabios/config.mak
roms/vgabios/config.mak
softmmu/main.c
softmmu/vl.c
tests/qemu-iotests/socket_scm_helper
tests/qemu-iotests/socket_scm_helper.d
tests/qemu-iotests/socket_scm_helper.o
tizen/emulator/bin/emulator-x86_64
tizen/src/build_info.h
trace/control.d
trace/control.o
trace/qmp.d
trace/qmp.o
util/bitmap.d
util/bitmap.o
util/bitops.d
util/bitops.o
util/bufferiszero.d
util/bufferiszero.o
util/compatfd.d
util/compatfd.o
util/cutils.d
util/cutils.o
util/envlist.d
util/envlist.o
util/error.d
util/error.o
util/event_notifier-posix.d
util/event_notifier-posix.o
util/fifo8.d
util/fifo8.o
util/hbitmap.d
util/hbitmap.o
util/id.d
util/id.o
util/iov.d
util/iov.o
util/memfd.d
util/memfd.o
util/mmap-alloc.d
util/mmap-alloc.o
util/module.d
util/module.o
util/osdep.d
util/osdep.o
util/oslib-posix.c
util/oslib-posix.d
util/oslib-posix.o
util/path.d
util/path.o
util/qemu-error.d
util/qemu-openpty.d
util/qemu-openpty.o
util/qemu-thread-posix.d
util/qemu-thread-posix.o
util/qemu-timer-common.d
util/qemu-timer-common.o
util/unicode.d
util/unicode.o
version.rc
virtiofsd
x86_64-softmmu/Makefile
x86_64-softmmu/config-target.mak

index 8ed1eba95b9c29ab4e47349cbdb2dbdf174d9106..65da3c545f71ee19e6bcc351dcb05f80631d3218 100644 (file)
@@ -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)
index 5faddaa7052f16cf1163cd818aee4ca201846507..5804ee058eb9365abf095f6e52b9389892d909bf 100644 (file)
 #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);
 
index f226404d757d6f51c8d857c2da5be6104126110f..78f92c0337212dad03bd91a57619f0b4c3d98d6d 100644 (file)
@@ -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 \
index f226404d757d6f51c8d857c2da5be6104126110f..78f92c0337212dad03bd91a57619f0b4c3d98d6d 100644 (file)
@@ -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 \
index 19dd14d325e239c0b7d910b42a4f6903be768e63..242e185694d5fa748aeecf6f46291be1b8a57886 100644 (file)
@@ -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
index df1abc7391d5bc9db0d098302ef9b2ea166c0d46..d0fb64a2e38fa36342e990d1bcf608aaedb725b1 100644 (file)
@@ -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 <lzfse.h>
       |          ^~~~~~~~~
 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 <security/pam_appl.h>
       |          ^~~~~~~~~~~~~~~~~~~~~
 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 <libvdeplug.h>
       |          ^~~~~~~~~~~~~~
 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 <mpath_persist.h>
       |          ^~~~~~~~~~~~~~~~~
 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 <mpath_persist.h>
       |          ^~~~~~~~~~~~~~~~~
 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 <sys/kcov.h>
@@ -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 <sys/endian.h>
       |          ^~~~~~~~~~~~~~
 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 <valgrind/valgrind.h>
       |          ^~~~~~~~~~~~~~~~~~~~~
 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 <qnio/qnio_api.h>
       |          ^~~~~~~~~~~~~~~~~
 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 <d3d9.h>
+      |          ^~~~~~~~
+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
index f1b6c8b323dc5bf34ea2f7c757053163f34e6159..6ddcb6817388e9d3ab74a8d33fcfdd86a3a86c35 100755 (executable)
@@ -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' "$@"
index 23b5e93752b6a2597b2099b502184bc5fc352bf1..06c260462557f25adce1ca3074d748768c459165 100755 (executable)
--- 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 <d3d9.h>
+#include <dxva2api.h>
+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
index 8f3babb60a05ee5336001b5c6d0e46565c7821ae..de84f035b73e619fa9351f12ae2541524ed1beb5 100644 (file)
@@ -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;
index f2f7772c86d5ae45d1a8bb539a9a023ae8379b3f..9be898ff9e9eb35d571db68b7090d1d37e69ad2b 100644 (file)
 #ifndef FILE_OP_9P_H
 #define FILE_OP_9P_H
 
+#ifndef CONFIG_MARU
+
 #include <dirent.h>
 #include <utime.h>
 #include <sys/vfs.h>
+
+#else /* if defiend CONFIG_MARU */
+
+#include <dirent.h>
+#include <utime.h>
+
+#ifndef CONFIG_WIN32
+#include <sys/uio.h>
+#endif
+
+#ifdef CONFIG_LINUX
+#include <sys/vfs.h>
+#endif
+
+#ifdef CONFIG_DARWIN
+#include <sys/param.h>
+#include <sys/mount.h>
+#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
index 3da64e9f72b4a7cd44b8ad1cdba288cb6db41667..4664c5421536254cccdfa93655249df9fa8ed8f4 100644 (file)
@@ -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;
index 52a53977701a6a3c95a2463387dac5ab64b960a5..fdeab7d475a804223ef6ea7da4d9851f3810a0a1 100644 (file)
@@ -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;
index 964d6f5990faf6ff7521bb2377a209bcf8e56858..8ab3506c303175d917846b1eb9f5fe96fd9e6689 100644 (file)
 #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);
 
index 22dee0e76c628512c9c389224f8a81da846a3b0d..0f0e92c4b8ced74c09e696ddfe9f8d0fcb3b86ba 100644 (file)
@@ -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
index 1123037b380512cef6218dc699e8bd0f22e14a87..3abd98cd812e526f56531bc056249931823cc5ba 100644 (file)
@@ -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,
index 9ec0f2deb2a33b05d7e7e0f85cd46b7c0ed6ad6c..940e10b2ca5b0f49332b8252a2cd9e0e6343822a 100644 (file)
@@ -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);
index e33ca5a911a5e5145e10ad4ea519906527c58666..8f0787e67f1c6cc2e586c592dfdf4c22da529cc3 100644 (file)
@@ -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);
index bad3e1e2416b7016042b556efe5dee8418c072d7..7699fcb61c467a6661107365650c1859a086440a 100644 (file)
@@ -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 */
index 7c76e24aa7a75189d98e3dfb236e966129b4bd56..957ceff2e82be0881a725a5b2c56c3274b810dd8 100644 (file)
 #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!
index 87532d859658db40e6a8d68b6b25f21f05021899..fe2138f7c12819b5acdccfb570aed738c128a660 100644 (file)
@@ -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
index 486b470a80baff4671d8b40ee31790592e5b2c43..d9e65f48497745a5d4b0a7e5d4076aeb27e31b2e 120000 (symlink)
@@ -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
index 9b94e6787967f01b5db9e74875da61d35a9a6ebb..6fef1a789593396e9cb1f20734abba1f4ac9af00 100644 (file)
@@ -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");
index 4c62b10acd00edd6f31c1c0fb7340235f5e8354e..0f0ccf09743d389d232977b9c8763364927f89c3 100644 (file)
--- 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;
index 77042e6df7460d81fc7b68b5286ba28feda67786..da267d204dda897f18e053f5b0468821f45330e3 100644 (file)
@@ -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) {
index 2b5dcda36e8d622fb58d54984584799176c2397f..8808863003f4852d6e3d5098065d0e8524aa6037 100644 (file)
@@ -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;
index 6207f61f84abd7735723adec4ad0f71fafe5fa10..d4a29a9b8267c5b85628d1d6af37193a61c7c601 100644 (file)
--- a/net/tap.c
+++ b/net/tap.c
 #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 <arpa/inet.h>
+#include <sys/socket.h>
+#include <ifaddrs.h>
+#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++) {
index 6b86e022f0e9c9e34c1e3fa3c668aa9c964721e2..75d91b0a46c8a991237a4ddf51ccc62d54a77bbf 100644 (file)
@@ -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)
index d8cc5d03bdcdd9328259d716be17073ddb503811..58eb4282518deb0e5dc4378578fc80ce5f79f718 100644 (file)
@@ -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:
index 1f31fe50cf2389326b01137bae0eff87362c59d1..698402b025e32ecb60a17de43fe96f52490103c8 100644 (file)
Binary files a/qapi/opts-visitor.o and b/qapi/opts-visitor.o differ
index e47c462e0d7f04af4f2078481e03722268ac82c0..141ecabd858f5cd2bf6329c05365fe110a62bcb4 100644 (file)
@@ -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:
index 6cc2e54177676c91ce538c0f0476f96d9a6d6bfc..64f0d03ccb190cd42a0bd02093c6e95303e7d9e2 100644 (file)
Binary files a/qapi/qapi-clone-visitor.o and b/qapi/qapi-clone-visitor.o differ
index f26a273916e5229557e438d1b04abf46388e14cc..1cfde529aabdbfcf808e0f903387714bfb16670f 100644 (file)
@@ -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:
index 1d7f303f9e4d68451184018fd2e97cf654c37966..f6e7687fedb21b4d9267e9a1f26de674f31d1183 100644 (file)
Binary files a/qapi/qapi-dealloc-visitor.o and b/qapi/qapi-dealloc-visitor.o differ
index f2392742548eeee7eb0a49ec7bd342986f16dc43..8ef627e1407d2f8575c86ad27d9b6623a8b51a54 100644 (file)
@@ -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:
index 00e1d1fe7ed1132fefd4d10dfbb5d241337e9533..a722fc8ea27f6f0a5273f1a2d4cf212547e84171 100644 (file)
Binary files a/qapi/qapi-util.o and b/qapi/qapi-util.o differ
index bed5155216746fcfb9a10595fb6fc9baf09003e3..9cea7793b2111d0e2d4afeae3837929c4b8916e5 100644 (file)
@@ -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:
index 3200256c132349ef51486a7404ca35d1b857558d..e027e2d120423d2cc6d74a73caaa7381cfaa496d 100644 (file)
Binary files a/qapi/qapi-visit-core.o and b/qapi/qapi-visit-core.o differ
index 3ec49aed4666548e96c34de9dc4e8c9ba1ebffc0..3eacbeaf0f857ef831fd30d568b4547f050dbdc1 100644 (file)
@@ -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:
index ab82a608ec86b616433212a628e89a4175834afa..8bdfd207ccc5f06342502b4471f5b2389099c213 100644 (file)
Binary files a/qapi/qmp-dispatch.o and b/qapi/qmp-dispatch.o differ
index f0bdb349c06308829c1e93f999834bac7df3ffc9..1974b714995af76c50d113ec34ac740443bee6a3 100644 (file)
@@ -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:
index fe5b42faa2b9aace0cc8cd6031dcf932f16687d0..fd86dc7fe12d13488c09fe6ca02a060c21bbabcc 100644 (file)
Binary files a/qapi/qmp-event.o and b/qapi/qmp-event.o differ
index 7e8aa498510586ec3839926546156aac29df5b65..b7ebfba92e9f21fca7a19052075a0137095b04c2 100644 (file)
@@ -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:
index c3226901442fa937148f2678bb585eba0030a80f..7658a4e5aae0b2e836d6f4a27f2dd3de8a22996f 100644 (file)
Binary files a/qapi/qmp-registry.o and b/qapi/qmp-registry.o differ
index 01acf1f26a3b54987797d09b8850fc296903f4a1..efd420df77b9930bc6e583abfc79aa70406a61f8 100644 (file)
@@ -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:
index 361f61d7f3d63a07b700924460d375408858d203..e82dd30b5c3dd72335d01743098d91cd6f376aa0 100644 (file)
Binary files a/qapi/qobject-input-visitor.o and b/qapi/qobject-input-visitor.o differ
index ad241497ee8118efb1d2e5614e882e70fc5a8574..83bd221334607a99a22d53fb5831ffbff72d0a19 100644 (file)
@@ -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:
index 16756b0e463a3fb710983a6c2d9cc01d32e0e0d5..3fa7ba12ef5f32bb02043f47319efacb786f6348 100644 (file)
Binary files a/qapi/qobject-output-visitor.o and b/qapi/qobject-output-visitor.o differ
index aa438b8926c5137c193b027d8ec2ca09800cbc9f..2c72552fadb70e54b55f15082717c8d5e7873d0e 100644 (file)
@@ -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:
index 19b48c03a858d253f5163cab9d91040ea255966b..4f588c3e1b58f0258fd884cb69a9583064707dab 100644 (file)
Binary files a/qapi/string-input-visitor.o and b/qapi/string-input-visitor.o differ
index 2b6d199fa2c8b2bb59eae4e2c1f56ce7b4c5b6b0..cfa78c66ee3275c15f50a9f974f2e6394b0d6c4c 100644 (file)
@@ -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:
index 6c566799f956604b62d05815d22be249101c0970..99a5388b2952ca922a9f94071203f9097639e121 100644 (file)
Binary files a/qapi/string-output-visitor.o and b/qapi/string-output-visitor.o differ
index 435fbc0572786cda51ae7548b9f788cee760a5ee..990302eaf6309fc6afaf2451d4eb9b2211736b0c 100755 (executable)
Binary files a/qemu-storage-daemon and b/qemu-storage-daemon differ
index 1f359a9416f3fe921cfb09559bc53ae02eb614a0..9d75ef7577011fe02f4da8d922818940957db2ad 100644 (file)
@@ -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)"
index cfc42b154cbf17699a3406efc1141e7a8e4a8c03..9353c01c40793a717417ffb689ff8d1c7811712f 100644 (file)
@@ -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:
index f4817e6bc43cd2aa1626bf766a75b0a75c8e323c..ad29890dcc3e99b3b89ac02ed23a5ca703e84135 100644 (file)
Binary files a/qga/commands.o and b/qga/commands.o differ
index fade024803014e439f6678bac6f92f6b3af339a3..c5419de02ff3416383e9fef36d18906146da31a4 100644 (file)
@@ -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:
index 4273bc80d68285084a06d01c322d3a173274bc63..e58d89a505354d28691570f689297581bf12a8ac 100644 (file)
Binary files a/qga/guest-agent-command-state.o and b/qga/guest-agent-command-state.o differ
index a31e387bca5b208978b9cf21d4c1e23d479cd638..90a7209ca2c2582d8abe33c47c05dd7c4cd0d2d2 100644 (file)
@@ -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:
index 35875e9999b96a70897a8aca8915e23bd73aa1ca..f473bd84ecd8152e01512ba740b836fd39ba4106 100644 (file)
@@ -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:
index f81cb3824dd543fd5d921dea727dd87ff66b2cb3..8cd280c0fd2f3ce6e69c951523b0d71210941866 100644 (file)
Binary files a/qobject/json-lexer.o and b/qobject/json-lexer.o differ
index 76d10c4e4cbbe5274ed1827cbe0666f0c367ee4d..e2cf827d00759bf3848a72244fcbe8d2a266c93f 100644 (file)
@@ -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:
index 46b6b5ecfa5daf00ea0b73ac95ad176044b008bc..723cee5394e59672c65e71bb5bb7ae2625d5534f 100644 (file)
Binary files a/qobject/json-parser.o and b/qobject/json-parser.o differ
index 26ec2e72544ffbb4eff15e2f434aa605ea3cfe13..6e394598cef59f2aa34582c76d76b270a7df6880 100644 (file)
@@ -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:
index dd98231deadb16e6d48d127225aacabe9ae401e4..b791122bf39271c37d658e1661ad8bc834ee46c5 100644 (file)
Binary files a/qobject/json-streamer.o and b/qobject/json-streamer.o differ
index 9cb3414ac8aeaf60c2710555324379c1738fb12d..2541c7301f682d61485473603dd6ffa84e03a28d 100644 (file)
@@ -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:
index e037d44f103935501e6540dd1d0317fb13ebe4c7..2ef55f5b02e7a6ab2fef26e3e8e3f606bf5e4c24 100644 (file)
Binary files a/qobject/qbool.o and b/qobject/qbool.o differ
index b595b9e6bd3e0a6e3bf70148c2a98c77c3e91cb9..43f260ab608547beaff80bb357b79280269e7799 100644 (file)
@@ -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:
index 95def87f3912cdd7578b0f42f801dd98c49ac40d..881bbef56294e83e094209e139dbaed286d9245d 100644 (file)
Binary files a/qobject/qdict.o and b/qobject/qdict.o differ
index 3d011878275551383bdab22addc4c5b5936697b8..97ec0248100f4be71b712ac207a07e32a42a10b5 100644 (file)
@@ -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:
index 0164073c4c254c73ee5331f5aad992c853cf2d4a..77dae6821eded880f25f621e4b5a8dc73940f875 100644 (file)
Binary files a/qobject/qjson.o and b/qobject/qjson.o differ
index 21dc6871dd894bcdaec5089d5d9ec7042d478168..554c5e77f6372eb9b02209b06dde0fd9645f6e1d 100644 (file)
@@ -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:
index 80752cc19c5d7d88539ae81d27d59db1450740f8..7cced5789e5c563f21164234514fd60745274b6e 100644 (file)
Binary files a/qobject/qlist.o and b/qobject/qlist.o differ
index 1d2eae9e02348949e87f14e469b2b9d3fa216797..b63accfe9fbfc5390f7b58d07177cbac1c98ef74 100644 (file)
@@ -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:
index 00f2e74d8a0a7ab6605bdc64102f5abc53097f39..73140c425f68af3ca7a836cf08556c0acf32bab8 100644 (file)
Binary files a/qobject/qnull.o and b/qobject/qnull.o differ
index c76fbec8dc9a89f170b448b03f21e3e76e844854..53eada8246c5e628e7d5adb2463377858cee0568 100644 (file)
@@ -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:
index c4775a78feb9d334d780c8d2d23fe29ba3844147..cf2df7fad2ff702416d76f1cf4d82897c284c498 100644 (file)
Binary files a/qobject/qobject.o and b/qobject/qobject.o differ
index b3c0d487b37c1571615ee61953eb8fcece6c5f46..f025a975d0d7b0f6e3919c90d8c7dd77f99fc135 100644 (file)
@@ -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:
index 06f1f1800caffb8563e5f9463e3a77aa47dca4a1..4e5965507749151497f2bb836fbed720ffe27977 100644 (file)
Binary files a/qobject/qstring.o and b/qobject/qstring.o differ
index 8eee8170f4f28810088eaaca895d27f161bc16dc..03f4c1a420a119740e9ed94fb1fac247d395d1eb 100644 (file)
@@ -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
index 045ba67a6a7c1a4a8c2286636a2d11369984ca4b..fb3f137fda346edced10e2b8bf7991e7f81e2b4d 100644 (file)
@@ -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
index 7adc530c736029c1e9ceccce7154645f4983cecf..59bd92d297f360eef5a63099e7d778c288a7b2a9 100644 (file)
@@ -29,6 +29,8 @@
 #ifdef CONFIG_SDL
 #if defined(__APPLE__) || defined(main)
 #include <SDL.h>
+#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);
index 32c004788919e4f50b4bfc88113bfd5a98e70e08..e7b6df7cdece580d393d424143a2319c2e2e08dc 100644 (file)
 #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)
index 92f74ba83479a1e5e9567adb878191df928fac19..8388aedf3d9cb931628c7406e2c8bfbc0359c9d9 100755 (executable)
Binary files a/tests/qemu-iotests/socket_scm_helper and b/tests/qemu-iotests/socket_scm_helper differ
index 3d766fbd471078028c9c8957b183e89e728ddc5e..7df78f11a6ccc976f2874dc197645eb83599b87b 100644 (file)
@@ -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:
index 4dcdc72d23e10c41d95639eb633d8111b8373965..10376af8dd7cd1059abaa504df9fb6d086d0d6b6 100644 (file)
Binary files a/tests/qemu-iotests/socket_scm_helper.o and b/tests/qemu-iotests/socket_scm_helper.o differ
index 618520000932ff63c7f8ed966b0c514cca0d1409..f9316186914013dee528d6e593055e13d001030e 100755 (executable)
Binary files a/tizen/emulator/bin/emulator-x86_64 and b/tizen/emulator/bin/emulator-x86_64 differ
index 09501e39236adf26bfa00f92a82728210a59080e..5b81d118a8a49ed3ba00004cec32ec9cb78d10b3 100644 (file)
@@ -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 <syeon.hwang@samsung.com>";
-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[] = "";
index 75ba8e979373ded0c2f7f3c2122718a9d2e901d1..09d60b76669ee1c7df153304af8234e02c25d440 100644 (file)
@@ -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:
index e826a7f926227d2398c897c0d8076483925add55..52da5e2605a3a057f97d73609a5213d848e6effe 100644 (file)
Binary files a/trace/control.o and b/trace/control.o differ
index 8863f60f1c42e91bf77d55e02dc040a985be71c3..0c4477a37ddf5777d998893445a442ac34d97961 100644 (file)
@@ -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:
index 1553a075e5896d2638ab45f490fd177b3078d159..37744118335bca1821c387b37bd437b89702492a 100644 (file)
Binary files a/trace/qmp.o and b/trace/qmp.o differ
index cfd243bcff56f25c7e3936508ded7fd9c87a0f61..c0d301e76858f8bf6fecd97c8e4770f154e8999c 100644 (file)
@@ -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:
index b66647c53ae80630be1d231be20c0aad79f073e1..4a172d98b8af28014b4b682dd18360c56fb036ee 100644 (file)
Binary files a/util/bitmap.o and b/util/bitmap.o differ
index 040206f35a5753ac32d7dbfb1c245221656e5ee7..02c028d16759d450a5f5cfa7d257bf096b8b0be7 100644 (file)
@@ -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:
index d4c6348d113e3cfa0b8e510ab03fa83f686e92e8..1550485ef069baa8b4cac46dbc549f03b93d56a0 100644 (file)
Binary files a/util/bitops.o and b/util/bitops.o differ
index 7a9050ab0c06b827d0f7502a7b3cbac41c16912e..55dec913d714543581cfc3b1de6dd2ada4db8c45 100644 (file)
@@ -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:
index 4f0bcb72a3ac526455db74b034969da02082fcdf..7765b5f072bae407f96d1c007d7da473429b146b 100644 (file)
Binary files a/util/bufferiszero.o and b/util/bufferiszero.o differ
index 215263fe89cb895d01f555b98ae39e85be9ba7a4..201f5f8a8cf6283a823f400257687a49635f6c8d 100644 (file)
@@ -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:
index cdb55dbb49f65c81a15a9842ec84906393eb469c..70258ad7740e865d53747111f085c3b7baa3d44b 100644 (file)
Binary files a/util/compatfd.o and b/util/compatfd.o differ
index 17c3cc903537e71d53c5065da5769a66992d39be..fc2646dd35417960ae6480a658f11d4fe47f4c1f 100644 (file)
@@ -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:
index 8410de9588139cf482d1d7ac0fdcd27bb7da50ad..527d24efc67b476b0eaa416adac17956df72789f 100644 (file)
Binary files a/util/cutils.o and b/util/cutils.o differ
index 51fbb695f51048b9c72f03d5539c1830dd861ffa..d295a36961c5604e1edc1f8cd644df9650222403 100644 (file)
@@ -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:
index 09a9f7f57ef3c731ab0d5301f85bed11e7394bd9..e7f2eb10d4b4229f4f0d9d25e40bdd88cd18fde5 100644 (file)
Binary files a/util/envlist.o and b/util/envlist.o differ
index 4e57c530984c8ccb4340cc48c90618fd0d5e1b9f..7b5e5b2a1532e63b5a24976d3178ee794df4e93e 100644 (file)
@@ -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:
index 20804122587b21b65621be698b403eba1c8e25ed..885695a78630255676a428195e14c1c354450164 100644 (file)
Binary files a/util/error.o and b/util/error.o differ
index 3e2e9e2997539a389bc49044d7da4ae2f0c52506..1eba3216b80a5ca2600d6ec249b1d97c623a8f78 100644 (file)
@@ -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:
index 81b21e724da72ce1bbef3961e46b43915616e908..d7726c705529bf36d37f8a9e2f0e5832ad5dfef1 100644 (file)
Binary files a/util/event_notifier-posix.o and b/util/event_notifier-posix.o differ
index f5748ae3afe80e9bc08a9c59d845f132d0ace7f0..026a0e8db1f8c0a07f251cce1dec9cf53cdd1029 100644 (file)
@@ -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:
index 3a6616a834d4c42cdcd6caa876ca5d9a53b1a807..a9eaa41bcc2a723fa89f992d9dd53080192f9f27 100644 (file)
Binary files a/util/fifo8.o and b/util/fifo8.o differ
index 22d206aca375e871dbd431087ad2320fc7db6748..88fddb11fec650c946e4d207be1a36d08ab7ba9f 100644 (file)
@@ -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:
index ba1abd345df675693b43651723ce6ff89bd4d1a9..040c4aa17f2d4aaac9b54d32f26a73e173e08002 100644 (file)
Binary files a/util/hbitmap.o and b/util/hbitmap.o differ
index f295614d235fc54abad13a2ba1e33543b60fee6f..3891b4fdfe2a8c84f35da9c511e4acb9fc5498d0 100644 (file)
--- 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:
index 6ffc61039384b8449a47377034d373a89e42b9db..45f659dbffe650f49fbc3c7ea15662b009c71a5e 100644 (file)
Binary files a/util/id.o and b/util/id.o differ
index 1d24b80025625f2fed7bb5eb42cbb7ea02783ba5..fbb85d5372a73de64ddf0fc2968bd6375d3ac5d8 100644 (file)
@@ -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:
index d996d908dd7675bddaa1a3fecd1bc3aec4934eb1..99189dea8e34b5571d7a20b209dfbb49624d53ca 100644 (file)
Binary files a/util/iov.o and b/util/iov.o differ
index 36496876aa54e71d1dd6c0db3a91d93f1af0f577..08a7c681993bdc9239334a5935c2b08df0294bd9 100644 (file)
@@ -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:
index fc6d3b5e88dbe595bef9c828f2e3621dd06a20ae..5ae39ce84123b653f57587bd3b218e9a27321283 100644 (file)
Binary files a/util/memfd.o and b/util/memfd.o differ
index 5ad72078919193e58a7c1a3dc5bab158328e52aa..5b826920869322915fa878a93ba163d2156e2398 100644 (file)
@@ -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:
index e9e47fb9d5751004ede415170f4be997e18faedc..553c21a8c51628d7fdacd49554d5d137dcb29e28 100644 (file)
Binary files a/util/mmap-alloc.o and b/util/mmap-alloc.o differ
index b60a789397af1c3a72abe7352dae36c37c468159..0add976584e4ea818b925004812b5f58ae64797c 100644 (file)
@@ -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:
index 29a8f6697e2f7bf05706b5c22704fe4fb63d1305..6226ff3a168815f5443ef999b12b4dcd1197ea88 100644 (file)
Binary files a/util/module.o and b/util/module.o differ
index b058ba141eb51acff5816e4b2ee7447f386b33b3..7ceebae02e5392629aa05909d32ca77944b95a8a 100644 (file)
@@ -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:
index 3cea5e419336cffd224cb5abe246fa4498fa55f2..7d0027499cb4d95c3adff9f18924c96459c1d9b2 100644 (file)
Binary files a/util/osdep.o and b/util/osdep.o differ
index e58fbc8e00c0e9c303b90ec38bad08acd64a3f1b..e49fc387460326daa79d0eb9d15860552e09be19 100644 (file)
@@ -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);
 
index b2b434d34f87fc050fee55b1ad3a086eb6b72f23..7d045aa43fd062bb470fdf95c6971706216b7902 100644 (file)
@@ -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:
index 3ac33c2e6aaf204e550ec06ca91452dd47335d0d..47e10792b89431cc0c90ff3d6fe1a901e311628e 100644 (file)
Binary files a/util/oslib-posix.o and b/util/oslib-posix.o differ
index 0c6550723faafc76b60705f9c1277a5c6957d90a..5bdf57f5f41c6c786dec9a19959b6f13bb56d346 100644 (file)
@@ -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:
index 1f3820a9b251057842400668326a278ac96f9ffe..a935a237db051b7ab67745e39c2eba8e37147399 100644 (file)
Binary files a/util/path.o and b/util/path.o differ
index e8aa60d1ef28e2a2b5aa3a12448e24be140435c9..696e42994be6589fa20c1e303ec5ec0d591dbdfa 100644 (file)
@@ -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:
index 834f592ca1340a09b32c4e485fa2022547de893f..ef02c605b9a7d6fad238f8b202ef66741adbd921 100644 (file)
@@ -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:
index 01eb03e18788db113cbc2d7852b6ce635071c7fb..e8eccd0ab54d2f2601a283bfd9ed81ad2d9ed4eb 100644 (file)
Binary files a/util/qemu-openpty.o and b/util/qemu-openpty.o differ
index 93cc7e3dac440514d1b6167386711f197b5126c6..7b6bbe86c055c9bee3c021e00af36e42eec7cffd 100644 (file)
@@ -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:
index d9850d0216b948b8bdae941d18cf1642d548effb..68e5a0828a90c51f0e67dfb24a96cf32a3f0f2e9 100644 (file)
Binary files a/util/qemu-thread-posix.o and b/util/qemu-thread-posix.o differ
index d31bf0f4b9bc70c655f5d89c412d38b277d0f4d2..1539ca9f7959967d4a098bea113da5b7f79c55c8 100644 (file)
@@ -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:
index 17b2707fb22b6728f8e28fe17bd9f5771c65cff8..de6ea6ee6ace1c080314eae43f8cc1f0a8c50d1c 100644 (file)
Binary files a/util/qemu-timer-common.o and b/util/qemu-timer-common.o differ
index c9ffd0112a2b5944d875eed51b62d3abdc07f4e7..c30caf364205bb9bd0a8f092e8529dbae94ad2a0 100644 (file)
@@ -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:
index d33884f1934342c67694382df10db74391ada9c9..09bbab85771e1341fb9109ad995ac8c562579b09 100644 (file)
Binary files a/util/unicode.o and b/util/unicode.o differ
index d8e15699919e36151811aef815ea5bf3f78d0eb8..5bee2711487068d456fc654dcea75f8839b5cfed 100644 (file)
@@ -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
index 112e28d754bd65b083980cdc10210d57808cbd08..bccf219ba458c006f5a8b8abceb92362b07cdaa3 100755 (executable)
Binary files a/virtiofsd and b/virtiofsd differ
index c69a092324abfcbef4af0f74153a3c772c13e87a..f0ffd51bc2ea912d0da6f845d1fef8398fcf522f 120000 (symlink)
@@ -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
index 6162b88a8d646bbc654cb048de564e10b59a4f10..2ecdfa639d7bac47d8a35d738f5294aa7ee537ac 100644 (file)
@@ -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+=