[{"id":1767239,"web_url":"http://patchwork.ozlabs.org/comment/1767239/","msgid":"<150523443416.318.9747114777786337863@6d89bd104fc3>","list_archive_url":null,"date":"2017-09-12T16:40:34","subject":"Re: [Qemu-devel] [PATCH v2 00/16] TCG vectorization and example\n\tconversion","submitter":{"id":69632,"url":"http://patchwork.ozlabs.org/api/people/69632/","name":null,"email":"no-reply@patchew.org"},"content":"Hi,\n\nThis series seems to have some coding style problems. See output below for\nmore information:\n\nSubject: [Qemu-devel] [PATCH v2 00/16] TCG vectorization and example conversion\nMessage-id: 20170912162513.21694-1-richard.henderson@linaro.org\nType: series\n\n=== TEST SCRIPT BEGIN ===\n#!/bin/bash\n\nBASE=base\nn=1\ntotal=$(git log --oneline $BASE.. | wc -l)\nfailed=0\n\ngit config --local diff.renamelimit 0\ngit config --local diff.renames True\n\ncommits=\"$(git log --format=%H --reverse $BASE..)\"\nfor c in $commits; do\n    echo \"Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)...\"\n    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then\n        failed=1\n        echo\n    fi\n    n=$((n+1))\ndone\n\nexit $failed\n=== TEST SCRIPT END ===\n\nUpdating 3c8cf5a9c21ff8782164d1def7f44bd888713384\nFrom https://github.com/patchew-project/qemu\n t [tag update]            patchew/1505232834-20890-1-git-send-email-peter.maydell@linaro.org -> patchew/1505232834-20890-1-git-send-email-peter.maydell@linaro.org\n * [new tag]               patchew/20170912162513.21694-1-richard.henderson@linaro.org -> patchew/20170912162513.21694-1-richard.henderson@linaro.org\nSwitched to a new branch 'test'\n79dcc568d9 tcg/aarch64: Add vector operations\n2775845e94 tcg: Fix types in tcg_regset_{set, reset}_reg\nabc6fe1c86 tcg: Remove tcg_regset_set32\nfa12f2aa97 tcg: Remove tcg_regset_{or, and, andnot, not}\ne28741ea78 tcg: Remove tcg_regset_set\n41300b5435 tcg: Remove tcg_regset_clear\naf03c3a726 tcg/aarch64: Fully convert tcg_target_op_def\na3963f01e8 tcg/i386: Add vector operations\ncb325eb085 target/arm: Use vector infrastructure for aa64 add/sub/logic\nd47e03fb01 target/arm: Align vector registers\nfbc24565b8 tcg: Add vector infrastructure and ops for add/sub/logic\nd707cf2ec8 tcg: Add INDEX_op_invalid\nc11bb78f2d tcg: Add tcg_op_supported\n32b7f64cc9 tcg: Add operations for host vectors\n79f62e0aec tcg: Add types for host vectors\n3aaf410faf tcg: Add expanders for out-of-line vector helpers\n\n=== OUTPUT BEGIN ===\nChecking PATCH 1/16: tcg: Add expanders for out-of-line vector helpers...\nChecking PATCH 2/16: tcg: Add types for host vectors...\nChecking PATCH 3/16: tcg: Add operations for host vectors...\nChecking PATCH 4/16: tcg: Add tcg_op_supported...\nChecking PATCH 5/16: tcg: Add INDEX_op_invalid...\nChecking PATCH 6/16: tcg: Add vector infrastructure and ops for add/sub/logic...\nERROR: spaces required around that '&' (ctx:WxO)\n#778: FILE: tcg/tcg-runtime-gvec.c:178:\n+        *(vec64 *)(d + i) = *(vec64 *)(a + i) &~ *(vec64 *)(b + i);\n                                               ^\n\nERROR: space prohibited after that '~' (ctx:OxW)\n#778: FILE: tcg/tcg-runtime-gvec.c:178:\n+        *(vec64 *)(d + i) = *(vec64 *)(a + i) &~ *(vec64 *)(b + i);\n                                                ^\n\nERROR: spaces required around that '|' (ctx:WxO)\n#789: FILE: tcg/tcg-runtime-gvec.c:189:\n+        *(vec64 *)(d + i) = *(vec64 *)(a + i) |~ *(vec64 *)(b + i);\n                                               ^\n\nERROR: space prohibited after that '~' (ctx:OxW)\n#789: FILE: tcg/tcg-runtime-gvec.c:189:\n+        *(vec64 *)(d + i) = *(vec64 *)(a + i) |~ *(vec64 *)(b + i);\n                                                ^\n\ntotal: 4 errors, 0 warnings, 808 lines checked\n\nYour patch has style problems, please review.  If any of these errors\nare false positives report them to the maintainer, see\nCHECKPATCH in MAINTAINERS.\n\nChecking PATCH 7/16: target/arm: Align vector registers...\nChecking PATCH 8/16: target/arm: Use vector infrastructure for aa64 add/sub/logic...\nChecking PATCH 9/16: tcg/i386: Add vector operations...\nWARNING: architecture specific defines should be avoided\n#50: FILE: tcg/i386/tcg-target.h:93:\n+#ifdef __SSE2__\n\nWARNING: architecture specific defines should be avoided\n#55: FILE: tcg/i386/tcg-target.h:98:\n+#ifdef __AVX2__\n\nERROR: Macros with multiple statements should be enclosed in a do - while loop\n#558: FILE: tcg/i386/tcg-target.inc.c:2059:\n+#define OP_128_256(x) \\\n+        case glue(glue(INDEX_op_, x), _v256): \\\n+            rexw = P_VEXL; /* FALLTHRU */     \\\n+        case glue(glue(INDEX_op_, x), _v128)\n\nERROR: spaces required around that ':' (ctx:VxE)\n#574: FILE: tcg/i386/tcg-target.inc.c:2463:\n+    OP_64_128_256(add8):\n                        ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#577: FILE: tcg/i386/tcg-target.inc.c:2466:\n+    OP_64_128_256(add16):\n                         ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#580: FILE: tcg/i386/tcg-target.inc.c:2469:\n+    OP_64_128_256(add32):\n                         ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#583: FILE: tcg/i386/tcg-target.inc.c:2472:\n+    OP_128_256(add64):\n                      ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#586: FILE: tcg/i386/tcg-target.inc.c:2475:\n+    OP_64_128_256(sub8):\n                        ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#589: FILE: tcg/i386/tcg-target.inc.c:2478:\n+    OP_64_128_256(sub16):\n                         ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#592: FILE: tcg/i386/tcg-target.inc.c:2481:\n+    OP_64_128_256(sub32):\n                         ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#595: FILE: tcg/i386/tcg-target.inc.c:2484:\n+    OP_128_256(sub64):\n                      ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#598: FILE: tcg/i386/tcg-target.inc.c:2487:\n+    OP_64_128_256(and):\n                       ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#601: FILE: tcg/i386/tcg-target.inc.c:2490:\n+    OP_64_128_256(or):\n                      ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#604: FILE: tcg/i386/tcg-target.inc.c:2493:\n+    OP_64_128_256(xor):\n                       ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#613: FILE: tcg/i386/tcg-target.inc.c:2502:\n+    OP_64_128_256(andc):\n                        ^\n\ntotal: 13 errors, 2 warnings, 755 lines checked\n\nYour patch has style problems, please review.  If any of these errors\nare false positives report them to the maintainer, see\nCHECKPATCH in MAINTAINERS.\n\nChecking PATCH 10/16: tcg/aarch64: Fully convert tcg_target_op_def...\nChecking PATCH 11/16: tcg: Remove tcg_regset_clear...\nChecking PATCH 12/16: tcg: Remove tcg_regset_set...\nChecking PATCH 13/16: tcg: Remove tcg_regset_{or, and, andnot, not}...\nChecking PATCH 14/16: tcg: Remove tcg_regset_set32...\nChecking PATCH 15/16: tcg: Fix types in tcg_regset_{set, reset}_reg...\nChecking PATCH 16/16: tcg/aarch64: Add vector operations...\nERROR: spaces required around that ':' (ctx:VxE)\n#466: FILE: tcg/aarch64/tcg-target.inc.c:1944:\n+    VOP(add16):\n               ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#469: FILE: tcg/aarch64/tcg-target.inc.c:1947:\n+    VOP(add32):\n               ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#476: FILE: tcg/aarch64/tcg-target.inc.c:1954:\n+    VOP(sub8):\n              ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#479: FILE: tcg/aarch64/tcg-target.inc.c:1957:\n+    VOP(sub16):\n               ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#482: FILE: tcg/aarch64/tcg-target.inc.c:1960:\n+    VOP(sub32):\n               ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#489: FILE: tcg/aarch64/tcg-target.inc.c:1967:\n+    VOP(neg8):\n              ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#492: FILE: tcg/aarch64/tcg-target.inc.c:1970:\n+    VOP(neg16):\n               ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#495: FILE: tcg/aarch64/tcg-target.inc.c:1973:\n+    VOP(neg32):\n               ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#502: FILE: tcg/aarch64/tcg-target.inc.c:1980:\n+    VOP(and):\n             ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#505: FILE: tcg/aarch64/tcg-target.inc.c:1983:\n+    VOP(or):\n            ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#508: FILE: tcg/aarch64/tcg-target.inc.c:1986:\n+    VOP(xor):\n             ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#511: FILE: tcg/aarch64/tcg-target.inc.c:1989:\n+    VOP(andc):\n              ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#514: FILE: tcg/aarch64/tcg-target.inc.c:1992:\n+    VOP(orc):\n             ^\n\nERROR: spaces required around that ':' (ctx:VxE)\n#517: FILE: tcg/aarch64/tcg-target.inc.c:1995:\n+    VOP(not):\n             ^\n\ntotal: 14 errors, 0 warnings, 595 lines checked\n\nYour patch has style problems, please review.  If any of these errors\nare false positives report them to the maintainer, see\nCHECKPATCH in MAINTAINERS.\n\n=== OUTPUT END ===\n\nTest command exited with code: 1\n\n\n---\nEmail generated automatically by Patchew [http://patchew.org/].\nPlease send your feedback to patchew-devel@freelists.org","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xs9hg5CfZz9s3T\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 02:48:02 +1000 (AEST)","from localhost ([::1]:37376 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1droLw-0006iI-5m\n\tfor incoming@patchwork.ozlabs.org; Tue, 12 Sep 2017 12:48:00 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:51686)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <no-reply@patchew.org>) id 1droFB-0000Qy-J8\n\tfor qemu-devel@nongnu.org; Tue, 12 Sep 2017 12:41:06 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <no-reply@patchew.org>) id 1droF8-0008Bc-7B\n\tfor qemu-devel@nongnu.org; Tue, 12 Sep 2017 12:41:01 -0400","from sender-of-o52.zoho.com ([135.84.80.217]:21419)\n\tby eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.71) (envelope-from <no-reply@patchew.org>)\n\tid 1droF7-0008AV-TS\n\tfor qemu-devel@nongnu.org; Tue, 12 Sep 2017 12:40:58 -0400","from [172.17.0.2] (23.253.156.214 [23.253.156.214]) by\n\tmx.zohomail.com with SMTPS id 1505234434744419.6096845548095;\n\tTue, 12 Sep 2017 09:40:34 -0700 (PDT)"],"Resent-Date":"Tue, 12 Sep 2017 12:41:01 -0400","Resent-Message-Id":"<E1droF8-0008Bc-7B@eggs.gnu.org>","In-Reply-To":"<20170912162513.21694-1-richard.henderson@linaro.org>","Message-ID":"<150523443416.318.9747114777786337863@6d89bd104fc3>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Resent-From":"","From":"no-reply@patchew.org","To":"richard.henderson@linaro.org","Date":"Tue, 12 Sep 2017 09:40:34 -0700 (PDT)","X-ZohoMailClient":"External","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 3.x [fuzzy]","X-Received-From":"135.84.80.217","Subject":"Re: [Qemu-devel] [PATCH v2 00/16] TCG vectorization and example\n\tconversion","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Reply-To":"qemu-devel@nongnu.org","Cc":"alex.bennee@linaro.org, famz@redhat.com, qemu-devel@nongnu.org,\n\tf4bug@amsat.org","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}},{"id":1767251,"web_url":"http://patchwork.ozlabs.org/comment/1767251/","msgid":"<150523515194.318.5852247950519164272@6d89bd104fc3>","list_archive_url":null,"date":"2017-09-12T16:52:32","subject":"Re: [Qemu-devel] [PATCH v2 00/16] TCG vectorization and example\n\tconversion","submitter":{"id":69632,"url":"http://patchwork.ozlabs.org/api/people/69632/","name":null,"email":"no-reply@patchew.org"},"content":"Hi,\n\nThis series failed automatic build test. Please find the testing commands and\ntheir output below. If you have docker installed, you can probably reproduce it\nlocally.\n\nSubject: [Qemu-devel] [PATCH v2 00/16] TCG vectorization and example conversion\nMessage-id: 20170912162513.21694-1-richard.henderson@linaro.org\nType: series\n\n=== TEST SCRIPT BEGIN ===\n#!/bin/bash\nset -e\ngit submodule update --init dtc\n# Let docker tests dump environment info\nexport SHOW_ENV=1\nexport J=8\ntime make docker-test-quick@centos6\ntime make docker-test-build@min-glib\ntime make docker-test-mingw@fedora\n=== TEST SCRIPT END ===\n\nUpdating 3c8cf5a9c21ff8782164d1def7f44bd888713384\nSwitched to a new branch 'test'\n79dcc568d9 tcg/aarch64: Add vector operations\n2775845e94 tcg: Fix types in tcg_regset_{set, reset}_reg\nabc6fe1c86 tcg: Remove tcg_regset_set32\nfa12f2aa97 tcg: Remove tcg_regset_{or, and, andnot, not}\ne28741ea78 tcg: Remove tcg_regset_set\n41300b5435 tcg: Remove tcg_regset_clear\naf03c3a726 tcg/aarch64: Fully convert tcg_target_op_def\na3963f01e8 tcg/i386: Add vector operations\ncb325eb085 target/arm: Use vector infrastructure for aa64 add/sub/logic\nd47e03fb01 target/arm: Align vector registers\nfbc24565b8 tcg: Add vector infrastructure and ops for add/sub/logic\nd707cf2ec8 tcg: Add INDEX_op_invalid\nc11bb78f2d tcg: Add tcg_op_supported\n32b7f64cc9 tcg: Add operations for host vectors\n79f62e0aec tcg: Add types for host vectors\n3aaf410faf tcg: Add expanders for out-of-line vector helpers\n\n=== OUTPUT BEGIN ===\nSubmodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path 'dtc'\nCloning into '/var/tmp/patchew-tester-tmp-qj5ryc_i/src/dtc'...\nSubmodule path 'dtc': checked out '558cd81bdd432769b59bff01240c44f82cfb1a9d'\n  BUILD   centos6\nmake[1]: Entering directory '/var/tmp/patchew-tester-tmp-qj5ryc_i/src'\n  ARCHIVE qemu.tgz\n  ARCHIVE dtc.tgz\n  COPY    RUNNER\n    RUN test-quick in qemu:centos6 \nPackages installed:\nSDL-devel-1.2.14-7.el6_7.1.x86_64\nbison-2.4.1-5.el6.x86_64\nbzip2-devel-1.0.5-7.el6_0.x86_64\nccache-3.1.6-2.el6.x86_64\ncsnappy-devel-0-6.20150729gitd7bc683.el6.x86_64\nflex-2.5.35-9.el6.x86_64\ngcc-4.4.7-18.el6.x86_64\ngit-1.7.1-8.el6.x86_64\nglib2-devel-2.28.8-9.el6.x86_64\nlibepoxy-devel-1.2-3.el6.x86_64\nlibfdt-devel-1.4.0-1.el6.x86_64\nlibrdmacm-devel-1.0.21-0.el6.x86_64\nlzo-devel-2.03-3.1.el6_5.1.x86_64\nmake-3.81-23.el6.x86_64\nmesa-libEGL-devel-11.0.7-4.el6.x86_64\nmesa-libgbm-devel-11.0.7-4.el6.x86_64\npackage g++ is not installed\npixman-devel-0.32.8-1.el6.x86_64\nspice-glib-devel-0.26-8.el6.x86_64\nspice-server-devel-0.12.4-16.el6.x86_64\ntar-1.23-15.el6_8.x86_64\nvte-devel-0.25.1-9.el6.x86_64\nxen-devel-4.6.3-15.el6.x86_64\nzlib-devel-1.2.3-29.el6.x86_64\n\nEnvironment variables:\nPACKAGES=bison     bzip2-devel     ccache     csnappy-devel     flex     g++     gcc     git     glib2-devel     libepoxy-devel     libfdt-devel     librdmacm-devel     lzo-devel     make     mesa-libEGL-devel     mesa-libgbm-devel     pixman-devel     SDL-devel     spice-glib-devel     spice-server-devel     tar     vte-devel     xen-devel     zlib-devel\nHOSTNAME=5404161d86ca\nTERM=xterm\nMAKEFLAGS= -j8\nHISTSIZE=1000\nJ=8\nUSER=root\nLS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:\nCCACHE_DIR=/var/tmp/ccache\nEXTRA_CONFIGURE_OPTS=\nV=\nSHOW_ENV=1\nMAIL=/var/spool/mail/root\nPATH=/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nPWD=/\nLANG=en_US.UTF-8\nTARGET_LIST=\nHISTCONTROL=ignoredups\nSHLVL=1\nHOME=/root\nTEST_DIR=/tmp/qemu-test\nLOGNAME=root\nLESSOPEN=||/usr/bin/lesspipe.sh %s\nFEATURES= dtc\nDEBUG=\nG_BROKEN_FILENAMES=1\nCCACHE_HASHDIR=\n_=/usr/bin/env\n\nConfigure options:\n--enable-werror --target-list=x86_64-softmmu,aarch64-softmmu --prefix=/var/tmp/qemu-build/install\nNo C++ compiler available; disabling C++ specific optional code\nInstall prefix    /var/tmp/qemu-build/install\nBIOS directory    /var/tmp/qemu-build/install/share/qemu\nbinary directory  /var/tmp/qemu-build/install/bin\nlibrary directory /var/tmp/qemu-build/install/lib\nmodule directory  /var/tmp/qemu-build/install/lib/qemu\nlibexec directory /var/tmp/qemu-build/install/libexec\ninclude directory /var/tmp/qemu-build/install/include\nconfig directory  /var/tmp/qemu-build/install/etc\nlocal state directory   /var/tmp/qemu-build/install/var\nManual directory  /var/tmp/qemu-build/install/share/man\nELF interp prefix /usr/gnemul/qemu-%M\nSource path       /tmp/qemu-test/src\nC compiler        cc\nHost C compiler   cc\nC++ compiler      \nObjective-C compiler cc\nARFLAGS           rv\nCFLAGS            -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g \nQEMU_CFLAGS       -I/usr/include/pixman-1   -I$(SRC_PATH)/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -DNCURSES_WIDECHAR   -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv  -Wendif-labels -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-all  -I/usr/include/libpng12   -I/usr/include/libdrm     -I/usr/include/spice-server -I/usr/include/cacard -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/nss3 -I/usr/include/nspr4 -I/usr/include/spice-1   -I/usr/include/cacard -I/usr/include/nss3 -I/usr/include/nspr4  \nLDFLAGS           -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g \nmake              make\ninstall           install\npython            python -B\nsmbd              /usr/sbin/smbd\nmodule support    no\nhost CPU          x86_64\nhost big endian   no\ntarget list       x86_64-softmmu aarch64-softmmu\ngprof enabled     no\nsparse enabled    no\nstrip binaries    yes\nprofiler          no\nstatic build      no\npixman            system\nSDL support       yes (1.2.14)\nGTK support       yes (2.24.23)\nGTK GL support    no\nVTE support       yes (0.25.1)\nTLS priority      NORMAL\nGNUTLS support    no\nGNUTLS rnd        no\nlibgcrypt         no\nlibgcrypt kdf     no\nnettle            no \nnettle kdf        no\nlibtasn1          no\ncurses support    yes\nvirgl support     no\ncurl support      no\nmingw32 support   no\nAudio drivers     oss\nBlock whitelist (rw) \nBlock whitelist (ro) \nVirtFS support    no\nVNC support       yes\nVNC SASL support  no\nVNC JPEG support  yes\nVNC PNG support   yes\nxen support       yes\nxen ctrl version  40600\npv dom build      no\nbrlapi support    no\nbluez  support    no\nDocumentation     no\nPIE               yes\nvde support       no\nnetmap support    no\nLinux AIO support no\nATTR/XATTR support yes\nInstall blobs     yes\nKVM support       yes\nHAX support       no\nTCG support       yes\nTCG debug enabled no\nTCG interpreter   no\nRDMA support      yes\nfdt support       yes\npreadv support    yes\nfdatasync         yes\nmadvise           yes\nposix_madvise     yes\nlibcap-ng support no\nvhost-net support yes\nvhost-scsi support yes\nvhost-vsock support yes\nvhost-user support yes\nTrace backends    log\nspice support     yes (0.12.6/0.12.4)\nrbd support       no\nxfsctl support    no\nsmartcard support yes\nlibusb            no\nusb net redir     no\nOpenGL support    yes\nOpenGL dmabufs    no\nlibiscsi support  no\nlibnfs support    no\nbuild guest agent yes\nQGA VSS support   no\nQGA w32 disk info no\nQGA MSI support   no\nseccomp support   no\ncoroutine backend ucontext\ncoroutine pool    yes\ndebug stack usage no\ncrypto afalg      no\nGlusterFS support no\ngcov              gcov\ngcov enabled      no\nTPM support       yes\nlibssh2 support   no\nTPM passthrough   yes\nQOM debugging     yes\nLive block migration yes\nlzo support       yes\nsnappy support    no\nbzip2 support     yes\nNUMA host support no\ntcmalloc support  no\njemalloc support  no\navx2 optimization no\nreplication support yes\nVxHS block device no\nmkdir -p dtc/libfdt\nmkdir -p dtc/tests\n  GEN     aarch64-softmmu/config-devices.mak.tmp\n  GEN     x86_64-softmmu/config-devices.mak.tmp\n  GEN     qemu-options.def\n  GEN     config-host.h\n  GEN     qmp-commands.h\n  GEN     qapi-types.h\n  GEN     qapi-visit.h\n  GEN     qapi-event.h\n  GEN     x86_64-softmmu/config-devices.mak\n  GEN     aarch64-softmmu/config-devices.mak\n  GEN     qmp-marshal.c\n  GEN     qapi-types.c\n  GEN     qapi-visit.c\n  GEN     qapi-event.c\n  GEN     qmp-introspect.h\n  GEN     qmp-introspect.c\n  GEN     trace/generated-tcg-tracers.h\n  GEN     trace/generated-helpers-wrappers.h\n  GEN     trace/generated-helpers.h\n  GEN     trace/generated-helpers.c\n  GEN     module_block.h\n  GEN     tests/test-qapi-types.h\n  GEN     tests/test-qapi-visit.h\n  GEN     tests/test-qmp-commands.h\n  GEN     tests/test-qapi-event.h\n  GEN     tests/test-qmp-introspect.h\n  GEN     trace-root.h\n  GEN     util/trace.h\n  GEN     crypto/trace.h\n  GEN     io/trace.h\n  GEN     migration/trace.h\n  GEN     block/trace.h\n  GEN     chardev/trace.h\n  GEN     hw/block/trace.h\n  GEN     hw/block/dataplane/trace.h\n  GEN     hw/char/trace.h\n  GEN     hw/intc/trace.h\n  GEN     hw/net/trace.h\n  GEN     hw/virtio/trace.h\n  GEN     hw/audio/trace.h\n  GEN     hw/misc/trace.h\n  GEN     hw/usb/trace.h\n  GEN     hw/scsi/trace.h\n  GEN     hw/nvram/trace.h\n  GEN     hw/display/trace.h\n  GEN     hw/input/trace.h\n  GEN     hw/timer/trace.h\n  GEN     hw/dma/trace.h\n  GEN     hw/sparc/trace.h\n  GEN     hw/sd/trace.h\n  GEN     hw/isa/trace.h\n  GEN     hw/mem/trace.h\n  GEN     hw/i386/trace.h\n  GEN     hw/i386/xen/trace.h\n  GEN     hw/9pfs/trace.h\n  GEN     hw/ppc/trace.h\n  GEN     hw/pci/trace.h\n  GEN     hw/s390x/trace.h\n  GEN     hw/vfio/trace.h\n  GEN     hw/acpi/trace.h\n  GEN     hw/arm/trace.h\n  GEN     hw/alpha/trace.h\n  GEN     hw/xen/trace.h\n  GEN     ui/trace.h\n  GEN     audio/trace.h\n  GEN     net/trace.h\n  GEN     target/arm/trace.h\n  GEN     target/i386/trace.h\n  GEN     target/mips/trace.h\n  GEN     target/sparc/trace.h\n  GEN     target/s390x/trace.h\n  GEN     target/ppc/trace.h\n  GEN     qom/trace.h\n  GEN     linux-user/trace.h\n  GEN     qapi/trace.h\n  GEN     accel/tcg/trace.h\n  GEN     accel/kvm/trace.h\n  GEN     nbd/trace.h\n  GEN     trace-root.c\n  GEN     util/trace.c\n  GEN     crypto/trace.c\n  GEN     io/trace.c\n  GEN     migration/trace.c\n  GEN     block/trace.c\n  GEN     chardev/trace.c\n  GEN     hw/block/trace.c\n  GEN     hw/block/dataplane/trace.c\n  GEN     hw/char/trace.c\n  GEN     hw/intc/trace.c\n  GEN     hw/net/trace.c\n  GEN     hw/virtio/trace.c\n  GEN     hw/audio/trace.c\n  GEN     hw/misc/trace.c\n  GEN     hw/usb/trace.c\n  GEN     hw/scsi/trace.c\n  GEN     hw/nvram/trace.c\n  GEN     hw/display/trace.c\n  GEN     hw/input/trace.c\n  GEN     hw/timer/trace.c\n  GEN     hw/dma/trace.c\n  GEN     hw/sparc/trace.c\n  GEN     hw/sd/trace.c\n  GEN     hw/isa/trace.c\n  GEN     hw/mem/trace.c\n  GEN     hw/i386/trace.c\n  GEN     hw/i386/xen/trace.c\n  GEN     hw/9pfs/trace.c\n  GEN     hw/ppc/trace.c\n  GEN     hw/pci/trace.c\n  GEN     hw/s390x/trace.c\n  GEN     hw/vfio/trace.c\n  GEN     hw/acpi/trace.c\n  GEN     hw/arm/trace.c\n  GEN     hw/alpha/trace.c\n  GEN     hw/xen/trace.c\n  GEN     ui/trace.c\n  GEN     audio/trace.c\n  GEN     net/trace.c\n  GEN     target/arm/trace.c\n  GEN     target/i386/trace.c\n  GEN     target/mips/trace.c\n  GEN     target/sparc/trace.c\n  GEN     target/s390x/trace.c\n  GEN     target/ppc/trace.c\n  GEN     qom/trace.c\n  GEN     linux-user/trace.c\n  GEN     qapi/trace.c\n  GEN     accel/tcg/trace.c\n  GEN     accel/kvm/trace.c\n  GEN     config-all-devices.mak\n  GEN     nbd/trace.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dumptrees.c\n\t DEP /tmp/qemu-test/src/dtc/tests/trees.S\n\t DEP /tmp/qemu-test/src/dtc/tests/testutils.c\n\t DEP /tmp/qemu-test/src/dtc/tests/value-labels.c\n\t DEP /tmp/qemu-test/src/dtc/tests/asm_tree_dump.c\n\t DEP /tmp/qemu-test/src/dtc/tests/truncated_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/check_path.c\n\t DEP /tmp/qemu-test/src/dtc/tests/overlay_bad_fixup.c\n\t DEP /tmp/qemu-test/src/dtc/tests/overlay.c\n\t DEP /tmp/qemu-test/src/dtc/tests/subnode_iterate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/property_iterate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/integer-expressions.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path_offset_aliases.c\n\t DEP /tmp/qemu-test/src/dtc/tests/utilfdt_test.c\n\t DEP /tmp/qemu-test/src/dtc/tests/add_subnode_with_nops.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtbs_equal_unordered.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtb_reverse.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtbs_equal_ordered.c\n\t DEP /tmp/qemu-test/src/dtc/tests/extra-terminating-null.c\n\t DEP /tmp/qemu-test/src/dtc/tests/incbin.c\n\t DEP /tmp/qemu-test/src/dtc/tests/boot-cpuid.c\n\t DEP /tmp/qemu-test/src/dtc/tests/phandle_format.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path-references.c\n\t DEP /tmp/qemu-test/src/dtc/tests/references.c\n\t DEP /tmp/qemu-test/src/dtc/tests/string_escapes.c\n\t DEP /tmp/qemu-test/src/dtc/tests/propname_escapes.c\n\t DEP /tmp/qemu-test/src/dtc/tests/appendprop2.c\n\t DEP /tmp/qemu-test/src/dtc/tests/appendprop1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/del_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/del_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/set_name.c\n\t DEP /tmp/qemu-test/src/dtc/tests/setprop.c\n\t DEP /tmp/qemu-test/src/dtc/tests/rw_tree1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/open_pack.c\n\t DEP /tmp/qemu-test/src/dtc/tests/mangle-layout.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nopulate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/move_and_save.c\n\t DEP /tmp/qemu-test/src/dtc/tests/sw_tree1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nop_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nop_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/setprop_inplace.c\n\t DEP /tmp/qemu-test/src/dtc/tests/stringlist.c\n\t DEP /tmp/qemu-test/src/dtc/tests/addr_size_cells.c\n\t DEP /tmp/qemu-test/src/dtc/tests/notfound.c\n\t DEP /tmp/qemu-test/src/dtc/tests/sized_cells.c\n\t DEP /tmp/qemu-test/src/dtc/tests/char_literal.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_alias.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_compatible.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_check_compatible.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_phandle.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_prop_value.c\n\t DEP /tmp/qemu-test/src/dtc/tests/parent_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/supernode_atdepth_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_path.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_phandle.c\n\t DEP /tmp/qemu-test/src/dtc/tests/getprop.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_name.c\n\t DEP /tmp/qemu-test/src/dtc/tests/subnode_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/find_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/root_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_mem_rsv.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_addresses.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_overlay.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_empty_tree.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_strerror.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_sw.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_rw.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_ro.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_wip.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt.c\n\t DEP /tmp/qemu-test/src/dtc/util.c\n\t DEP /tmp/qemu-test/src/dtc/fdtput.c\n\t DEP /tmp/qemu-test/src/dtc/fdtget.c\n\t DEP /tmp/qemu-test/src/dtc/fdtdump.c\n\t LEX convert-dtsv0-lexer.lex.c\n\t DEP /tmp/qemu-test/src/dtc/srcpos.c\n\t BISON dtc-parser.tab.c\n\t DEP /tmp/qemu-test/src/dtc/treesource.c\n\t LEX dtc-lexer.lex.c\n\t DEP /tmp/qemu-test/src/dtc/fstree.c\n\t DEP /tmp/qemu-test/src/dtc/livetree.c\n\t DEP /tmp/qemu-test/src/dtc/flattree.c\n\t DEP /tmp/qemu-test/src/dtc/dtc.c\n\t DEP /tmp/qemu-test/src/dtc/data.c\n\t DEP /tmp/qemu-test/src/dtc/checks.c\n\t DEP convert-dtsv0-lexer.lex.c\n\t DEP dtc-parser.tab.c\n\t DEP dtc-lexer.lex.c\n\tCHK version_gen.h\n\tUPD version_gen.h\n\t DEP /tmp/qemu-test/src/dtc/util.c\n\t CC libfdt/fdt_wip.o\n\t CC libfdt/fdt.o\n\t CC libfdt/fdt_ro.o\n\t CC libfdt/fdt_sw.o\n\t CC libfdt/fdt_strerror.o\n\t CC libfdt/fdt_rw.o\n\t CC libfdt/fdt_addresses.o\n\t CC libfdt/fdt_overlay.o\n\t CC libfdt/fdt_empty_tree.o\n\t AR libfdt/libfdt.a\nar: creating libfdt/libfdt.a\na - libfdt/fdt.o\na - libfdt/fdt_ro.o\na - libfdt/fdt_wip.o\na - libfdt/fdt_sw.o\na - libfdt/fdt_rw.o\na - libfdt/fdt_strerror.o\na - libfdt/fdt_empty_tree.o\na - libfdt/fdt_addresses.o\na - libfdt/fdt_overlay.o\n  GEN     qga/qapi-generated/qga-qapi-visit.h\n  CC      tests/qemu-iotests/socket_scm_helper.o\n  GEN     qga/qapi-generated/qga-qmp-commands.h\n  GEN     qga/qapi-generated/qga-qapi-types.h\n  GEN     qga/qapi-generated/qga-qapi-types.c\n  GEN     qga/qapi-generated/qga-qapi-visit.c\n  GEN     qga/qapi-generated/qga-qmp-marshal.c\n  CC      qmp-introspect.o\n  CC      qapi-types.o\n  CC      qapi-visit.o\n  CC      qapi-event.o\n  CC      qapi/qapi-visit-core.o\n  CC      qapi/qapi-dealloc-visitor.o\n  CC      qapi/qobject-input-visitor.o\n  CC      qapi/qobject-output-visitor.o\n  CC      qapi/qmp-registry.o\n  CC      qapi/qmp-dispatch.o\n  CC      qapi/string-input-visitor.o\n  CC      qapi/string-output-visitor.o\n  CC      qapi/opts-visitor.o\n  CC      qapi/qapi-clone-visitor.o\n  CC      qapi/qmp-event.o\n  CC      qapi/qapi-util.o\n  CC      qobject/qnull.o\n  CC      qobject/qnum.o\n  CC      qobject/qstring.o\n  CC      qobject/qdict.o\n  CC      qobject/qlist.o\n  CC      qobject/qlit.o\n  CC      qobject/qbool.o\n  CC      qobject/qjson.o\n  CC      qobject/qobject.o\n  CC      qobject/json-lexer.o\n  CC      qobject/json-streamer.o\n  CC      qobject/json-parser.o\n  CC      trace/control.o\n  CC      trace/qmp.o\n  CC      util/osdep.o\n  CC      util/cutils.o\n  CC      util/unicode.o\n  CC      util/qemu-timer-common.o\n  CC      util/bufferiszero.o\n  CC      util/lockcnt.o\n  CC      util/async.o\n  CC      util/aiocb.o\n  CC      util/thread-pool.o\n  CC      util/qemu-timer.o\n  CC      util/main-loop.o\n  CC      util/iohandler.o\n  CC      util/aio-posix.o\n  CC      util/compatfd.o\n  CC      util/event_notifier-posix.o\n  CC      util/mmap-alloc.o\n  CC      util/oslib-posix.o\n  CC      util/qemu-openpty.o\n  CC      util/qemu-thread-posix.o\n  CC      util/envlist.o\n  CC      util/memfd.o\n  CC      util/path.o\n  CC      util/module.o\n  CC      util/host-utils.o\n  CC      util/bitmap.o\n  CC      util/bitops.o\n  CC      util/hbitmap.o\n  CC      util/acl.o\n  CC      util/fifo8.o\n  CC      util/cacheinfo.o\n  CC      util/error.o\n  CC      util/id.o\n  CC      util/qemu-error.o\n  CC      util/qemu-config.o\n  CC      util/qemu-sockets.o\n  CC      util/iov.o\n  CC      util/uri.o\n  CC      util/notify.o\n  CC      util/qemu-option.o\n  CC      util/qemu-progress.o\n  CC      util/hexdump.o\n  CC      util/crc32c.o\n  CC      util/keyval.o\n  CC      util/uuid.o\n  CC      util/throttle.o\n  CC      util/getauxval.o\n  CC      util/readline.o\n  CC      util/rcu.o\n  CC      util/qemu-coroutine.o\n  CC      util/qemu-coroutine-lock.o\n  CC      util/qemu-coroutine-sleep.o\n  CC      util/qemu-coroutine-io.o\n  CC      util/coroutine-ucontext.o\n  CC      util/buffer.o\n  CC      util/timed-average.o\n  CC      util/base64.o\n  CC      util/log.o\n  CC      util/qdist.o\n  CC      util/qht.o\n  CC      util/range.o\n  CC      util/stats64.o\n  CC      util/systemd.o\n  CC      util/trace.o\n  CC      crypto/trace.o\n  CC      migration/trace.o\n  CC      trace-root.o\n  CC      io/trace.o\n  CC      block/trace.o\n  CC      chardev/trace.o\n  CC      hw/block/trace.o\n  CC      hw/block/dataplane/trace.o\n  CC      hw/char/trace.o\n  CC      hw/intc/trace.o\n  CC      hw/net/trace.o\n  CC      hw/virtio/trace.o\n  CC      hw/audio/trace.o\n  CC      hw/misc/trace.o\n  CC      hw/usb/trace.o\n  CC      hw/scsi/trace.o\n  CC      hw/nvram/trace.o\n  CC      hw/display/trace.o\n  CC      hw/input/trace.o\n  CC      hw/timer/trace.o\n  CC      hw/sparc/trace.o\n  CC      hw/dma/trace.o\n  CC      hw/sd/trace.o\n  CC      hw/isa/trace.o\n  CC      hw/mem/trace.o\n  CC      hw/i386/xen/trace.o\n  CC      hw/9pfs/trace.o\n  CC      hw/ppc/trace.o\n  CC      hw/i386/trace.o\n  CC      hw/pci/trace.o\n  CC      hw/s390x/trace.o\n  CC      hw/vfio/trace.o\n  CC      hw/acpi/trace.o\n  CC      hw/arm/trace.o\n  CC      ui/trace.o\n  CC      audio/trace.o\n  CC      hw/alpha/trace.o\n  CC      hw/xen/trace.o\n  CC      net/trace.o\n  CC      target/arm/trace.o\n  CC      target/i386/trace.o\n  CC      target/sparc/trace.o\n  CC      target/s390x/trace.o\n  CC      qom/trace.o\n  CC      target/ppc/trace.o\n  CC      target/mips/trace.o\n  CC      linux-user/trace.o\n  CC      qapi/trace.o\n  CC      accel/tcg/trace.o\n  CC      accel/kvm/trace.o\n  CC      nbd/trace.o\n  CC      crypto/pbkdf-stub.o\n  CC      stubs/arch-query-cpu-model-comparison.o\n  CC      stubs/arch-query-cpu-def.o\n  CC      stubs/arch-query-cpu-model-expansion.o\n  CC      stubs/arch-query-cpu-model-baseline.o\n  CC      stubs/bdrv-next-monitor-owned.o\n  CC      stubs/blk-commit-all.o\n  CC      stubs/blockdev-close-all-bdrv-states.o\n  CC      stubs/cpu-get-clock.o\n  CC      stubs/clock-warp.o\n  CC      stubs/dump.o\n  CC      stubs/cpu-get-icount.o\n  CC      stubs/fdset.o\n  CC      stubs/error-printf.o\n  CC      stubs/get-vm-name.o\n  CC      stubs/gdbstub.o\n  CC      stubs/iothread.o\n  CC      stubs/iothread-lock.o\n  CC      stubs/is-daemonized.o\n  CC      stubs/machine-init-done.o\n  CC      stubs/migr-blocker.o\n  CC      stubs/change-state-handler.o\n  CC      stubs/monitor.o\n  CC      stubs/notify-event.o\n  CC      stubs/qtest.o\n  CC      stubs/replay.o\n  CC      stubs/set-fd-handler.o\n  CC      stubs/runstate-check.o\n  CC      stubs/slirp.o\n  CC      stubs/trace-control.o\n  CC      stubs/sysbus.o\n  CC      stubs/uuid.o\n  CC      stubs/vm-stop.o\n  CC      stubs/vmstate.o\n  CC      stubs/qmp_pc_dimm_device_list.o\n  CC      stubs/target-monitor-defs.o\n  CC      stubs/target-get-monitor-def.o\n  CC      stubs/pc_madt_cpu_entry.o\n  CC      stubs/vmgenid.o\n  CC      stubs/xen-hvm.o\n  CC      stubs/pci-host-piix.o\n  CC      stubs/xen-common.o\n  CC      contrib/ivshmem-client/ivshmem-client.o\n  CC      contrib/ivshmem-client/main.o\n  CC      contrib/ivshmem-server/ivshmem-server.o\n  CC      contrib/ivshmem-server/main.o\n  CC      qemu-nbd.o\n  CC      block.o\n  CC      blockjob.o\n  CC      qemu-io-cmds.o\n  CC      replication.o\n  CC      block/raw-format.o\n  CC      block/qcow.o\n  CC      block/vdi.o\n  CC      block/vmdk.o\n  CC      block/cloop.o\n  CC      block/bochs.o\n  CC      block/vpc.o\n  CC      block/vvfat.o\n  CC      block/dmg.o\n  CC      block/qcow2.o\n  CC      block/qcow2-refcount.o\n  CC      block/qcow2-cluster.o\n  CC      block/qcow2-snapshot.o\n  CC      block/qcow2-cache.o\n  CC      block/qed-l2-cache.o\n  CC      block/qed.o\n  CC      block/qcow2-bitmap.o\n  CC      block/qed-table.o\n  CC      block/qed-cluster.o\n  CC      block/qed-check.o\n  CC      block/vhdx.o\n  CC      block/vhdx-endian.o\n  CC      block/vhdx-log.o\n  CC      block/quorum.o\n  CC      block/parallels.o\n  CC      block/blkdebug.o\n  CC      block/blkverify.o\n  CC      block/blkreplay.o\n  CC      block/block-backend.o\n  CC      block/snapshot.o\n  CC      block/qapi.o\n  CC      block/file-posix.o\n  CC      block/null.o\n  CC      block/mirror.o\n  CC      block/commit.o\n  CC      block/io.o\n  CC      block/throttle-groups.o\n  CC      block/nbd.o\n  CC      block/sheepdog.o\n  CC      block/nbd-client.o\n  CC      block/accounting.o\n  CC      block/dirty-bitmap.o\n  CC      block/backup.o\n  CC      block/write-threshold.o\n  CC      block/replication.o\n  CC      block/throttle.o\n  CC      block/crypto.o\n  CC      nbd/server.o\n  CC      nbd/client.o\n  CC      nbd/common.o\n  CC      block/dmg-bz2.o\n  CC      crypto/init.o\n  CC      crypto/hash.o\n  CC      crypto/hash-glib.o\n  CC      crypto/hmac.o\n  CC      crypto/aes.o\n  CC      crypto/hmac-glib.o\n  CC      crypto/desrfb.o\n  CC      crypto/cipher.o\n  CC      crypto/tlscreds.o\n  CC      crypto/tlscredsanon.o\n  CC      crypto/tlscredsx509.o\n  CC      crypto/tlssession.o\n  CC      crypto/random-platform.o\n  CC      crypto/secret.o\n  CC      crypto/pbkdf.o\n  CC      crypto/ivgen.o\n  CC      crypto/ivgen-essiv.o\n  CC      crypto/ivgen-plain.o\n  CC      crypto/ivgen-plain64.o\n  CC      crypto/afsplit.o\n  CC      crypto/xts.o\n  CC      crypto/block.o\n  CC      crypto/block-qcow.o\n  CC      crypto/block-luks.o\n  CC      io/channel.o\n  CC      io/channel-buffer.o\n  CC      io/channel-command.o\n  CC      io/channel-socket.o\n  CC      io/channel-file.o\n  CC      io/channel-tls.o\n  CC      io/channel-watch.o\n  CC      io/channel-util.o\n  CC      io/channel-websock.o\n  CC      io/dns-resolver.o\n  CC      io/task.o\n  CC      qom/object.o\n  CC      qom/container.o\n  CC      qom/qom-qobject.o\n  CC      qom/object_interfaces.o\n  GEN     qemu-img-cmds.h\n  CC      qemu-io.o\n  CC      qemu-bridge-helper.o\n  CC      blockdev.o\n  CC      blockdev-nbd.o\n  CC      bootdevice.o\n  CC      iothread.o\n  CC      qdev-monitor.o\n  CC      device-hotplug.o\n  CC      bt-host.o\n  CC      os-posix.o\n  CC      bt-vhci.o\n  CC      vl.o\n  CC      dma-helpers.o\n  CC      tpm.o\n  CC      device_tree.o\n  CC      qmp-marshal.o\n  CC      qmp.o\n  CC      hmp.o\n  CC      cpus-common.o\n  CC      audio/audio.o\n  CC      audio/noaudio.o\n  CC      audio/mixeng.o\n  CC      audio/wavaudio.o\n  CC      audio/sdlaudio.o\n  CC      audio/ossaudio.o\n  CC      audio/wavcapture.o\n  CC      audio/spiceaudio.o\n  CC      backends/rng.o\n  CC      backends/rng-egd.o\n  CC      backends/tpm.o\n  CC      backends/rng-random.o\n  CC      backends/hostmem.o\n  CC      backends/hostmem-ram.o\n  CC      backends/hostmem-file.o\n  CC      backends/cryptodev.o\n  CC      backends/cryptodev-builtin.o\n  CC      block/stream.o\n  CC      chardev/msmouse.o\n  CC      chardev/wctablet.o\n  CC      chardev/testdev.o\n  CC      chardev/spice.o\n  CC      disas/arm.o\n  CC      disas/i386.o\n  CC      fsdev/qemu-fsdev-dummy.o\n  CC      fsdev/qemu-fsdev-opts.o\n  CC      fsdev/qemu-fsdev-throttle.o\n  CC      hw/acpi/core.o\n  CC      hw/acpi/piix4.o\n  CC      hw/acpi/ich9.o\n  CC      hw/acpi/pcihp.o\n  CC      hw/acpi/tco.o\n  CC      hw/acpi/cpu_hotplug.o\n  CC      hw/acpi/memory_hotplug.o\n  CC      hw/acpi/cpu.o\n  CC      hw/acpi/nvdimm.o\n  CC      hw/acpi/vmgenid.o\n  CC      hw/acpi/acpi_interface.o\n  CC      hw/acpi/bios-linker-loader.o\n  CC      hw/acpi/aml-build.o\n  CC      hw/acpi/ipmi-stub.o\n  CC      hw/acpi/acpi-stub.o\n  CC      hw/audio/sb16.o\n  CC      hw/acpi/ipmi.o\n  CC      hw/audio/es1370.o\n  CC      hw/audio/ac97.o\n  CC      hw/audio/fmopl.o\n  CC      hw/audio/adlib.o\n  CC      hw/audio/gus.o\n  CC      hw/audio/gusemu_hal.o\n  CC      hw/audio/gusemu_mixer.o\n  CC      hw/audio/cs4231a.o\n  CC      hw/audio/intel-hda.o\n  CC      hw/audio/hda-codec.o\n  CC      hw/audio/pcspk.o\n  CC      hw/audio/pl041.o\n  CC      hw/audio/wm8750.o\n  CC      hw/audio/lm4549.o\n  CC      hw/audio/marvell_88w8618.o\n  CC      hw/audio/soundhw.o\n  CC      hw/block/block.o\n  CC      hw/block/cdrom.o\n  CC      hw/block/hd-geometry.o\n  CC      hw/block/fdc.o\n  CC      hw/block/m25p80.o\n  CC      hw/block/nand.o\n  CC      hw/block/pflash_cfi01.o\n  CC      hw/block/pflash_cfi02.o\n  CC      hw/block/xen_disk.o\n  CC      hw/block/ecc.o\n  CC      hw/block/onenand.o\n  CC      hw/block/nvme.o\n  CC      hw/bt/core.o\n  CC      hw/bt/l2cap.o\n  CC      hw/bt/sdp.o\n  CC      hw/bt/hci.o\n  CC      hw/bt/hid.o\n  CC      hw/bt/hci-csr.o\n  CC      hw/char/parallel.o\n  CC      hw/char/pl011.o\n  CC      hw/char/ipoctal232.o\n  CC      hw/char/serial.o\n  CC      hw/char/serial-isa.o\n  CC      hw/char/serial-pci.o\n  CC      hw/char/virtio-console.o\n  CC      hw/char/xen_console.o\n  CC      hw/char/cadence_uart.o\n  CC      hw/char/cmsdk-apb-uart.o\n  CC      hw/char/debugcon.o\n  CC      hw/char/imx_serial.o\n  CC      hw/core/qdev.o\n  CC      hw/core/qdev-properties.o\n  CC      hw/core/bus.o\n  CC      hw/core/reset.o\n  CC      hw/core/fw-path-provider.o\n  CC      hw/core/hotplug.o\n  CC      hw/core/irq.o\n  CC      hw/core/nmi.o\n  CC      hw/core/ptimer.o\n  CC      hw/core/machine.o\n  CC      hw/core/sysbus.o\n  CC      hw/core/loader.o\n  CC      hw/core/qdev-properties-system.o\n  CC      hw/core/register.o\n  CC      hw/core/or-irq.o\n  CC      hw/core/platform-bus.o\n  CC      hw/cpu/core.o\n  CC      hw/display/ads7846.o\n  CC      hw/display/cirrus_vga.o\n  CC      hw/display/ssd0303.o\n  CC      hw/display/pl110.o\n  CC      hw/display/ssd0323.o\n  CC      hw/display/xenfb.o\n  CC      hw/display/vga-pci.o\n  CC      hw/display/vga-isa.o\n  CC      hw/display/vmware_vga.o\n  CC      hw/display/blizzard.o\n  CC      hw/display/exynos4210_fimd.o\n  CC      hw/display/framebuffer.o\n  CC      hw/display/tc6393xb.o\n  CC      hw/display/qxl.o\n  CC      hw/display/qxl-logger.o\n  CC      hw/display/qxl-render.o\n  CC      hw/dma/pl080.o\n  CC      hw/dma/pl330.o\n  CC      hw/dma/xlnx-zynq-devcfg.o\n  CC      hw/dma/i8257.o\n  CC      hw/gpio/max7310.o\n  CC      hw/gpio/pl061.o\n  CC      hw/gpio/zaurus.o\n  CC      hw/gpio/gpio_key.o\n  CC      hw/i2c/core.o\n  CC      hw/i2c/smbus.o\n  CC      hw/i2c/i2c-ddc.o\n  CC      hw/i2c/versatile_i2c.o\n  CC      hw/i2c/smbus_eeprom.o\n  CC      hw/i2c/smbus_ich9.o\n  CC      hw/i2c/bitbang_i2c.o\n  CC      hw/i2c/pm_smbus.o\n  CC      hw/i2c/exynos4210_i2c.o\n  CC      hw/i2c/imx_i2c.o\n  CC      hw/i2c/aspeed_i2c.o\n  CC      hw/ide/core.o\n  CC      hw/ide/atapi.o\n  CC      hw/ide/qdev.o\n  CC      hw/ide/pci.o\n  CC      hw/ide/isa.o\n  CC      hw/ide/piix.o\n  CC      hw/ide/microdrive.o\n  CC      hw/ide/ahci.o\n  CC      hw/ide/ich.o\n  CC      hw/input/lm832x.o\n  CC      hw/input/hid.o\n  CC      hw/input/pckbd.o\n  CC      hw/input/pl050.o\n  CC      hw/input/ps2.o\n  CC      hw/input/stellaris_input.o\n  CC      hw/input/tsc2005.o\n  CC      hw/input/vmmouse.o\n  CC      hw/input/virtio-input-hid.o\n  CC      hw/input/virtio-input.o\n  CC      hw/input/virtio-input-host.o\n  CC      hw/intc/i8259_common.o\n  CC      hw/intc/i8259.o\n  CC      hw/intc/pl190.o\n  CC      hw/intc/imx_avic.o\n  CC      hw/intc/realview_gic.o\n  CC      hw/intc/ioapic_common.o\n  CC      hw/intc/arm_gic_common.o\n  CC      hw/intc/arm_gic.o\n  CC      hw/intc/arm_gicv2m.o\n  CC      hw/intc/arm_gicv3_common.o\n  CC      hw/intc/arm_gicv3.o\n  CC      hw/intc/arm_gicv3_dist.o\n  CC      hw/intc/arm_gicv3_its_common.o\n  CC      hw/ipack/ipack.o\n  CC      hw/ipack/tpci200.o\n  CC      hw/intc/intc.o\n  CC      hw/intc/arm_gicv3_redist.o\n  CC      hw/ipmi/ipmi.o\n  CC      hw/ipmi/ipmi_bmc_sim.o\n  CC      hw/ipmi/ipmi_bmc_extern.o\n  CC      hw/ipmi/isa_ipmi_kcs.o\n  CC      hw/ipmi/isa_ipmi_bt.o\n  CC      hw/isa/isa-bus.o\n  CC      hw/isa/apm.o\n  CC      hw/mem/pc-dimm.o\n  CC      hw/mem/nvdimm.o\n  CC      hw/misc/applesmc.o\n  CC      hw/misc/max111x.o\n  CC      hw/misc/tmp105.o\n  CC      hw/misc/tmp421.o\n  CC      hw/misc/debugexit.o\n  CC      hw/misc/sga.o\n  CC      hw/misc/pc-testdev.o\n  CC      hw/misc/pci-testdev.o\n  CC      hw/misc/edu.o\n  CC      hw/misc/unimp.o\n  CC      hw/misc/arm_l2x0.o\n  CC      hw/misc/a9scu.o\n  CC      hw/misc/arm_integrator_debug.o\n  CC      hw/misc/arm11scu.o\n  CC      hw/net/xen_nic.o\n  CC      hw/net/ne2000.o\n  CC      hw/net/eepro100.o\n  CC      hw/net/pcnet-pci.o\n  CC      hw/net/e1000.o\n  CC      hw/net/pcnet.o\n  CC      hw/net/net_tx_pkt.o\n  CC      hw/net/e1000x_common.o\n  CC      hw/net/net_rx_pkt.o\n  CC      hw/net/e1000e.o\n  CC      hw/net/e1000e_core.o\n  CC      hw/net/rtl8139.o\n  CC      hw/net/vmxnet3.o\n  CC      hw/net/smc91c111.o\n  CC      hw/net/lan9118.o\n  CC      hw/net/xgmac.o\n  CC      hw/net/ne2000-isa.o\n  CC      hw/net/allwinner_emac.o\n  CC      hw/net/imx_fec.o\n  CC      hw/net/cadence_gem.o\n  CC      hw/net/ftgmac100.o\n  CC      hw/net/stellaris_enet.o\n  CC      hw/net/rocker/rocker.o\n  CC      hw/net/rocker/rocker_fp.o\n  CC      hw/net/rocker/rocker_desc.o\n  CC      hw/net/rocker/rocker_world.o\n  CC      hw/nvram/eeprom93xx.o\n  CC      hw/net/rocker/rocker_of_dpa.o\n  CC      hw/nvram/fw_cfg.o\n  CC      hw/nvram/chrp_nvram.o\n  CC      hw/pci-bridge/pcie_pci_bridge.o\n  CC      hw/pci-bridge/pci_bridge_dev.o\n  CC      hw/pci-bridge/pcie_root_port.o\n  CC      hw/pci-bridge/gen_pcie_root_port.o\n  CC      hw/pci-bridge/pci_expander_bridge.o\n  CC      hw/pci-bridge/xio3130_upstream.o\n  CC      hw/pci-bridge/xio3130_downstream.o\n  CC      hw/pci-bridge/ioh3420.o\n  CC      hw/pci-host/pam.o\n  CC      hw/pci-bridge/i82801b11.o\n  CC      hw/pci-host/piix.o\n  CC      hw/pci-host/versatile.o\n  CC      hw/pci-host/q35.o\n  CC      hw/pci-host/gpex.o\n  CC      hw/pci/pci.o\n  CC      hw/pci/pci_bridge.o\n  CC      hw/pci/msix.o\n  CC      hw/pci/shpc.o\n  CC      hw/pci/msi.o\n  CC      hw/pci/slotid_cap.o\n  CC      hw/pci/pci_host.o\n  CC      hw/pci/pcie_aer.o\n  CC      hw/pci/pcie_host.o\n  CC      hw/pci/pcie.o\n  CC      hw/pci/pcie_port.o\n  CC      hw/pci/pci-stub.o\n  CC      hw/pcmcia/pcmcia.o\n  CC      hw/scsi/scsi-generic.o\n  CC      hw/scsi/scsi-disk.o\n  CC      hw/scsi/scsi-bus.o\n  CC      hw/scsi/lsi53c895a.o\n  CC      hw/scsi/mptsas.o\n  CC      hw/scsi/mptconfig.o\n  CC      hw/scsi/mptendian.o\n  CC      hw/scsi/megasas.o\n  CC      hw/scsi/vmw_pvscsi.o\n  CC      hw/scsi/esp-pci.o\n  CC      hw/scsi/esp.o\n  CC      hw/sd/pl181.o\n  CC      hw/sd/ssi-sd.o\n  CC      hw/sd/sd.o\n  CC      hw/sd/core.o\n  CC      hw/smbios/smbios.o\n  CC      hw/smbios/smbios_type_38.o\n  CC      hw/sd/sdhci.o\n  CC      hw/smbios/smbios-stub.o\n  CC      hw/smbios/smbios_type_38-stub.o\n  CC      hw/ssi/pl022.o\n  CC      hw/ssi/ssi.o\n  CC      hw/ssi/xilinx_spips.o\n  CC      hw/ssi/aspeed_smc.o\n  CC      hw/ssi/stm32f2xx_spi.o\n  CC      hw/timer/arm_timer.o\n  CC      hw/timer/arm_mptimer.o\n  CC      hw/timer/armv7m_systick.o\n  CC      hw/timer/a9gtimer.o\n  CC      hw/timer/cadence_ttc.o\n  CC      hw/timer/ds1338.o\n  CC      hw/timer/hpet.o\n  CC      hw/timer/i8254_common.o\n  CC      hw/timer/i8254.o\n  CC      hw/timer/pl031.o\n  CC      hw/timer/imx_epit.o\n  CC      hw/timer/twl92230.o\n  CC      hw/timer/imx_gpt.o\n  CC      hw/timer/stm32f2xx_timer.o\n  CC      hw/timer/aspeed_timer.o\n  CC      hw/timer/cmsdk-apb-timer.o\n  CC      hw/tpm/tpm_tis.o\n  CC      hw/tpm/tpm_passthrough.o\n  CC      hw/tpm/tpm_util.o\n  CC      hw/usb/core.o\n  CC      hw/usb/combined-packet.o\n  CC      hw/usb/bus.o\n  CC      hw/usb/libhw.o\n  CC      hw/usb/desc.o\n  CC      hw/usb/desc-msos.o\n  CC      hw/usb/hcd-uhci.o\n  CC      hw/usb/hcd-ohci.o\n  CC      hw/usb/hcd-ehci.o\n  CC      hw/usb/hcd-ehci-pci.o\n  CC      hw/usb/hcd-ehci-sysbus.o\n  CC      hw/usb/hcd-xhci.o\n  CC      hw/usb/hcd-xhci-nec.o\n  CC      hw/usb/hcd-musb.o\n  CC      hw/usb/dev-hub.o\n  CC      hw/usb/dev-hid.o\n  CC      hw/usb/dev-wacom.o\n  CC      hw/usb/dev-storage.o\n  CC      hw/usb/dev-uas.o\n  CC      hw/usb/dev-audio.o\n  CC      hw/usb/dev-serial.o\n  CC      hw/usb/dev-network.o\n  CC      hw/usb/dev-bluetooth.o\n  CC      hw/usb/dev-smartcard-reader.o\n  CC      hw/usb/ccid-card-emulated.o\n  CC      hw/usb/ccid-card-passthru.o\n  CC      hw/virtio/virtio-rng.o\n  CC      hw/usb/host-stub.o\n  CC      hw/virtio/virtio-pci.o\n  CC      hw/usb/dev-mtp.o\n  CC      hw/virtio/virtio-bus.o\n  CC      hw/virtio/virtio-mmio.o\n  CC      hw/virtio/vhost-stub.o\n  CC      hw/watchdog/watchdog.o\n  CC      hw/watchdog/wdt_i6300esb.o\n  CC      hw/watchdog/wdt_ib700.o\n  CC      hw/watchdog/wdt_aspeed.o\n  CC      hw/xen/xen_backend.o\n  CC      hw/xen/xen_devconfig.o\n  CC      hw/xen/xen_pvdev.o\n  CC      hw/xen/xen-common.o\n  CC      migration/migration.o\n  CC      migration/socket.o\n  CC      migration/fd.o\n  CC      migration/exec.o\n  CC      migration/tls.o\n  CC      migration/channel.o\n  CC      migration/savevm.o\n  CC      migration/colo-comm.o\n  CC      migration/colo.o\n  CC      migration/colo-failover.o\n  CC      migration/vmstate.o\n  CC      migration/qemu-file.o\n  CC      migration/vmstate-types.o\n  CC      migration/global_state.o\n  CC      migration/page_cache.o\n  CC      migration/qemu-file-channel.o\n  CC      migration/xbzrle.o\n  CC      migration/qjson.o\n  CC      migration/postcopy-ram.o\n  CC      migration/rdma.o\n  CC      migration/block.o\n  CC      net/net.o\n  CC      net/queue.o\n  CC      net/checksum.o\n  CC      net/util.o\n  CC      net/hub.o\n  CC      net/socket.o\n  CC      net/dump.o\n  CC      net/eth.o\n  CC      net/l2tpv3.o\n  CC      net/vhost-user.o\n  CC      net/slirp.o\n  CC      net/filter.o\n  CC      net/filter-buffer.o\n  CC      net/filter-mirror.o\n  CC      net/colo-compare.o\n  CC      net/filter-rewriter.o\n  CC      net/colo.o\n  CC      net/filter-replay.o\n  CC      net/tap.o\n  CC      qom/cpu.o\n  CC      net/tap-linux.o\n  CC      replay/replay.o\n  CC      replay/replay-internal.o\n  CC      replay/replay-events.o\n  CC      replay/replay-time.o\n  CC      replay/replay-input.o\n  CC      replay/replay-char.o\n  CC      replay/replay-net.o\n/tmp/qemu-test/src/replay/replay-internal.c: In function ‘replay_put_array’:\n/tmp/qemu-test/src/replay/replay-internal.c:65: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result\n  CC      replay/replay-snapshot.o\n  CC      replay/replay-audio.o\n  CC      slirp/if.o\n  CC      slirp/cksum.o\n  CC      slirp/ip_icmp.o\n  CC      slirp/ip6_icmp.o\n  CC      slirp/ip6_input.o\n  CC      slirp/ip6_output.o\n  CC      slirp/ip_input.o\n  CC      slirp/ip_output.o\n  CC      slirp/dnssearch.o\n  CC      slirp/dhcpv6.o\n  CC      slirp/slirp.o\n  CC      slirp/mbuf.o\n  CC      slirp/misc.o\n  CC      slirp/sbuf.o\n  CC      slirp/tcp_output.o\n  CC      slirp/socket.o\n  CC      slirp/tcp_subr.o\n  CC      slirp/tcp_input.o\n  CC      slirp/tcp_timer.o\n  CC      slirp/udp6.o\n  CC      slirp/bootp.o\n  CC      slirp/udp.o\n  CC      slirp/tftp.o\n/tmp/qemu-test/src/slirp/tcp_input.c: In function ‘tcp_input’:\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_p’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_len’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_tos’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_id’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_off’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_ttl’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_sum’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_src.s_addr’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_dst.s_addr’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:220: warning: ‘save_ip6.ip_nh’ may be used uninitialized in this function\n  CC      slirp/arp_table.o\n  CC      slirp/ndp_table.o\n  CC      slirp/ncsi.o\n  CC      ui/keymaps.o\n  CC      ui/console.o\n  CC      ui/cursor.o\n  CC      ui/qemu-pixman.o\n  CC      ui/input.o\n  CC      ui/input-keymap.o\n  CC      ui/input-legacy.o\n  CC      ui/input-linux.o\n  CC      ui/spice-core.o\n  CC      ui/spice-input.o\n  CC      ui/spice-display.o\n  CC      ui/sdl.o\n  CC      ui/sdl_zoom.o\n  CC      ui/x_keymap.o\n  CC      ui/curses.o\n  CC      ui/vnc.o\n  CC      ui/vnc-enc-zlib.o\n  CC      ui/vnc-enc-tight.o\n  CC      ui/vnc-enc-hextile.o\n  CC      ui/vnc-palette.o\n  CC      ui/vnc-auth-vencrypt.o\n  CC      ui/vnc-enc-zrle.o\n  CC      ui/vnc-ws.o\n  CC      ui/vnc-jobs.o\n  CC      ui/shader.o\n  CC      ui/gtk.o\n  VERT    ui/shader/texture-blit-vert.h\n  FRAG    ui/shader/texture-blit-frag.h\n  CC      ui/egl-helpers.o\n  CC      ui/egl-context.o\n  CC      ui/gtk-egl.o\n  CC      chardev/char.o\n  CC      chardev/char-fd.o\n  CC      chardev/char-fe.o\n  CC      chardev/char-file.o\n  CC      chardev/char-io.o\n  CC      chardev/char-mux.o\n  CC      chardev/char-null.o\nIn file included from /usr/include/gtk-2.0/gtk/gtk.h:235,\n                 from /tmp/qemu-test/src/include/ui/gtk.h:10,\n                 from /tmp/qemu-test/src/ui/gtk.c:43:\n/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn’t a prototype\n  CC      chardev/char-parallel.o\n  CC      chardev/char-pty.o\n  CC      chardev/char-pipe.o\n  CC      chardev/char-ringbuf.o\n  CC      chardev/char-serial.o\nIn file included from /usr/include/gtk-2.0/gtk/gtk.h:235,\n                 from /tmp/qemu-test/src/include/ui/gtk.h:10,\n                 from /tmp/qemu-test/src/ui/gtk-egl.c:21:\n/usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn’t a prototype\n  CC      chardev/char-socket.o\n  CC      chardev/char-stdio.o\n  CC      chardev/char-udp.o\n  LINK    tests/qemu-iotests/socket_scm_helper\n  CC      qga/guest-agent-command-state.o\n  CC      qga/commands.o\n  CC      qga/main.o\n  CC      qga/commands-posix.o\n  CC      qga/channel-posix.o\n  CC      qga/qapi-generated/qga-qapi-types.o\n  CC      qga/qapi-generated/qga-qapi-visit.o\n  CC      qga/qapi-generated/qga-qmp-marshal.o\n  AR      libqemuutil.a\n  AR      libqemustub.a\n  CC      qemu-img.o\n  CC      ui/console-gl.o\n  AS      optionrom/multiboot.o\n  AS      optionrom/linuxboot.o\n  CC      optionrom/linuxboot_dma.o\n  AS      optionrom/kvmvapic.o\ncc: unrecognized option '-no-integrated-as'\ncc: unrecognized option '-no-integrated-as'\n  BUILD   optionrom/linuxboot_dma.img\n  BUILD   optionrom/linuxboot_dma.raw\n  BUILD   optionrom/linuxboot.img\n  BUILD   optionrom/multiboot.img\n  SIGN    optionrom/linuxboot_dma.bin\n  BUILD   optionrom/kvmvapic.img\n  BUILD   optionrom/linuxboot.raw\n  BUILD   optionrom/multiboot.raw\n  SIGN    optionrom/linuxboot.bin\n  BUILD   optionrom/kvmvapic.raw\n  SIGN    optionrom/multiboot.bin\n  SIGN    optionrom/kvmvapic.bin\n  LINK    qemu-ga\n  LINK    ivshmem-client\n  LINK    ivshmem-server\n  LINK    qemu-nbd\n  LINK    qemu-img\n  LINK    qemu-io\n  LINK    qemu-bridge-helper\n  GEN     aarch64-softmmu/hmp-commands.h\n  GEN     aarch64-softmmu/hmp-commands-info.h\n  GEN     aarch64-softmmu/config-target.h\n  GEN     x86_64-softmmu/hmp-commands.h\n  GEN     x86_64-softmmu/hmp-commands-info.h\n  GEN     x86_64-softmmu/config-target.h\n  CC      x86_64-softmmu/tcg/tcg.o\n  CC      x86_64-softmmu/exec.o\n  CC      x86_64-softmmu/tcg/tcg-op-gvec.o\n  CC      x86_64-softmmu/tcg/tcg-op.o\n  CC      x86_64-softmmu/tcg/optimize.o\n  CC      x86_64-softmmu/tcg/tcg-common.o\n  CC      x86_64-softmmu/tcg/tcg-runtime.o\n  CC      aarch64-softmmu/exec.o\n  CC      x86_64-softmmu/tcg/tcg-runtime-gvec.o\n  CC      x86_64-softmmu/fpu/softfloat.o\n  CC      x86_64-softmmu/disas.o\n  GEN     x86_64-softmmu/gdbstub-xml.c\n  CC      x86_64-softmmu/hax-stub.o\n  CC      aarch64-softmmu/tcg/tcg.o\n  CC      x86_64-softmmu/arch_init.o\n  CC      x86_64-softmmu/cpus.o\n  CC      aarch64-softmmu/tcg/tcg-op.o\n  CC      x86_64-softmmu/monitor.o\n  CC      aarch64-softmmu/tcg/tcg-op-gvec.o\n  CC      x86_64-softmmu/gdbstub.o\n  CC      x86_64-softmmu/balloon.o\n  CC      x86_64-softmmu/ioport.o\n  CC      aarch64-softmmu/tcg/optimize.o\n  CC      aarch64-softmmu/tcg/tcg-common.o\n  CC      x86_64-softmmu/numa.o\n  CC      x86_64-softmmu/qtest.o\n  CC      x86_64-softmmu/memory.o\n  CC      x86_64-softmmu/memory_mapping.o\n  CC      aarch64-softmmu/tcg/tcg-runtime.o\n  CC      x86_64-softmmu/dump.o\n  CC      x86_64-softmmu/migration/ram.o\n  CC      x86_64-softmmu/accel/accel.o\n  CC      x86_64-softmmu/accel/kvm/kvm-all.o\n  CC      aarch64-softmmu/tcg/tcg-runtime-gvec.o\n  CC      x86_64-softmmu/accel/tcg/tcg-all.o\n  CC      x86_64-softmmu/accel/tcg/cputlb.o\n  CC      x86_64-softmmu/accel/tcg/cpu-exec.o\n  CC      aarch64-softmmu/fpu/softfloat.o\n  CC      x86_64-softmmu/accel/tcg/cpu-exec-common.o\n  CC      aarch64-softmmu/disas.o\n  GEN     aarch64-softmmu/gdbstub-xml.c\n  CC      x86_64-softmmu/accel/tcg/translate-all.o\n  CC      x86_64-softmmu/accel/tcg/translator.o\n  CC      x86_64-softmmu/hw/block/virtio-blk.o\n  CC      aarch64-softmmu/hax-stub.o\n  CC      x86_64-softmmu/hw/block/dataplane/virtio-blk.o\n  CC      x86_64-softmmu/hw/char/virtio-serial-bus.o\n  CC      x86_64-softmmu/hw/core/generic-loader.o\n  CC      x86_64-softmmu/hw/core/null-machine.o\n  CC      x86_64-softmmu/hw/display/vga.o\n  CC      aarch64-softmmu/arch_init.o\n  CC      x86_64-softmmu/hw/display/virtio-gpu.o\n  CC      aarch64-softmmu/cpus.o\n  CC      aarch64-softmmu/monitor.o\n  CC      x86_64-softmmu/hw/display/virtio-gpu-3d.o\n  CC      aarch64-softmmu/gdbstub.o\n  CC      aarch64-softmmu/balloon.o\n  CC      aarch64-softmmu/ioport.o\n  CC      aarch64-softmmu/numa.o\n  CC      aarch64-softmmu/qtest.o\n  CC      aarch64-softmmu/memory.o\n  CC      aarch64-softmmu/memory_mapping.o\n  CC      aarch64-softmmu/dump.o\n  CC      x86_64-softmmu/hw/display/virtio-gpu-pci.o\n  CC      aarch64-softmmu/migration/ram.o\n  CC      aarch64-softmmu/accel/accel.o\n  CC      x86_64-softmmu/hw/display/virtio-vga.o\n  CC      aarch64-softmmu/accel/stubs/kvm-stub.o\n  CC      x86_64-softmmu/hw/intc/apic.o\n  CC      x86_64-softmmu/hw/intc/apic_common.o\n  CC      aarch64-softmmu/accel/tcg/tcg-all.o\n  CC      x86_64-softmmu/hw/intc/ioapic.o\n  CC      aarch64-softmmu/accel/tcg/cputlb.o\n  CC      x86_64-softmmu/hw/isa/lpc_ich9.o\n  CC      aarch64-softmmu/accel/tcg/cpu-exec.o\n  CC      aarch64-softmmu/accel/tcg/cpu-exec-common.o\n  CC      aarch64-softmmu/accel/tcg/translate-all.o\n  CC      x86_64-softmmu/hw/misc/vmport.o\n  CC      aarch64-softmmu/accel/tcg/translator.o\n  CC      x86_64-softmmu/hw/misc/ivshmem.o\n  CC      x86_64-softmmu/hw/misc/pvpanic.o\n  CC      x86_64-softmmu/hw/misc/hyperv_testdev.o\n  CC      x86_64-softmmu/hw/misc/mmio_interface.o\n  CC      x86_64-softmmu/hw/net/virtio-net.o\n  CC      x86_64-softmmu/hw/net/vhost_net.o\n  CC      aarch64-softmmu/hw/adc/stm32f2xx_adc.o\n  CC      x86_64-softmmu/hw/scsi/virtio-scsi.o\n  CC      x86_64-softmmu/hw/scsi/virtio-scsi-dataplane.o\n  CC      x86_64-softmmu/hw/scsi/vhost-scsi-common.o\n  CC      aarch64-softmmu/hw/block/virtio-blk.o\n  CC      x86_64-softmmu/hw/scsi/vhost-scsi.o\n  CC      x86_64-softmmu/hw/scsi/vhost-user-scsi.o\n  CC      x86_64-softmmu/hw/timer/mc146818rtc.o\n  CC      x86_64-softmmu/hw/vfio/common.o\n  CC      x86_64-softmmu/hw/vfio/pci.o\n  CC      x86_64-softmmu/hw/vfio/pci-quirks.o\n  CC      x86_64-softmmu/hw/vfio/platform.o\n  CC      x86_64-softmmu/hw/vfio/spapr.o\n  CC      aarch64-softmmu/hw/block/dataplane/virtio-blk.o\n  CC      aarch64-softmmu/hw/char/exynos4210_uart.o\n  CC      aarch64-softmmu/hw/char/omap_uart.o\n  CC      x86_64-softmmu/hw/virtio/virtio.o\n  CC      x86_64-softmmu/hw/virtio/virtio-balloon.o\n  CC      aarch64-softmmu/hw/char/digic-uart.o\n  CC      x86_64-softmmu/hw/virtio/vhost.o\n  CC      x86_64-softmmu/hw/virtio/vhost-backend.o\n  CC      aarch64-softmmu/hw/char/stm32f2xx_usart.o\n  CC      x86_64-softmmu/hw/virtio/vhost-user.o\n  CC      aarch64-softmmu/hw/char/bcm2835_aux.o\n  CC      x86_64-softmmu/hw/virtio/vhost-vsock.o\n  CC      aarch64-softmmu/hw/char/virtio-serial-bus.o\n  CC      x86_64-softmmu/hw/virtio/virtio-crypto.o\n  CC      aarch64-softmmu/hw/core/generic-loader.o\n  CC      x86_64-softmmu/hw/virtio/virtio-crypto-pci.o\n  CC      x86_64-softmmu/hw/xen/xen-host-pci-device.o\n  CC      aarch64-softmmu/hw/core/null-machine.o\n  CC      aarch64-softmmu/hw/cpu/arm11mpcore.o\n  CC      x86_64-softmmu/hw/xen/xen_pt.o\n  CC      x86_64-softmmu/hw/xen/xen_pt_config_init.o\n  CC      x86_64-softmmu/hw/xen/xen_pt_graphics.o\n  CC      x86_64-softmmu/hw/xen/xen_pt_msi.o\n  CC      x86_64-softmmu/hw/i386/multiboot.o\n  CC      aarch64-softmmu/hw/cpu/realview_mpcore.o\n  CC      x86_64-softmmu/hw/i386/pc.o\n  CC      aarch64-softmmu/hw/cpu/a9mpcore.o\n  CC      x86_64-softmmu/hw/i386/pc_piix.o\n  CC      x86_64-softmmu/hw/i386/pc_q35.o\n  CC      aarch64-softmmu/hw/cpu/a15mpcore.o\n  CC      x86_64-softmmu/hw/i386/pc_sysfw.o\n  CC      x86_64-softmmu/hw/i386/x86-iommu.o\n  CC      x86_64-softmmu/hw/i386/intel_iommu.o\n  CC      x86_64-softmmu/hw/i386/amd_iommu.o\n  CC      aarch64-softmmu/hw/display/omap_dss.o\n  CC      aarch64-softmmu/hw/display/omap_lcdc.o\n  CC      aarch64-softmmu/hw/display/pxa2xx_lcd.o\n  CC      aarch64-softmmu/hw/display/bcm2835_fb.o\n  CC      x86_64-softmmu/hw/i386/kvmvapic.o\n  CC      aarch64-softmmu/hw/display/vga.o\n  CC      aarch64-softmmu/hw/display/virtio-gpu.o\n  CC      aarch64-softmmu/hw/display/virtio-gpu-3d.o\n  CC      aarch64-softmmu/hw/display/virtio-gpu-pci.o\n  CC      x86_64-softmmu/hw/i386/acpi-build.o\n  CC      aarch64-softmmu/hw/display/dpcd.o\n  CC      aarch64-softmmu/hw/display/xlnx_dp.o\n  CC      x86_64-softmmu/hw/i386/pci-assign-load-rom.o\n/tmp/qemu-test/src/hw/i386/pc_piix.c: In function ‘igd_passthrough_isa_bridge_create’:\n/tmp/qemu-test/src/hw/i386/pc_piix.c:1074: warning: ‘pch_rev_id’ may be used uninitialized in this function\n  CC      x86_64-softmmu/hw/i386/../xenpv/xen_machine_pv.o\n  CC      x86_64-softmmu/hw/i386/kvm/clock.o\n  CC      x86_64-softmmu/hw/i386/kvm/apic.o\n  CC      aarch64-softmmu/hw/dma/xlnx_dpdma.o\n  CC      x86_64-softmmu/hw/i386/kvm/i8259.o\n  CC      x86_64-softmmu/hw/i386/kvm/ioapic.o\n  CC      aarch64-softmmu/hw/dma/omap_dma.o\n  CC      aarch64-softmmu/hw/dma/soc_dma.o\n  CC      aarch64-softmmu/hw/dma/pxa2xx_dma.o\n  CC      aarch64-softmmu/hw/dma/bcm2835_dma.o\n  CC      aarch64-softmmu/hw/gpio/omap_gpio.o\n  CC      aarch64-softmmu/hw/gpio/imx_gpio.o\n  CC      aarch64-softmmu/hw/gpio/bcm2835_gpio.o\n  CC      aarch64-softmmu/hw/i2c/omap_i2c.o\n  CC      aarch64-softmmu/hw/input/pxa2xx_keypad.o\n  CC      aarch64-softmmu/hw/input/tsc210x.o\n  CC      x86_64-softmmu/hw/i386/kvm/i8254.o\n  CC      aarch64-softmmu/hw/intc/armv7m_nvic.o\n  CC      x86_64-softmmu/hw/i386/kvm/pci-assign.o\n  CC      aarch64-softmmu/hw/intc/exynos4210_gic.o\n  CC      aarch64-softmmu/hw/intc/exynos4210_combiner.o\n  CC      x86_64-softmmu/hw/i386/xen/xen_platform.o\n  CC      aarch64-softmmu/hw/intc/omap_intc.o\n  CC      x86_64-softmmu/hw/i386/xen/xen_apic.o\n  CC      aarch64-softmmu/hw/intc/bcm2835_ic.o\n  CC      aarch64-softmmu/hw/intc/bcm2836_control.o\n  CC      aarch64-softmmu/hw/intc/allwinner-a10-pic.o\n  CC      aarch64-softmmu/hw/intc/aspeed_vic.o\n  CC      aarch64-softmmu/hw/intc/arm_gicv3_cpuif.o\n  CC      aarch64-softmmu/hw/misc/ivshmem.o\n  CC      aarch64-softmmu/hw/misc/arm_sysctl.o\n  CC      aarch64-softmmu/hw/misc/cbus.o\n  CC      aarch64-softmmu/hw/misc/exynos4210_pmu.o\n  CC      aarch64-softmmu/hw/misc/exynos4210_clk.o\n  CC      aarch64-softmmu/hw/misc/exynos4210_rng.o\n  CC      aarch64-softmmu/hw/misc/imx_ccm.o\n  CC      x86_64-softmmu/hw/i386/xen/xen_pvdevice.o\n  CC      aarch64-softmmu/hw/misc/imx31_ccm.o\n/tmp/qemu-test/src/hw/i386/acpi-build.c: In function ‘build_append_pci_bus_devices’:\n/tmp/qemu-test/src/hw/i386/acpi-build.c:509: warning: ‘notify_method’ may be used uninitialized in this function\n  CC      aarch64-softmmu/hw/misc/imx25_ccm.o\n  CC      x86_64-softmmu/hw/i386/xen/xen-hvm.o\n  CC      aarch64-softmmu/hw/misc/imx6_ccm.o\n  CC      aarch64-softmmu/hw/misc/imx6_src.o\n  CC      x86_64-softmmu/hw/i386/xen/xen-mapcache.o\n  CC      x86_64-softmmu/target/i386/helper.o\n  CC      x86_64-softmmu/target/i386/cpu.o\n  CC      x86_64-softmmu/target/i386/gdbstub.o\n  CC      x86_64-softmmu/target/i386/xsave_helper.o\n  CC      x86_64-softmmu/target/i386/translate.o\n  CC      aarch64-softmmu/hw/misc/mst_fpga.o\n  CC      x86_64-softmmu/target/i386/bpt_helper.o\n  CC      x86_64-softmmu/target/i386/cc_helper.o\n  CC      x86_64-softmmu/target/i386/excp_helper.o\n  CC      x86_64-softmmu/target/i386/fpu_helper.o\n  CC      x86_64-softmmu/target/i386/int_helper.o\n  CC      aarch64-softmmu/hw/misc/omap_clk.o\n  CC      x86_64-softmmu/target/i386/mem_helper.o\n  CC      x86_64-softmmu/target/i386/misc_helper.o\n  CC      aarch64-softmmu/hw/misc/omap_gpmc.o\n  CC      x86_64-softmmu/target/i386/mpx_helper.o\n  CC      aarch64-softmmu/hw/misc/omap_l4.o\n  CC      aarch64-softmmu/hw/misc/omap_sdrc.o\n  CC      x86_64-softmmu/target/i386/seg_helper.o\n  CC      aarch64-softmmu/hw/misc/omap_tap.o\n  CC      aarch64-softmmu/hw/misc/bcm2835_mbox.o\n  CC      aarch64-softmmu/hw/misc/bcm2835_property.o\n  CC      aarch64-softmmu/hw/misc/bcm2835_rng.o\n  CC      aarch64-softmmu/hw/misc/zynq_slcr.o\n  CC      aarch64-softmmu/hw/misc/zynq-xadc.o\n  CC      aarch64-softmmu/hw/misc/stm32f2xx_syscfg.o\n  CC      aarch64-softmmu/hw/misc/mps2-scc.o\n  CC      aarch64-softmmu/hw/misc/auxbus.o\n  CC      aarch64-softmmu/hw/misc/aspeed_scu.o\n  CC      aarch64-softmmu/hw/misc/aspeed_sdmc.o\n  CC      x86_64-softmmu/target/i386/smm_helper.o\n  CC      aarch64-softmmu/hw/misc/mmio_interface.o\n  CC      aarch64-softmmu/hw/net/virtio-net.o\n  CC      aarch64-softmmu/hw/net/vhost_net.o\n  CC      aarch64-softmmu/hw/pcmcia/pxa2xx.o\n  CC      aarch64-softmmu/hw/scsi/virtio-scsi.o\n  CC      x86_64-softmmu/target/i386/svm_helper.o\n  CC      aarch64-softmmu/hw/scsi/virtio-scsi-dataplane.o\n  CC      aarch64-softmmu/hw/scsi/vhost-scsi-common.o\n  CC      aarch64-softmmu/hw/scsi/vhost-scsi.o\n  CC      x86_64-softmmu/target/i386/machine.o\n  CC      aarch64-softmmu/hw/scsi/vhost-user-scsi.o\n  CC      aarch64-softmmu/hw/sd/omap_mmc.o\n  CC      aarch64-softmmu/hw/sd/pxa2xx_mmci.o\n  CC      x86_64-softmmu/target/i386/arch_memory_mapping.o\n  CC      aarch64-softmmu/hw/sd/bcm2835_sdhost.o\n  CC      aarch64-softmmu/hw/ssi/omap_spi.o\n  CC      aarch64-softmmu/hw/ssi/imx_spi.o\n  CC      aarch64-softmmu/hw/timer/exynos4210_mct.o\n  CC      aarch64-softmmu/hw/timer/exynos4210_pwm.o\n  CC      aarch64-softmmu/hw/timer/exynos4210_rtc.o\n  CC      x86_64-softmmu/target/i386/arch_dump.o\n  CC      aarch64-softmmu/hw/timer/omap_gptimer.o\n  CC      aarch64-softmmu/hw/timer/omap_synctimer.o\n  CC      aarch64-softmmu/hw/timer/pxa2xx_timer.o\n  CC      aarch64-softmmu/hw/timer/digic-timer.o\n  CC      aarch64-softmmu/hw/timer/allwinner-a10-pit.o\n  CC      aarch64-softmmu/hw/usb/tusb6010.o\n  CC      aarch64-softmmu/hw/vfio/common.o\n  CC      aarch64-softmmu/hw/vfio/pci.o\n  CC      aarch64-softmmu/hw/vfio/pci-quirks.o\n  CC      aarch64-softmmu/hw/vfio/platform.o\n  CC      aarch64-softmmu/hw/vfio/calxeda-xgmac.o\n  CC      aarch64-softmmu/hw/vfio/amd-xgbe.o\n  CC      x86_64-softmmu/target/i386/monitor.o\n  CC      aarch64-softmmu/hw/vfio/spapr.o\n  CC      x86_64-softmmu/target/i386/kvm.o\n  CC      aarch64-softmmu/hw/virtio/virtio.o\n  CC      aarch64-softmmu/hw/virtio/virtio-balloon.o\n  CC      x86_64-softmmu/target/i386/hyperv.o\n  GEN     trace/generated-helpers.c\n  CC      x86_64-softmmu/trace/control-target.o\n  CC      aarch64-softmmu/hw/virtio/vhost.o\n  CC      x86_64-softmmu/gdbstub-xml.o\n  CC      aarch64-softmmu/hw/virtio/vhost-backend.o\n  CC      x86_64-softmmu/trace/generated-helpers.o\n  CC      aarch64-softmmu/hw/virtio/vhost-user.o\n  CC      aarch64-softmmu/hw/virtio/vhost-vsock.o\n  CC      aarch64-softmmu/hw/virtio/virtio-crypto.o\n  CC      aarch64-softmmu/hw/virtio/virtio-crypto-pci.o\n  CC      aarch64-softmmu/hw/arm/boot.o\n  CC      aarch64-softmmu/hw/arm/collie.o\n  CC      aarch64-softmmu/hw/arm/exynos4_boards.o\n  CC      aarch64-softmmu/hw/arm/gumstix.o\n  CC      aarch64-softmmu/hw/arm/highbank.o\n  CC      aarch64-softmmu/hw/arm/digic_boards.o\n  CC      aarch64-softmmu/hw/arm/integratorcp.o\n  CC      aarch64-softmmu/hw/arm/mainstone.o\n  CC      aarch64-softmmu/hw/arm/musicpal.o\n  CC      aarch64-softmmu/hw/arm/nseries.o\n  CC      aarch64-softmmu/hw/arm/omap_sx1.o\n  CC      aarch64-softmmu/hw/arm/palm.o\n  CC      aarch64-softmmu/hw/arm/realview.o\n  CC      aarch64-softmmu/hw/arm/spitz.o\n  CC      aarch64-softmmu/hw/arm/stellaris.o\n  CC      aarch64-softmmu/hw/arm/tosa.o\n  CC      aarch64-softmmu/hw/arm/versatilepb.o\n  CC      aarch64-softmmu/hw/arm/virt.o\n  CC      aarch64-softmmu/hw/arm/vexpress.o\n  CC      aarch64-softmmu/hw/arm/xilinx_zynq.o\n  CC      aarch64-softmmu/hw/arm/z2.o\n  CC      aarch64-softmmu/hw/arm/virt-acpi-build.o\n  CC      aarch64-softmmu/hw/arm/netduino2.o\n  CC      aarch64-softmmu/hw/arm/sysbus-fdt.o\n  CC      aarch64-softmmu/hw/arm/armv7m.o\n  CC      aarch64-softmmu/hw/arm/exynos4210.o\n  CC      aarch64-softmmu/hw/arm/pxa2xx.o\n  CC      aarch64-softmmu/hw/arm/pxa2xx_gpio.o\n  CC      aarch64-softmmu/hw/arm/pxa2xx_pic.o\n  CC      aarch64-softmmu/hw/arm/digic.o\n  CC      aarch64-softmmu/hw/arm/omap1.o\n  CC      aarch64-softmmu/hw/arm/omap2.o\n  CC      aarch64-softmmu/hw/arm/strongarm.o\n  CC      aarch64-softmmu/hw/arm/allwinner-a10.o\n  CC      aarch64-softmmu/hw/arm/cubieboard.o\n  CC      aarch64-softmmu/hw/arm/bcm2835_peripherals.o\n  CC      aarch64-softmmu/hw/arm/bcm2836.o\n  LINK    x86_64-softmmu/qemu-system-x86_64\n  CC      aarch64-softmmu/hw/arm/raspi.o\n  CC      aarch64-softmmu/hw/arm/stm32f205_soc.o\n  CC      aarch64-softmmu/hw/arm/xlnx-zynqmp.o\n  CC      aarch64-softmmu/hw/arm/xlnx-ep108.o\n  CC      aarch64-softmmu/hw/arm/fsl-imx25.o\n  CC      aarch64-softmmu/hw/arm/imx25_pdk.o\n  CC      aarch64-softmmu/hw/arm/fsl-imx31.o\n  CC      aarch64-softmmu/hw/arm/kzm.o\n  CC      aarch64-softmmu/hw/arm/fsl-imx6.o\n  CC      aarch64-softmmu/hw/arm/sabrelite.o\n  CC      aarch64-softmmu/hw/arm/aspeed_soc.o\n  CC      aarch64-softmmu/hw/arm/aspeed.o\n  CC      aarch64-softmmu/hw/arm/mps2.o\n  CC      aarch64-softmmu/target/arm/arm-semi.o\n  CC      aarch64-softmmu/target/arm/machine.o\n  CC      aarch64-softmmu/target/arm/arch_dump.o\n  CC      aarch64-softmmu/target/arm/psci.o\n  CC      aarch64-softmmu/target/arm/monitor.o\n  CC      aarch64-softmmu/target/arm/kvm-stub.o\n  CC      aarch64-softmmu/target/arm/translate.o\n  CC      aarch64-softmmu/target/arm/op_helper.o\n  CC      aarch64-softmmu/target/arm/helper.o\n  CC      aarch64-softmmu/target/arm/cpu.o\n  CC      aarch64-softmmu/target/arm/neon_helper.o\n  CC      aarch64-softmmu/target/arm/iwmmxt_helper.o\n  CC      aarch64-softmmu/target/arm/gdbstub.o\n  CC      aarch64-softmmu/target/arm/cpu64.o\n  CC      aarch64-softmmu/target/arm/translate-a64.o\n  CC      aarch64-softmmu/target/arm/helper-a64.o\n  CC      aarch64-softmmu/target/arm/gdbstub64.o\n  CC      aarch64-softmmu/target/arm/crypto_helper.o\n  CC      aarch64-softmmu/target/arm/arm-powerctl.o\n  GEN     trace/generated-helpers.c\n  CC      aarch64-softmmu/trace/control-target.o\n  CC      aarch64-softmmu/gdbstub-xml.o\n  CC      aarch64-softmmu/trace/generated-helpers.o\n/tmp/qemu-test/src/target/arm/translate-a64.c: In function ‘handle_shri_with_rndacc’:\n/tmp/qemu-test/src/target/arm/translate-a64.c:6394: warning: ‘tcg_src_hi’ may be used uninitialized in this function\n/tmp/qemu-test/src/target/arm/translate-a64.c: In function ‘disas_simd_scalar_two_reg_misc’:\n/tmp/qemu-test/src/target/arm/translate-a64.c:8121: warning: ‘rmode’ may be used uninitialized in this function\n  LINK    aarch64-softmmu/qemu-system-aarch64\n  TEST    tests/qapi-schema/alternate-any.out\n  TEST    tests/qapi-schema/alternate-base.out\n  TEST    tests/qapi-schema/alternate-array.out\n  TEST    tests/qapi-schema/alternate-clash.out\n  TEST    tests/qapi-schema/alternate-conflict-dict.out\n  TEST    tests/qapi-schema/alternate-conflict-enum-bool.out\n  TEST    tests/qapi-schema/alternate-conflict-enum-int.out\n  TEST    tests/qapi-schema/alternate-conflict-string.out\n  TEST    tests/qapi-schema/alternate-conflict-bool-string.out\n  TEST    tests/qapi-schema/alternate-conflict-num-string.out\n  TEST    tests/qapi-schema/alternate-empty.out\n  TEST    tests/qapi-schema/alternate-nested.out\n  TEST    tests/qapi-schema/args-any.out\n  TEST    tests/qapi-schema/alternate-unknown.out\n  TEST    tests/qapi-schema/args-alternate.out\n  TEST    tests/qapi-schema/args-array-empty.out\n  TEST    tests/qapi-schema/args-array-unknown.out\n  TEST    tests/qapi-schema/args-bad-boxed.out\n  TEST    tests/qapi-schema/args-boxed-anon.out\n  TEST    tests/qapi-schema/args-boxed-empty.out\n  TEST    tests/qapi-schema/args-boxed-string.out\n  TEST    tests/qapi-schema/args-int.out\n  TEST    tests/qapi-schema/args-member-array-bad.out\n  TEST    tests/qapi-schema/args-invalid.out\n  TEST    tests/qapi-schema/args-member-case.out\n  TEST    tests/qapi-schema/args-member-unknown.out\n  TEST    tests/qapi-schema/args-name-clash.out\n  TEST    tests/qapi-schema/args-union.out\n  TEST    tests/qapi-schema/args-unknown.out\n  TEST    tests/qapi-schema/bad-base.out\n  TEST    tests/qapi-schema/bad-data.out\n  TEST    tests/qapi-schema/bad-ident.out\n  TEST    tests/qapi-schema/bad-type-bool.out\n  TEST    tests/qapi-schema/bad-type-dict.out\n  TEST    tests/qapi-schema/bad-type-int.out\n  TEST    tests/qapi-schema/base-cycle-direct.out\n  TEST    tests/qapi-schema/base-cycle-indirect.out\n  TEST    tests/qapi-schema/command-int.out\n  TEST    tests/qapi-schema/comments.out\n  TEST    tests/qapi-schema/doc-bad-alternate-member.out\n  TEST    tests/qapi-schema/doc-bad-command-arg.out\n  TEST    tests/qapi-schema/doc-bad-symbol.out\n  TEST    tests/qapi-schema/doc-bad-union-member.out\n  TEST    tests/qapi-schema/doc-before-include.out\n  TEST    tests/qapi-schema/doc-before-pragma.out\n  TEST    tests/qapi-schema/doc-duplicated-arg.out\n  TEST    tests/qapi-schema/doc-duplicated-return.out\n  TEST    tests/qapi-schema/doc-duplicated-since.out\n  TEST    tests/qapi-schema/doc-empty-arg.out\n  TEST    tests/qapi-schema/doc-empty-section.out\n  TEST    tests/qapi-schema/doc-empty-symbol.out\n  TEST    tests/qapi-schema/doc-good.out\n  TEST    tests/qapi-schema/doc-interleaved-section.out\n  TEST    tests/qapi-schema/doc-invalid-end.out\n  TEST    tests/qapi-schema/doc-invalid-return.out\n  TEST    tests/qapi-schema/doc-invalid-section.out\n  TEST    tests/qapi-schema/doc-invalid-start.out\n  TEST    tests/qapi-schema/doc-missing.out\n  TEST    tests/qapi-schema/doc-missing-colon.out\n  TEST    tests/qapi-schema/doc-missing-expr.out\n  TEST    tests/qapi-schema/doc-invalid-end2.out\n  TEST    tests/qapi-schema/doc-missing-space.out\n  TEST    tests/qapi-schema/doc-no-symbol.out\n  TEST    tests/qapi-schema/double-data.out\n  TEST    tests/qapi-schema/double-type.out\n  TEST    tests/qapi-schema/duplicate-key.out\n  TEST    tests/qapi-schema/empty.out\n  TEST    tests/qapi-schema/enum-bad-name.out\n  TEST    tests/qapi-schema/enum-bad-prefix.out\n  TEST    tests/qapi-schema/enum-clash-member.out\n  TEST    tests/qapi-schema/enum-dict-member.out\n  TEST    tests/qapi-schema/enum-int-member.out\n  TEST    tests/qapi-schema/enum-member-case.out\n  TEST    tests/qapi-schema/enum-missing-data.out\n  TEST    tests/qapi-schema/enum-wrong-data.out\n  TEST    tests/qapi-schema/escape-outside-string.out\n  TEST    tests/qapi-schema/escape-too-big.out\n  TEST    tests/qapi-schema/escape-too-short.out\n  TEST    tests/qapi-schema/event-boxed-empty.out\n  TEST    tests/qapi-schema/event-case.out\n  TEST    tests/qapi-schema/event-nest-struct.out\n  TEST    tests/qapi-schema/flat-union-array-branch.out\n  TEST    tests/qapi-schema/flat-union-bad-base.out\n  TEST    tests/qapi-schema/flat-union-bad-discriminator.out\n  TEST    tests/qapi-schema/flat-union-base-any.out\n  TEST    tests/qapi-schema/flat-union-base-union.out\n  TEST    tests/qapi-schema/flat-union-clash-member.out\n  TEST    tests/qapi-schema/flat-union-empty.out\n  TEST    tests/qapi-schema/flat-union-incomplete-branch.out\n  TEST    tests/qapi-schema/flat-union-inline.out\n  TEST    tests/qapi-schema/flat-union-int-branch.out\n  TEST    tests/qapi-schema/flat-union-invalid-branch-key.out\n  TEST    tests/qapi-schema/flat-union-invalid-discriminator.out\n  TEST    tests/qapi-schema/flat-union-no-base.out\n  TEST    tests/qapi-schema/flat-union-optional-discriminator.out\n  TEST    tests/qapi-schema/flat-union-string-discriminator.out\n  TEST    tests/qapi-schema/funny-char.out\n  TEST    tests/qapi-schema/ident-with-escape.out\n  TEST    tests/qapi-schema/include-before-err.out\n  TEST    tests/qapi-schema/include-cycle.out\n  TEST    tests/qapi-schema/include-extra-junk.out\n  TEST    tests/qapi-schema/include-format-err.out\n  TEST    tests/qapi-schema/include-nested-err.out\n  TEST    tests/qapi-schema/include-no-file.out\n  TEST    tests/qapi-schema/include-non-file.out\n  TEST    tests/qapi-schema/include-relpath.out\n  TEST    tests/qapi-schema/include-repetition.out\n  TEST    tests/qapi-schema/include-self-cycle.out\n  TEST    tests/qapi-schema/include-simple.out\n  TEST    tests/qapi-schema/indented-expr.out\n  TEST    tests/qapi-schema/leading-comma-list.out\n  TEST    tests/qapi-schema/leading-comma-object.out\n  TEST    tests/qapi-schema/missing-colon.out\n  TEST    tests/qapi-schema/missing-comma-list.out\n  TEST    tests/qapi-schema/missing-comma-object.out\n  TEST    tests/qapi-schema/missing-type.out\n  TEST    tests/qapi-schema/nested-struct-data.out\n  TEST    tests/qapi-schema/non-objects.out\n  TEST    tests/qapi-schema/pragma-doc-required-crap.out\n  TEST    tests/qapi-schema/pragma-extra-junk.out\n  TEST    tests/qapi-schema/pragma-name-case-whitelist-crap.out\n  TEST    tests/qapi-schema/pragma-non-dict.out\n  TEST    tests/qapi-schema/pragma-returns-whitelist-crap.out\n  TEST    tests/qapi-schema/qapi-schema-test.out\n  TEST    tests/qapi-schema/quoted-structural-chars.out\n  TEST    tests/qapi-schema/redefined-builtin.out\n  TEST    tests/qapi-schema/redefined-command.out\n  TEST    tests/qapi-schema/redefined-event.out\n  TEST    tests/qapi-schema/redefined-type.out\n  TEST    tests/qapi-schema/reserved-command-q.out\n  TEST    tests/qapi-schema/reserved-enum-q.out\n  TEST    tests/qapi-schema/reserved-member-has.out\n  TEST    tests/qapi-schema/reserved-member-q.out\n  TEST    tests/qapi-schema/reserved-member-u.out\n  TEST    tests/qapi-schema/reserved-member-underscore.out\n  TEST    tests/qapi-schema/reserved-type-kind.out\n  TEST    tests/qapi-schema/reserved-type-list.out\n  TEST    tests/qapi-schema/returns-alternate.out\n  TEST    tests/qapi-schema/returns-array-bad.out\n  TEST    tests/qapi-schema/returns-dict.out\n  TEST    tests/qapi-schema/returns-unknown.out\n  TEST    tests/qapi-schema/returns-whitelist.out\n  TEST    tests/qapi-schema/struct-base-clash-deep.out\n  TEST    tests/qapi-schema/struct-base-clash.out\n  TEST    tests/qapi-schema/struct-data-invalid.out\n  TEST    tests/qapi-schema/struct-member-invalid.out\n  TEST    tests/qapi-schema/trailing-comma-list.out\n  TEST    tests/qapi-schema/trailing-comma-object.out\n  TEST    tests/qapi-schema/type-bypass-bad-gen.out\n  TEST    tests/qapi-schema/unclosed-list.out\n  TEST    tests/qapi-schema/unclosed-object.out\n  TEST    tests/qapi-schema/unclosed-string.out\n  TEST    tests/qapi-schema/unicode-str.out\n  TEST    tests/qapi-schema/union-base-empty.out\n  TEST    tests/qapi-schema/union-base-no-discriminator.out\n  TEST    tests/qapi-schema/union-branch-case.out\n  TEST    tests/qapi-schema/union-clash-branches.out\n  TEST    tests/qapi-schema/union-empty.out\n  TEST    tests/qapi-schema/union-invalid-base.out\n  TEST    tests/qapi-schema/union-optional-branch.out\n  TEST    tests/qapi-schema/union-unknown.out\n  TEST    tests/qapi-schema/unknown-escape.out\n  TEST    tests/qapi-schema/unknown-expr-key.out\n  GEN     tests/qapi-schema/doc-good.test.texi\n  CC      tests/check-qdict.o\n  CC      tests/test-char.o\n  CC      tests/check-qnum.o\n  CC      tests/check-qstring.o\n  CC      tests/check-qlist.o\n  CC      tests/check-qnull.o\n  CC      tests/check-qlit.o\n  CC      tests/check-qjson.o\n  CC      tests/test-qobject-output-visitor.o\n  GEN     tests/test-qapi-visit.c\n  GEN     tests/test-qapi-types.c\n  GEN     tests/test-qapi-event.c\n  GEN     tests/test-qmp-introspect.c\n  CC      tests/test-clone-visitor.o\n  CC      tests/test-qobject-input-visitor.o\n  CC      tests/test-qmp-commands.o\n  GEN     tests/test-qmp-marshal.c\n  CC      tests/test-string-input-visitor.o\n  CC      tests/test-string-output-visitor.o\n  CC      tests/test-qmp-event.o\n  CC      tests/test-opts-visitor.o\n  CC      tests/test-coroutine.o\n  CC      tests/iothread.o\n  CC      tests/test-visitor-serialization.o\n  CC      tests/test-aio.o\n  CC      tests/test-iov.o\n  CC      tests/test-aio-multithread.o\n  CC      tests/test-throttle.o\n  CC      tests/test-thread-pool.o\n  CC      tests/test-hbitmap.o\n  CC      tests/test-blockjob.o\n  CC      tests/test-blockjob-txn.o\n  CC      tests/test-x86-cpuid.o\n  CC      tests/test-xbzrle.o\n  CC      tests/test-vmstate.o\n  CC      tests/test-cutils.o\n  CC      tests/test-mul64.o\n  CC      tests/test-shift128.o\n  CC      tests/test-int128.o\n  CC      tests/rcutorture.o\n  CC      tests/test-rcu-list.o\n  CC      tests/test-qdist.o\n/tmp/qemu-test/src/tests/test-int128.c:180: warning: ‘__noclone__’ attribute directive ignored\n  CC      tests/test-qht.o\n  CC      tests/test-qht-par.o\n  CC      tests/qht-bench.o\n  CC      tests/test-bitcnt.o\n  CC      tests/check-qom-interface.o\n  CC      tests/test-bitops.o\n  CC      tests/check-qom-proplist.o\n  CC      tests/test-keyval.o\n  CC      tests/test-qemu-opts.o\n  CC      tests/test-write-threshold.o\n  CC      tests/test-crypto-hash.o\n  CC      tests/test-crypto-hmac.o\n  CC      tests/test-crypto-cipher.o\n  CC      tests/test-crypto-secret.o\n  CC      tests/test-qga.o\n  CC      tests/libqtest.o\n  CC      tests/test-timed-average.o\n  CC      tests/test-io-task.o\n  CC      tests/test-io-channel-socket.o\n  CC      tests/io-channel-helpers.o\n  CC      tests/test-io-channel-file.o\n  CC      tests/test-io-channel-command.o\n  CC      tests/test-io-channel-buffer.o\n  CC      tests/test-base64.o\n  CC      tests/test-crypto-ivgen.o\n  CC      tests/test-crypto-afsplit.o\n  CC      tests/test-crypto-xts.o\n  CC      tests/test-crypto-block.o\n  CC      tests/test-logging.o\n  CC      tests/test-replication.o\n  CC      tests/test-bufferiszero.o\n  CC      tests/test-uuid.o\n  CC      tests/ptimer-test.o\n  CC      tests/test-qapi-util.o\n  CC      tests/ptimer-test-stubs.o\n  CC      tests/vhost-user-test.o\n  CC      tests/libqos/fw_cfg.o\n  CC      tests/libqos/pci.o\n  CC      tests/libqos/malloc.o\n  CC      tests/libqos/i2c.o\n  CC      tests/libqos/malloc-spapr.o\n  CC      tests/libqos/libqos.o\n  CC      tests/libqos/libqos-spapr.o\n  CC      tests/libqos/rtas.o\n  CC      tests/libqos/pci-spapr.o\n  CC      tests/libqos/pci-pc.o\n  CC      tests/libqos/malloc-pc.o\n  CC      tests/libqos/libqos-pc.o\n  CC      tests/libqos/ahci.o\n  CC      tests/libqos/virtio.o\n  CC      tests/libqos/virtio-pci.o\n  CC      tests/libqos/virtio-mmio.o\n  CC      tests/endianness-test.o\n  CC      tests/libqos/malloc-generic.o\n  CC      tests/fdc-test.o\n  CC      tests/ide-test.o\n  CC      tests/ahci-test.o\n  CC      tests/hd-geo-test.o\n  CC      tests/boot-order-test.o\n  CC      tests/bios-tables-test.o\n  CC      tests/boot-sector.o\n  CC      tests/acpi-utils.o\n  CC      tests/boot-serial-test.o\n  CC      tests/pxe-test.o\n  CC      tests/rtc-test.o\n  CC      tests/ipmi-kcs-test.o\n  CC      tests/i440fx-test.o\n  CC      tests/ipmi-bt-test.o\n  CC      tests/fw_cfg-test.o\n  CC      tests/drive_del-test.o\n  CC      tests/wdt_ib700-test.o\n  CC      tests/tco-test.o\n  CC      tests/e1000-test.o\n  CC      tests/e1000e-test.o\n  CC      tests/rtl8139-test.o\n  CC      tests/pcnet-test.o\n  CC      tests/eepro100-test.o\n  CC      tests/ne2000-test.o\n  CC      tests/nvme-test.o\n  CC      tests/ac97-test.o\n  CC      tests/es1370-test.o\n  CC      tests/virtio-net-test.o\n  CC      tests/virtio-balloon-test.o\n  CC      tests/virtio-blk-test.o\n  CC      tests/virtio-rng-test.o\n  CC      tests/virtio-scsi-test.o\n  CC      tests/virtio-serial-test.o\n  CC      tests/virtio-console-test.o\n  CC      tests/tpci200-test.o\n  CC      tests/ipoctal232-test.o\n  CC      tests/display-vga-test.o\n  CC      tests/ivshmem-test.o\n  CC      tests/intel-hda-test.o\n  CC      tests/megasas-test.o\n  CC      tests/vmxnet3-test.o\n  CC      tests/pvpanic-test.o\n  CC      tests/i82801b11-test.o\n  CC      tests/usb-hcd-ohci-test.o\n  CC      tests/libqos/usb.o\n  CC      tests/usb-hcd-uhci-test.o\n  CC      tests/ioh3420-test.o\n  CC      tests/usb-hcd-ehci-test.o\n  CC      tests/usb-hcd-xhci-test.o\n  CC      tests/pc-cpu-test.o\n  CC      tests/q35-test.o\n  CC      tests/test-filter-mirror.o\n  CC      tests/vmgenid-test.o\n  CC      tests/test-filter-redirector.o\n  CC      tests/test-netfilter.o\n  CC      tests/postcopy-test.o\n  CC      tests/test-x86-cpuid-compat.o\n  CC      tests/numa-test.o\n  CC      tests/qmp-test.o\n  CC      tests/device-introspect-test.o\n  CC      tests/test-hmp.o\n  CC      tests/qom-test.o\n  LINK    tests/check-qdict\n  LINK    tests/test-char\n  LINK    tests/check-qnum\n  LINK    tests/check-qstring\n  LINK    tests/check-qlist\n  LINK    tests/check-qnull\n  LINK    tests/check-qjson\n  LINK    tests/check-qlit\n  CC      tests/test-qapi-event.o\n  CC      tests/test-qmp-marshal.o\n  CC      tests/test-qapi-types.o\n  CC      tests/test-qapi-visit.o\n  CC      tests/test-qmp-introspect.o\n  LINK    tests/test-coroutine\n  LINK    tests/test-visitor-serialization\n  LINK    tests/test-iov\n  LINK    tests/test-aio\n  LINK    tests/test-aio-multithread\n  LINK    tests/test-throttle\n  LINK    tests/test-thread-pool\n  LINK    tests/test-hbitmap\n  LINK    tests/test-blockjob\n  LINK    tests/test-blockjob-txn\n  LINK    tests/test-x86-cpuid\n  LINK    tests/test-xbzrle\n  LINK    tests/test-vmstate\n  LINK    tests/test-cutils\n  LINK    tests/test-shift128\n  LINK    tests/test-mul64\n  LINK    tests/test-int128\n  LINK    tests/rcutorture\n  LINK    tests/test-rcu-list\n  LINK    tests/test-qdist\n  LINK    tests/test-qht\n  LINK    tests/qht-bench\n  LINK    tests/test-bitops\n  LINK    tests/test-bitcnt\n  LINK    tests/check-qom-interface\n  LINK    tests/check-qom-proplist\n  LINK    tests/test-qemu-opts\n  LINK    tests/test-keyval\n  LINK    tests/test-write-threshold\n  LINK    tests/test-crypto-hash\n  LINK    tests/test-crypto-hmac\n  LINK    tests/test-crypto-cipher\n  LINK    tests/test-crypto-secret\n  LINK    tests/test-qga\n  LINK    tests/test-timed-average\n  LINK    tests/test-io-task\n  LINK    tests/test-io-channel-socket\n  LINK    tests/test-io-channel-file\n  LINK    tests/test-io-channel-command\n  LINK    tests/test-io-channel-buffer\n  LINK    tests/test-base64\n  LINK    tests/test-crypto-ivgen\n  LINK    tests/test-crypto-afsplit\n  LINK    tests/test-crypto-xts\n  LINK    tests/test-crypto-block\n  LINK    tests/test-logging\n  LINK    tests/test-replication\n  LINK    tests/test-bufferiszero\n  LINK    tests/test-uuid\n  LINK    tests/ptimer-test\n  LINK    tests/test-qapi-util\n  LINK    tests/vhost-user-test\n  LINK    tests/endianness-test\n  LINK    tests/fdc-test\n  LINK    tests/ide-test\n  LINK    tests/ahci-test\n  LINK    tests/hd-geo-test\n  LINK    tests/boot-order-test\n  LINK    tests/bios-tables-test\n  LINK    tests/boot-serial-test\n  LINK    tests/pxe-test\n  LINK    tests/rtc-test\n  LINK    tests/ipmi-kcs-test\n  LINK    tests/ipmi-bt-test\n  LINK    tests/i440fx-test\n  LINK    tests/fw_cfg-test\n  LINK    tests/drive_del-test\n  LINK    tests/wdt_ib700-test\n  LINK    tests/tco-test\n  LINK    tests/e1000-test\n  LINK    tests/e1000e-test\n  LINK    tests/rtl8139-test\n  LINK    tests/pcnet-test\n  LINK    tests/eepro100-test\n  LINK    tests/ne2000-test\n  LINK    tests/nvme-test\n  LINK    tests/ac97-test\n  LINK    tests/es1370-test\n  LINK    tests/virtio-net-test\n  LINK    tests/virtio-balloon-test\n  LINK    tests/virtio-blk-test\n  LINK    tests/virtio-rng-test\n  LINK    tests/virtio-scsi-test\n  LINK    tests/virtio-serial-test\n  LINK    tests/virtio-console-test\n  LINK    tests/tpci200-test\n  LINK    tests/ipoctal232-test\n  LINK    tests/display-vga-test\n  LINK    tests/intel-hda-test\n  LINK    tests/ivshmem-test\n  LINK    tests/megasas-test\n  LINK    tests/vmxnet3-test\n  LINK    tests/pvpanic-test\n  LINK    tests/i82801b11-test\n  LINK    tests/ioh3420-test\n  LINK    tests/usb-hcd-ohci-test\n  LINK    tests/usb-hcd-uhci-test\n  LINK    tests/usb-hcd-ehci-test\n  LINK    tests/usb-hcd-xhci-test\n  LINK    tests/pc-cpu-test\n  LINK    tests/q35-test\n  LINK    tests/vmgenid-test\n  LINK    tests/test-netfilter\n  LINK    tests/test-filter-mirror\n  LINK    tests/test-filter-redirector\n  LINK    tests/postcopy-test\n  LINK    tests/test-x86-cpuid-compat\n  LINK    tests/numa-test\n  LINK    tests/qmp-test\n  LINK    tests/device-introspect-test\n  LINK    tests/qom-test\n  LINK    tests/test-hmp\n  GTESTER tests/test-char\n  GTESTER tests/check-qnum\n  GTESTER tests/check-qdict\n  GTESTER tests/check-qstring\n  GTESTER tests/check-qlist\n  GTESTER tests/check-qnull\n  GTESTER tests/check-qjson\n  GTESTER tests/check-qlit\n  LINK    tests/test-qobject-output-visitor\n  LINK    tests/test-clone-visitor\n  LINK    tests/test-qobject-input-visitor\n  LINK    tests/test-qmp-commands\n  LINK    tests/test-string-input-visitor\n  LINK    tests/test-string-output-visitor\n  LINK    tests/test-qmp-event\n  LINK    tests/test-opts-visitor\n  GTESTER tests/test-coroutine\n  GTESTER tests/test-iov\n  GTESTER tests/test-visitor-serialization\n  GTESTER tests/test-aio\n  GTESTER tests/test-aio-multithread\n  GTESTER tests/test-throttle\n  GTESTER tests/test-thread-pool\n  GTESTER tests/test-hbitmap\n  GTESTER tests/test-blockjob\n  GTESTER tests/test-blockjob-txn\n  GTESTER tests/test-xbzrle\n  GTESTER tests/test-x86-cpuid\n  GTESTER tests/test-vmstate\n  GTESTER tests/test-cutils\nFailed to load simple/primitive:b_1\nFailed to load simple/primitive:i64_2\nFailed to load simple/primitive:i32_1\nFailed to load simple/primitive:i32_1\nFailed to load test/with_tmp:a\nFailed to load test/tmp_child_parent:f\nFailed to load test/tmp_child:parent\nFailed to load test/with_tmp:tmp\nFailed to load test/tmp_child:diff\nFailed to load test/with_tmp:tmp\nFailed to load test/tmp_child:diff\nFailed to load test/with_tmp:tmp\n  GTESTER tests/test-shift128\n  GTESTER tests/test-mul64\n  GTESTER tests/test-int128\n  GTESTER tests/rcutorture\n  GTESTER tests/test-rcu-list\n  GTESTER tests/test-qdist\n  GTESTER tests/test-qht\n  LINK    tests/test-qht-par\n  GTESTER tests/test-bitops\n  GTESTER tests/test-bitcnt\n  GTESTER tests/check-qom-interface\n  GTESTER tests/check-qom-proplist\n  GTESTER tests/test-qemu-opts\n  GTESTER tests/test-keyval\n  GTESTER tests/test-write-threshold\n  GTESTER tests/test-crypto-hash\n  GTESTER tests/test-crypto-hmac\n  GTESTER tests/test-crypto-cipher\n  GTESTER tests/test-crypto-secret\n  GTESTER tests/test-qga\n  GTESTER tests/test-timed-average\n  GTESTER tests/test-io-task\n  GTESTER tests/test-io-channel-socket\n  GTESTER tests/test-io-channel-file\n  GTESTER tests/test-io-channel-command\n  GTESTER tests/test-io-channel-buffer\n  GTESTER tests/test-base64\n  GTESTER tests/test-crypto-ivgen\n  GTESTER tests/test-crypto-afsplit\n  GTESTER tests/test-crypto-xts\n  GTESTER tests/test-crypto-block\n  GTESTER tests/test-logging\n  GTESTER tests/test-replication\n  GTESTER tests/test-bufferiszero\n  GTESTER tests/test-uuid\n  GTESTER tests/ptimer-test\n  GTESTER tests/test-qapi-util\n  GTESTER check-qtest-x86_64\n  GTESTER check-qtest-aarch64\n  GTESTER tests/test-qobject-output-visitor\n  GTESTER tests/test-clone-visitor\n  GTESTER tests/test-qobject-input-visitor\n  GTESTER tests/test-qmp-commands\n  GTESTER tests/test-string-input-visitor\n  GTESTER tests/test-string-output-visitor\n  GTESTER tests/test-qmp-event\n  GTESTER tests/test-opts-visitor\n  GTESTER tests/test-qht-par\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nCould not access KVM kernel module: No such file or directory\nqemu-system-x86_64: failed to initialize KVM: No such file or directory\nqemu-system-x86_64: Back to tcg accelerator\nmake[1]: Leaving directory '/var/tmp/patchew-tester-tmp-qj5ryc_i/src'\n\nreal\t7m50.594s\nuser\t0m5.072s\nsys\t0m1.742s\n  BUILD   min-glib\nmake[1]: Entering directory '/var/tmp/patchew-tester-tmp-qj5ryc_i/src'\n  ARCHIVE qemu.tgz\n  ARCHIVE dtc.tgz\n  COPY    RUNNER\n    RUN test-build in qemu:min-glib \nEnvironment variables:\nHOSTNAME=1d78c2c8c352\nTERM=xterm\nMAKEFLAGS= -j8\nHISTSIZE=1000\nJ=8\nUSER=root\nLS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:\nCCACHE_DIR=/var/tmp/ccache\nEXTRA_CONFIGURE_OPTS=\nV=\nSHOW_ENV=1\nMAIL=/var/spool/mail/root\nPATH=/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nPWD=/\nLANG=en_US.UTF-8\nTARGET_LIST=\nHISTCONTROL=ignoredups\nSHLVL=1\nHOME=/root\nTEST_DIR=/tmp/qemu-test\nLOGNAME=root\nLESSOPEN=||/usr/bin/lesspipe.sh %s\nFEATURES= dtc\nDEBUG=\nG_BROKEN_FILENAMES=1\nCCACHE_HASHDIR=\n_=/usr/bin/env\n\nConfigure options:\n--enable-werror --target-list=x86_64-softmmu,aarch64-softmmu --prefix=/var/tmp/qemu-build/install\nNo C++ compiler available; disabling C++ specific optional code\nInstall prefix    /var/tmp/qemu-build/install\nBIOS directory    /var/tmp/qemu-build/install/share/qemu\nbinary directory  /var/tmp/qemu-build/install/bin\nlibrary directory /var/tmp/qemu-build/install/lib\nmodule directory  /var/tmp/qemu-build/install/lib/qemu\nlibexec directory /var/tmp/qemu-build/install/libexec\ninclude directory /var/tmp/qemu-build/install/include\nconfig directory  /var/tmp/qemu-build/install/etc\nlocal state directory   /var/tmp/qemu-build/install/var\nManual directory  /var/tmp/qemu-build/install/share/man\nELF interp prefix /usr/gnemul/qemu-%M\nSource path       /tmp/qemu-test/src\nC compiler        cc\nHost C compiler   cc\nC++ compiler      \nObjective-C compiler cc\nARFLAGS           rv\nCFLAGS            -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g \nQEMU_CFLAGS       -I/usr/include/pixman-1   -I$(SRC_PATH)/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv  -Wendif-labels -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-all\nLDFLAGS           -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g \nmake              make\ninstall           install\npython            python -B\nsmbd              /usr/sbin/smbd\nmodule support    no\nhost CPU          x86_64\nhost big endian   no\ntarget list       x86_64-softmmu aarch64-softmmu\ngprof enabled     no\nsparse enabled    no\nstrip binaries    yes\nprofiler          no\nstatic build      no\npixman            system\nSDL support       yes (1.2.14)\nGTK support       no \nGTK GL support    no\nVTE support       no \nTLS priority      NORMAL\nGNUTLS support    no\nGNUTLS rnd        no\nlibgcrypt         no\nlibgcrypt kdf     no\nnettle            no \nnettle kdf        no\nlibtasn1          no\ncurses support    no\nvirgl support     no\ncurl support      no\nmingw32 support   no\nAudio drivers     oss\nBlock whitelist (rw) \nBlock whitelist (ro) \nVirtFS support    no\nVNC support       yes\nVNC SASL support  no\nVNC JPEG support  no\nVNC PNG support   no\nxen support       no\nbrlapi support    no\nbluez  support    no\nDocumentation     no\nPIE               yes\nvde support       no\nnetmap support    no\nLinux AIO support no\nATTR/XATTR support yes\nInstall blobs     yes\nKVM support       yes\nHAX support       no\nTCG support       yes\nTCG debug enabled no\nTCG interpreter   no\nRDMA support      no\nfdt support       yes\npreadv support    yes\nfdatasync         yes\nmadvise           yes\nposix_madvise     yes\nlibcap-ng support no\nvhost-net support yes\nvhost-scsi support yes\nvhost-vsock support yes\nvhost-user support yes\nTrace backends    log\nspice support     no \nrbd support       no\nxfsctl support    no\nsmartcard support no\nlibusb            no\nusb net redir     no\nOpenGL support    no\nOpenGL dmabufs    no\nlibiscsi support  no\nlibnfs support    no\nbuild guest agent yes\nQGA VSS support   no\nQGA w32 disk info no\nQGA MSI support   no\nseccomp support   no\ncoroutine backend ucontext\ncoroutine pool    yes\ndebug stack usage no\ncrypto afalg      no\nGlusterFS support no\ngcov              gcov\ngcov enabled      no\nTPM support       yes\nlibssh2 support   no\nTPM passthrough   yes\nQOM debugging     yes\nLive block migration yes\nlzo support       no\nsnappy support    no\nbzip2 support     no\nNUMA host support no\ntcmalloc support  no\njemalloc support  no\navx2 optimization no\nreplication support yes\nVxHS block device no\nmkdir -p dtc/libfdt\nmkdir -p dtc/tests\n  GEN     x86_64-softmmu/config-devices.mak.tmp\n  GEN     aarch64-softmmu/config-devices.mak.tmp\n  GEN     config-host.h\n  GEN     qemu-options.def\n  GEN     qmp-commands.h\n  GEN     qapi-visit.h\n  GEN     qapi-types.h\n  GEN     qapi-event.h\n  GEN     x86_64-softmmu/config-devices.mak\n  GEN     aarch64-softmmu/config-devices.mak\n  GEN     qmp-marshal.c\n  GEN     qapi-types.c\n  GEN     qapi-visit.c\n  GEN     qapi-event.c\n  GEN     qmp-introspect.h\n  GEN     qmp-introspect.c\n  GEN     trace/generated-tcg-tracers.h\n  GEN     trace/generated-helpers-wrappers.h\n  GEN     trace/generated-helpers.h\n  GEN     trace/generated-helpers.c\n  GEN     module_block.h\n  GEN     tests/test-qapi-types.h\n  GEN     tests/test-qapi-visit.h\n  GEN     tests/test-qmp-commands.h\n  GEN     tests/test-qapi-event.h\n  GEN     tests/test-qmp-introspect.h\n  GEN     trace-root.h\n  GEN     util/trace.h\n  GEN     crypto/trace.h\n  GEN     io/trace.h\n  GEN     migration/trace.h\n  GEN     block/trace.h\n  GEN     chardev/trace.h\n  GEN     hw/block/trace.h\n  GEN     hw/block/dataplane/trace.h\n  GEN     hw/char/trace.h\n  GEN     hw/intc/trace.h\n  GEN     hw/net/trace.h\n  GEN     hw/virtio/trace.h\n  GEN     hw/audio/trace.h\n  GEN     hw/misc/trace.h\n  GEN     hw/usb/trace.h\n  GEN     hw/scsi/trace.h\n  GEN     hw/nvram/trace.h\n  GEN     hw/display/trace.h\n  GEN     hw/input/trace.h\n  GEN     hw/timer/trace.h\n  GEN     hw/dma/trace.h\n  GEN     hw/sparc/trace.h\n  GEN     hw/sd/trace.h\n  GEN     hw/isa/trace.h\n  GEN     hw/mem/trace.h\n  GEN     hw/i386/trace.h\n  GEN     hw/i386/xen/trace.h\n  GEN     hw/9pfs/trace.h\n  GEN     hw/ppc/trace.h\n  GEN     hw/pci/trace.h\n  GEN     hw/s390x/trace.h\n  GEN     hw/vfio/trace.h\n  GEN     hw/acpi/trace.h\n  GEN     hw/arm/trace.h\n  GEN     hw/alpha/trace.h\n  GEN     hw/xen/trace.h\n  GEN     ui/trace.h\n  GEN     audio/trace.h\n  GEN     net/trace.h\n  GEN     target/arm/trace.h\n  GEN     target/i386/trace.h\n  GEN     target/mips/trace.h\n  GEN     target/sparc/trace.h\n  GEN     target/s390x/trace.h\n  GEN     target/ppc/trace.h\n  GEN     qom/trace.h\n  GEN     linux-user/trace.h\n  GEN     qapi/trace.h\n  GEN     accel/tcg/trace.h\n  GEN     accel/kvm/trace.h\n  GEN     nbd/trace.h\n  GEN     trace-root.c\n  GEN     util/trace.c\n  GEN     crypto/trace.c\n  GEN     io/trace.c\n  GEN     migration/trace.c\n  GEN     block/trace.c\n  GEN     chardev/trace.c\n  GEN     hw/block/trace.c\n  GEN     hw/block/dataplane/trace.c\n  GEN     hw/char/trace.c\n  GEN     hw/intc/trace.c\n  GEN     hw/net/trace.c\n  GEN     hw/virtio/trace.c\n  GEN     hw/audio/trace.c\n  GEN     hw/misc/trace.c\n  GEN     hw/usb/trace.c\n  GEN     hw/scsi/trace.c\n  GEN     hw/nvram/trace.c\n  GEN     hw/display/trace.c\n  GEN     hw/input/trace.c\n  GEN     hw/timer/trace.c\n  GEN     hw/dma/trace.c\n  GEN     hw/sparc/trace.c\n  GEN     hw/sd/trace.c\n  GEN     hw/isa/trace.c\n  GEN     hw/mem/trace.c\n  GEN     hw/i386/trace.c\n  GEN     hw/i386/xen/trace.c\n  GEN     hw/9pfs/trace.c\n  GEN     hw/ppc/trace.c\n  GEN     hw/pci/trace.c\n  GEN     hw/s390x/trace.c\n  GEN     hw/vfio/trace.c\n  GEN     hw/acpi/trace.c\n  GEN     hw/arm/trace.c\n  GEN     hw/alpha/trace.c\n  GEN     hw/xen/trace.c\n  GEN     ui/trace.c\n  GEN     audio/trace.c\n  GEN     net/trace.c\n  GEN     target/arm/trace.c\n  GEN     target/i386/trace.c\n  GEN     target/mips/trace.c\n  GEN     target/sparc/trace.c\n  GEN     target/s390x/trace.c\n  GEN     target/ppc/trace.c\n  GEN     qom/trace.c\n  GEN     linux-user/trace.c\n  GEN     qapi/trace.c\n  GEN     accel/tcg/trace.c\n  GEN     accel/kvm/trace.c\n  GEN     nbd/trace.c\n  GEN     config-all-devices.mak\n\t DEP /tmp/qemu-test/src/dtc/tests/dumptrees.c\n\t DEP /tmp/qemu-test/src/dtc/tests/testutils.c\n\t DEP /tmp/qemu-test/src/dtc/tests/trees.S\n\t DEP /tmp/qemu-test/src/dtc/tests/value-labels.c\n\t DEP /tmp/qemu-test/src/dtc/tests/asm_tree_dump.c\n\t DEP /tmp/qemu-test/src/dtc/tests/truncated_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/check_path.c\n\t DEP /tmp/qemu-test/src/dtc/tests/overlay_bad_fixup.c\n\t DEP /tmp/qemu-test/src/dtc/tests/overlay.c\n\t DEP /tmp/qemu-test/src/dtc/tests/subnode_iterate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/property_iterate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/utilfdt_test.c\n\t DEP /tmp/qemu-test/src/dtc/tests/integer-expressions.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path_offset_aliases.c\n\t DEP /tmp/qemu-test/src/dtc/tests/add_subnode_with_nops.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtbs_equal_unordered.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtb_reverse.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtbs_equal_ordered.c\n\t DEP /tmp/qemu-test/src/dtc/tests/extra-terminating-null.c\n\t DEP /tmp/qemu-test/src/dtc/tests/incbin.c\n\t DEP /tmp/qemu-test/src/dtc/tests/phandle_format.c\n\t DEP /tmp/qemu-test/src/dtc/tests/boot-cpuid.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path-references.c\n\t DEP /tmp/qemu-test/src/dtc/tests/references.c\n\t DEP /tmp/qemu-test/src/dtc/tests/string_escapes.c\n\t DEP /tmp/qemu-test/src/dtc/tests/propname_escapes.c\n\t DEP /tmp/qemu-test/src/dtc/tests/appendprop2.c\n\t DEP /tmp/qemu-test/src/dtc/tests/appendprop1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/del_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/del_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/setprop.c\n\t DEP /tmp/qemu-test/src/dtc/tests/set_name.c\n\t DEP /tmp/qemu-test/src/dtc/tests/rw_tree1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/open_pack.c\n\t DEP /tmp/qemu-test/src/dtc/tests/mangle-layout.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nopulate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/move_and_save.c\n\t DEP /tmp/qemu-test/src/dtc/tests/sw_tree1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nop_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nop_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/setprop_inplace.c\n\t DEP /tmp/qemu-test/src/dtc/tests/stringlist.c\n\t DEP /tmp/qemu-test/src/dtc/tests/addr_size_cells.c\n\t DEP /tmp/qemu-test/src/dtc/tests/notfound.c\n\t DEP /tmp/qemu-test/src/dtc/tests/sized_cells.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_alias.c\n\t DEP /tmp/qemu-test/src/dtc/tests/char_literal.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_compatible.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_check_compatible.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_phandle.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_prop_value.c\n\t DEP /tmp/qemu-test/src/dtc/tests/parent_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/supernode_atdepth_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_path.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_phandle.c\n\t DEP /tmp/qemu-test/src/dtc/tests/getprop.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_name.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/subnode_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/root_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/find_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_mem_rsv.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_overlay.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_addresses.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_empty_tree.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_strerror.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_rw.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_sw.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_wip.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_ro.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt.c\n\t DEP /tmp/qemu-test/src/dtc/util.c\n\t DEP /tmp/qemu-test/src/dtc/fdtput.c\n\t DEP /tmp/qemu-test/src/dtc/fdtget.c\n\t DEP /tmp/qemu-test/src/dtc/fdtdump.c\n\t LEX convert-dtsv0-lexer.lex.c\n\t DEP /tmp/qemu-test/src/dtc/srcpos.c\nmake[1]: flex: Command not found\n\t BISON dtc-parser.tab.c\nmake[1]: bison: Command not found\n\t DEP /tmp/qemu-test/src/dtc/treesource.c\n\t LEX dtc-lexer.lex.c\n\t DEP /tmp/qemu-test/src/dtc/livetree.c\nmake[1]: flex: Command not found\n\t DEP /tmp/qemu-test/src/dtc/flattree.c\n\t DEP /tmp/qemu-test/src/dtc/fstree.c\n\t DEP /tmp/qemu-test/src/dtc/dtc.c\n\t DEP /tmp/qemu-test/src/dtc/data.c\n\t DEP /tmp/qemu-test/src/dtc/checks.c\n\tCHK version_gen.h\n\t LEX convert-dtsv0-lexer.lex.c\n\t LEX dtc-lexer.lex.c\nmake[1]: flex: Command not found\n\tUPD version_gen.h\nmake[1]: flex: Command not found\n\t BISON dtc-parser.tab.c\nmake[1]: bison: Command not found\n\t DEP /tmp/qemu-test/src/dtc/util.c\n\t LEX convert-dtsv0-lexer.lex.c\nmake[1]: flex: Command not found\n\t BISON dtc-parser.tab.c\n\t LEX dtc-lexer.lex.c\nmake[1]: bison: Command not found\nmake[1]: flex: Command not found\n\t CC libfdt/fdt.o\n\t CC libfdt/fdt_ro.o\n\t CC libfdt/fdt_sw.o\n\t CC libfdt/fdt_wip.o\n\t CC libfdt/fdt_strerror.o\n\t CC libfdt/fdt_rw.o\n\t CC libfdt/fdt_empty_tree.o\n\t CC libfdt/fdt_addresses.o\n\t CC libfdt/fdt_overlay.o\n\t AR libfdt/libfdt.a\nar: creating libfdt/libfdt.a\na - libfdt/fdt.o\na - libfdt/fdt_ro.o\na - libfdt/fdt_wip.o\na - libfdt/fdt_sw.o\na - libfdt/fdt_rw.o\na - libfdt/fdt_strerror.o\na - libfdt/fdt_empty_tree.o\na - libfdt/fdt_addresses.o\na - libfdt/fdt_overlay.o\n\t LEX convert-dtsv0-lexer.lex.c\nmake[1]: flex: Command not found\n\t BISON dtc-parser.tab.c\n\t LEX dtc-lexer.lex.c\nmake[1]: bison: Command not found\nmake[1]: flex: Command not found\n  CC      tests/qemu-iotests/socket_scm_helper.o\n  GEN     qga/qapi-generated/qga-qapi-types.h\n  GEN     qga/qapi-generated/qga-qapi-visit.c\n  GEN     qga/qapi-generated/qga-qapi-types.c\n  GEN     qga/qapi-generated/qga-qapi-visit.h\n  GEN     qga/qapi-generated/qga-qmp-marshal.c\n  CC      qmp-introspect.o\n  GEN     qga/qapi-generated/qga-qmp-commands.h\n  CC      qapi-types.o\n  CC      qapi-visit.o\n  CC      qapi-event.o\n  CC      qapi/qapi-visit-core.o\n  CC      qapi/qapi-dealloc-visitor.o\n  CC      qapi/qobject-input-visitor.o\n  CC      qapi/qobject-output-visitor.o\n  CC      qapi/qmp-registry.o\n  CC      qapi/qmp-dispatch.o\n  CC      qapi/string-input-visitor.o\n  CC      qapi/string-output-visitor.o\n  CC      qapi/opts-visitor.o\n  CC      qapi/qapi-clone-visitor.o\n  CC      qapi/qmp-event.o\n  CC      qapi/qapi-util.o\n  CC      qobject/qnull.o\n  CC      qobject/qnum.o\n  CC      qobject/qstring.o\n  CC      qobject/qdict.o\n  CC      qobject/qlist.o\n  CC      qobject/qbool.o\n  CC      qobject/qlit.o\n  CC      qobject/qjson.o\n  CC      qobject/qobject.o\n  CC      qobject/json-streamer.o\n  CC      qobject/json-lexer.o\n  CC      qobject/json-parser.o\n  CC      trace/control.o\n  CC      trace/qmp.o\n  CC      util/osdep.o\n  CC      util/cutils.o\n  CC      util/unicode.o\n  CC      util/qemu-timer-common.o\n  CC      util/bufferiszero.o\n  CC      util/lockcnt.o\n  CC      util/aiocb.o\n  CC      util/thread-pool.o\n  CC      util/async.o\n  CC      util/qemu-timer.o\n  CC      util/main-loop.o\n  CC      util/iohandler.o\n  CC      util/aio-posix.o\n  CC      util/compatfd.o\n  CC      util/mmap-alloc.o\n  CC      util/event_notifier-posix.o\n  CC      util/oslib-posix.o\n  CC      util/qemu-openpty.o\n  CC      util/qemu-thread-posix.o\n  CC      util/memfd.o\n  CC      util/envlist.o\n  CC      util/path.o\n  CC      util/module.o\n  CC      util/bitmap.o\n  CC      util/host-utils.o\n  CC      util/bitops.o\n  CC      util/hbitmap.o\n  CC      util/acl.o\n  CC      util/cacheinfo.o\n  CC      util/error.o\n  CC      util/fifo8.o\n  CC      util/qemu-error.o\n  CC      util/id.o\n  CC      util/iov.o\n  CC      util/qemu-config.o\n  CC      util/qemu-sockets.o\n  CC      util/uri.o\n  CC      util/notify.o\n  CC      util/qemu-option.o\n  CC      util/qemu-progress.o\n  CC      util/hexdump.o\n  CC      util/keyval.o\n  CC      util/crc32c.o\n  CC      util/uuid.o\n  CC      util/throttle.o\n  CC      util/getauxval.o\n  CC      util/readline.o\n  CC      util/rcu.o\n  CC      util/qemu-coroutine.o\n  CC      util/qemu-coroutine-lock.o\n  CC      util/qemu-coroutine-io.o\n  CC      util/qemu-coroutine-sleep.o\n  CC      util/coroutine-ucontext.o\n  CC      util/buffer.o\n  CC      util/timed-average.o\n  CC      util/base64.o\n  CC      util/log.o\n  CC      util/qdist.o\n  CC      util/qht.o\n  CC      util/range.o\n  CC      util/systemd.o\n  CC      util/stats64.o\n  CC      trace-root.o\n  CC      util/trace.o\n  CC      crypto/trace.o\n  CC      io/trace.o\n  CC      migration/trace.o\n  CC      block/trace.o\n  CC      chardev/trace.o\n  CC      hw/block/trace.o\n  CC      hw/block/dataplane/trace.o\n  CC      hw/char/trace.o\n  CC      hw/intc/trace.o\n  CC      hw/net/trace.o\n  CC      hw/virtio/trace.o\n  CC      hw/audio/trace.o\n  CC      hw/misc/trace.o\n  CC      hw/usb/trace.o\n  CC      hw/scsi/trace.o\n  CC      hw/display/trace.o\n  CC      hw/input/trace.o\n  CC      hw/nvram/trace.o\n  CC      hw/timer/trace.o\n  CC      hw/dma/trace.o\n  CC      hw/sparc/trace.o\n  CC      hw/sd/trace.o\n  CC      hw/isa/trace.o\n  CC      hw/mem/trace.o\n  CC      hw/i386/trace.o\n  CC      hw/i386/xen/trace.o\n  CC      hw/ppc/trace.o\n  CC      hw/9pfs/trace.o\n  CC      hw/pci/trace.o\n  CC      hw/s390x/trace.o\n  CC      hw/arm/trace.o\n  CC      hw/acpi/trace.o\n  CC      hw/alpha/trace.o\n  CC      hw/vfio/trace.o\n  CC      hw/xen/trace.o\n  CC      ui/trace.o\n  CC      net/trace.o\n  CC      audio/trace.o\n  CC      target/arm/trace.o\n  CC      target/mips/trace.o\n  CC      target/i386/trace.o\n  CC      target/sparc/trace.o\n  CC      qom/trace.o\n  CC      target/s390x/trace.o\n  CC      target/ppc/trace.o\n  CC      linux-user/trace.o\n  CC      qapi/trace.o\n  CC      accel/tcg/trace.o\n  CC      accel/kvm/trace.o\n  CC      nbd/trace.o\n  CC      crypto/pbkdf-stub.o\n  CC      stubs/arch-query-cpu-def.o\n  CC      stubs/arch-query-cpu-model-expansion.o\n  CC      stubs/arch-query-cpu-model-comparison.o\n  CC      stubs/arch-query-cpu-model-baseline.o\n  CC      stubs/bdrv-next-monitor-owned.o\n  CC      stubs/blockdev-close-all-bdrv-states.o\n  CC      stubs/blk-commit-all.o\n  CC      stubs/clock-warp.o\n  CC      stubs/cpu-get-clock.o\n  CC      stubs/cpu-get-icount.o\n  CC      stubs/dump.o\n  CC      stubs/error-printf.o\n  CC      stubs/gdbstub.o\n  CC      stubs/fdset.o\n  CC      stubs/get-vm-name.o\n  CC      stubs/iothread-lock.o\n  CC      stubs/iothread.o\n  CC      stubs/is-daemonized.o\n  CC      stubs/machine-init-done.o\n  CC      stubs/change-state-handler.o\n  CC      stubs/migr-blocker.o\n  CC      stubs/monitor.o\n  CC      stubs/notify-event.o\n  CC      stubs/replay.o\n  CC      stubs/qtest.o\n  CC      stubs/runstate-check.o\n  CC      stubs/set-fd-handler.o\n  CC      stubs/slirp.o\n  CC      stubs/sysbus.o\n  CC      stubs/trace-control.o\n  CC      stubs/uuid.o\n  CC      stubs/vm-stop.o\n  CC      stubs/vmstate.o\n  CC      stubs/qmp_pc_dimm_device_list.o\n  CC      stubs/target-monitor-defs.o\n  CC      stubs/target-get-monitor-def.o\n  CC      stubs/pc_madt_cpu_entry.o\n  CC      stubs/xen-common.o\n  CC      stubs/vmgenid.o\n  CC      stubs/xen-hvm.o\n  CC      stubs/pci-host-piix.o\n  CC      contrib/ivshmem-client/ivshmem-client.o\n  CC      contrib/ivshmem-client/main.o\n  CC      contrib/ivshmem-server/main.o\n  CC      contrib/ivshmem-server/ivshmem-server.o\n  CC      qemu-nbd.o\n  CC      block.o\n  CC      blockjob.o\n  CC      qemu-io-cmds.o\n  CC      replication.o\n  CC      block/raw-format.o\n  CC      block/qcow.o\n  CC      block/vdi.o\n  CC      block/vmdk.o\n  CC      block/bochs.o\n  CC      block/cloop.o\n  CC      block/vpc.o\n  CC      block/vvfat.o\n  CC      block/dmg.o\n  CC      block/qcow2.o\n  CC      block/qcow2-cluster.o\n  CC      block/qcow2-refcount.o\n  CC      block/qcow2-snapshot.o\n  CC      block/qcow2-cache.o\n  CC      block/qed.o\n  CC      block/qcow2-bitmap.o\n  CC      block/qed-l2-cache.o\n  CC      block/qed-table.o\n  CC      block/qed-cluster.o\n  CC      block/qed-check.o\n  CC      block/vhdx.o\n  CC      block/vhdx-endian.o\n  CC      block/vhdx-log.o\n  CC      block/parallels.o\n  CC      block/quorum.o\n  CC      block/blkdebug.o\n  CC      block/blkverify.o\n  CC      block/blkreplay.o\n  CC      block/block-backend.o\n  CC      block/snapshot.o\n  CC      block/file-posix.o\n  CC      block/qapi.o\n  CC      block/null.o\n  CC      block/mirror.o\n  CC      block/commit.o\n  CC      block/io.o\n  CC      block/throttle-groups.o\n  CC      block/nbd.o\n  CC      block/sheepdog.o\n  CC      block/nbd-client.o\n  CC      block/accounting.o\n  CC      block/dirty-bitmap.o\n  CC      block/write-threshold.o\n  CC      block/backup.o\n  CC      block/replication.o\n  CC      block/throttle.o\n  CC      block/crypto.o\n  CC      nbd/server.o\n  CC      nbd/common.o\n  CC      nbd/client.o\n  CC      crypto/init.o\n  CC      crypto/hash.o\n  CC      crypto/hash-glib.o\n  CC      crypto/hmac.o\n  CC      crypto/hmac-glib.o\n  CC      crypto/aes.o\n  CC      crypto/desrfb.o\n  CC      crypto/cipher.o\n  CC      crypto/tlscreds.o\n  CC      crypto/tlscredsanon.o\n  CC      crypto/tlscredsx509.o\n  CC      crypto/tlssession.o\n  CC      crypto/secret.o\n  CC      crypto/random-platform.o\n  CC      crypto/pbkdf.o\n  CC      crypto/ivgen.o\n  CC      crypto/ivgen-essiv.o\n  CC      crypto/ivgen-plain.o\n  CC      crypto/ivgen-plain64.o\n  CC      crypto/afsplit.o\n  CC      crypto/xts.o\n  CC      crypto/block.o\n  CC      crypto/block-qcow.o\n  CC      crypto/block-luks.o\n  CC      io/channel.o\n  CC      io/channel-buffer.o\n  CC      io/channel-command.o\n  CC      io/channel-socket.o\n  CC      io/channel-file.o\n  CC      io/channel-tls.o\n  CC      io/channel-websock.o\n  CC      io/channel-watch.o\n  CC      io/channel-util.o\n  CC      io/dns-resolver.o\n  CC      io/task.o\n  CC      qom/container.o\n  CC      qom/object.o\n  CC      qom/object_interfaces.o\n  CC      qom/qom-qobject.o\n  CC      qemu-io.o\n  GEN     qemu-img-cmds.h\n  CC      qemu-bridge-helper.o\n  CC      blockdev.o\n  CC      blockdev-nbd.o\n  CC      bootdevice.o\n  CC      iothread.o\n  CC      qdev-monitor.o\n  CC      os-posix.o\n  CC      device-hotplug.o\n  CC      bt-host.o\n  CC      bt-vhci.o\n  CC      dma-helpers.o\n  CC      vl.o\n  CC      device_tree.o\n  CC      qmp-marshal.o\n  CC      qmp.o\n  CC      tpm.o\n  CC      hmp.o\n  CC      cpus-common.o\n  CC      audio/audio.o\n  CC      audio/noaudio.o\n  CC      audio/wavaudio.o\n  CC      audio/mixeng.o\n  CC      audio/sdlaudio.o\n  CC      audio/wavcapture.o\n  CC      audio/ossaudio.o\n  CC      backends/rng.o\n  CC      backends/rng-random.o\n  CC      backends/rng-egd.o\n  CC      backends/tpm.o\n  CC      backends/hostmem-ram.o\n  CC      backends/hostmem.o\n  CC      backends/hostmem-file.o\n  CC      backends/cryptodev.o\n  CC      backends/cryptodev-builtin.o\n  CC      block/stream.o\n  CC      chardev/msmouse.o\n  CC      chardev/wctablet.o\n  CC      chardev/testdev.o\n  CC      disas/arm.o\n  CC      disas/i386.o\n  CC      fsdev/qemu-fsdev-dummy.o\n  CC      fsdev/qemu-fsdev-opts.o\n  CC      fsdev/qemu-fsdev-throttle.o\n  CC      hw/acpi/core.o\n  CC      hw/acpi/piix4.o\n  CC      hw/acpi/pcihp.o\n  CC      hw/acpi/ich9.o\n  CC      hw/acpi/tco.o\n  CC      hw/acpi/cpu_hotplug.o\n  CC      hw/acpi/memory_hotplug.o\n  CC      hw/acpi/cpu.o\n  CC      hw/acpi/vmgenid.o\n  CC      hw/acpi/acpi_interface.o\n  CC      hw/acpi/nvdimm.o\n  CC      hw/acpi/bios-linker-loader.o\n  CC      hw/acpi/aml-build.o\n  CC      hw/acpi/ipmi.o\n  CC      hw/acpi/acpi-stub.o\n  CC      hw/acpi/ipmi-stub.o\n  CC      hw/audio/sb16.o\n  CC      hw/audio/es1370.o\n  CC      hw/audio/ac97.o\n  CC      hw/audio/fmopl.o\n  CC      hw/audio/adlib.o\n  CC      hw/audio/gusemu_hal.o\n  CC      hw/audio/gus.o\n  CC      hw/audio/gusemu_mixer.o\n  CC      hw/audio/cs4231a.o\n  CC      hw/audio/intel-hda.o\n  CC      hw/audio/hda-codec.o\n  CC      hw/audio/wm8750.o\n  CC      hw/audio/pcspk.o\n  CC      hw/audio/pl041.o\n  CC      hw/audio/lm4549.o\n  CC      hw/audio/marvell_88w8618.o\n  CC      hw/audio/soundhw.o\n  CC      hw/block/block.o\n  CC      hw/block/cdrom.o\n  CC      hw/block/hd-geometry.o\n  CC      hw/block/fdc.o\n  CC      hw/block/m25p80.o\n  CC      hw/block/nand.o\n  CC      hw/block/pflash_cfi01.o\n  CC      hw/block/pflash_cfi02.o\n  CC      hw/block/ecc.o\n  CC      hw/block/onenand.o\n  CC      hw/block/nvme.o\n  CC      hw/bt/core.o\n  CC      hw/bt/sdp.o\n  CC      hw/bt/l2cap.o\n  CC      hw/bt/hci.o\n  CC      hw/bt/hid.o\n  CC      hw/bt/hci-csr.o\n  CC      hw/char/ipoctal232.o\n  CC      hw/char/parallel.o\n  CC      hw/char/pl011.o\n  CC      hw/char/serial.o\n  CC      hw/char/serial-isa.o\n  CC      hw/char/serial-pci.o\n  CC      hw/char/virtio-console.o\n  CC      hw/char/cadence_uart.o\n  CC      hw/char/cmsdk-apb-uart.o\n  CC      hw/char/imx_serial.o\n  CC      hw/core/qdev.o\n  CC      hw/core/bus.o\n  CC      hw/core/qdev-properties.o\n  CC      hw/char/debugcon.o\n  CC      hw/core/reset.o\n  CC      hw/core/fw-path-provider.o\n  CC      hw/core/hotplug.o\n  CC      hw/core/irq.o\n  CC      hw/core/nmi.o\n  CC      hw/core/ptimer.o\n  CC      hw/core/machine.o\n  CC      hw/core/loader.o\n  CC      hw/core/sysbus.o\n  CC      hw/core/qdev-properties-system.o\n  CC      hw/core/register.o\n  CC      hw/core/or-irq.o\n  CC      hw/core/platform-bus.o\n  CC      hw/cpu/core.o\n  CC      hw/display/cirrus_vga.o\n  CC      hw/display/ads7846.o\n  CC      hw/display/pl110.o\n  CC      hw/display/ssd0303.o\n  CC      hw/display/ssd0323.o\n  CC      hw/display/vga-pci.o\n  CC      hw/display/vmware_vga.o\n  CC      hw/display/vga-isa.o\n  CC      hw/display/blizzard.o\n  CC      hw/display/exynos4210_fimd.o\n  CC      hw/display/framebuffer.o\n  CC      hw/display/tc6393xb.o\n  CC      hw/dma/pl330.o\n  CC      hw/dma/i8257.o\n  CC      hw/dma/pl080.o\n  CC      hw/dma/xlnx-zynq-devcfg.o\n  CC      hw/gpio/max7310.o\n  CC      hw/gpio/pl061.o\n  CC      hw/gpio/zaurus.o\n  CC      hw/gpio/gpio_key.o\n  CC      hw/i2c/smbus.o\n  CC      hw/i2c/smbus_eeprom.o\n  CC      hw/i2c/i2c-ddc.o\n  CC      hw/i2c/smbus_ich9.o\n  CC      hw/i2c/core.o\n  CC      hw/i2c/versatile_i2c.o\n  CC      hw/i2c/pm_smbus.o\n  CC      hw/i2c/bitbang_i2c.o\n  CC      hw/i2c/exynos4210_i2c.o\n  CC      hw/i2c/imx_i2c.o\n  CC      hw/i2c/aspeed_i2c.o\n  CC      hw/ide/core.o\n  CC      hw/ide/atapi.o\n  CC      hw/ide/qdev.o\n  CC      hw/ide/pci.o\n  CC      hw/ide/isa.o\n  CC      hw/ide/piix.o\n  CC      hw/ide/microdrive.o\n  CC      hw/ide/ahci.o\n  CC      hw/ide/ich.o\n  CC      hw/input/hid.o\n  CC      hw/input/lm832x.o\n  CC      hw/input/pckbd.o\n  CC      hw/input/pl050.o\n  CC      hw/input/ps2.o\n  CC      hw/input/stellaris_input.o\n  CC      hw/input/tsc2005.o\n  CC      hw/input/vmmouse.o\n  CC      hw/input/virtio-input.o\n  CC      hw/input/virtio-input-hid.o\n  CC      hw/input/virtio-input-host.o\n  CC      hw/intc/i8259_common.o\n  CC      hw/intc/i8259.o\n  CC      hw/intc/imx_avic.o\n  CC      hw/intc/realview_gic.o\n  CC      hw/intc/pl190.o\n  CC      hw/intc/ioapic_common.o\n  CC      hw/intc/arm_gic_common.o\n  CC      hw/intc/arm_gic.o\n  CC      hw/intc/arm_gicv2m.o\n  CC      hw/intc/arm_gicv3_common.o\n  CC      hw/intc/arm_gicv3.o\n  CC      hw/intc/arm_gicv3_dist.o\n  CC      hw/intc/arm_gicv3_redist.o\n  CC      hw/intc/arm_gicv3_its_common.o\n  CC      hw/intc/intc.o\n  CC      hw/ipack/ipack.o\n  CC      hw/ipack/tpci200.o\n  CC      hw/ipmi/ipmi.o\n  CC      hw/ipmi/ipmi_bmc_sim.o\n  CC      hw/ipmi/ipmi_bmc_extern.o\n  CC      hw/ipmi/isa_ipmi_kcs.o\n  CC      hw/ipmi/isa_ipmi_bt.o\n  CC      hw/mem/pc-dimm.o\n  CC      hw/isa/isa-bus.o\n  CC      hw/mem/nvdimm.o\n  CC      hw/isa/apm.o\n  CC      hw/misc/applesmc.o\n  CC      hw/misc/max111x.o\n  CC      hw/misc/tmp105.o\n  CC      hw/misc/debugexit.o\n  CC      hw/misc/sga.o\n  CC      hw/misc/pc-testdev.o\n  CC      hw/misc/tmp421.o\n  CC      hw/misc/pci-testdev.o\n  CC      hw/misc/edu.o\n  CC      hw/misc/unimp.o\n  CC      hw/misc/arm_l2x0.o\n  CC      hw/misc/arm_integrator_debug.o\n  CC      hw/misc/a9scu.o\n  CC      hw/misc/arm11scu.o\n  CC      hw/net/ne2000.o\n  CC      hw/net/eepro100.o\n  CC      hw/net/pcnet-pci.o\n  CC      hw/net/pcnet.o\n  CC      hw/net/e1000.o\n  CC      hw/net/e1000x_common.o\n  CC      hw/net/net_tx_pkt.o\n  CC      hw/net/net_rx_pkt.o\n  CC      hw/net/e1000e.o\n  CC      hw/net/e1000e_core.o\n  CC      hw/net/rtl8139.o\n  CC      hw/net/vmxnet3.o\n  CC      hw/net/smc91c111.o\n  CC      hw/net/lan9118.o\n  CC      hw/net/ne2000-isa.o\n  CC      hw/net/xgmac.o\n  CC      hw/net/allwinner_emac.o\n  CC      hw/net/imx_fec.o\n  CC      hw/net/stellaris_enet.o\n  CC      hw/net/ftgmac100.o\n  CC      hw/net/cadence_gem.o\n  CC      hw/net/rocker/rocker_fp.o\n  CC      hw/net/rocker/rocker.o\n  CC      hw/net/rocker/rocker_desc.o\n  CC      hw/net/rocker/rocker_of_dpa.o\n  CC      hw/net/rocker/rocker_world.o\n  CC      hw/nvram/fw_cfg.o\n  CC      hw/nvram/chrp_nvram.o\n  CC      hw/nvram/eeprom93xx.o\n  CC      hw/pci-bridge/pci_bridge_dev.o\n  CC      hw/pci-bridge/pcie_pci_bridge.o\n  CC      hw/pci-bridge/pcie_root_port.o\n  CC      hw/pci-bridge/gen_pcie_root_port.o\n  CC      hw/pci-bridge/pci_expander_bridge.o\n  CC      hw/pci-bridge/xio3130_upstream.o\n  CC      hw/pci-bridge/ioh3420.o\n  CC      hw/pci-bridge/xio3130_downstream.o\n  CC      hw/pci-host/pam.o\n  CC      hw/pci-bridge/i82801b11.o\n  CC      hw/pci-host/versatile.o\n  CC      hw/pci-host/piix.o\n  CC      hw/pci-host/q35.o\n  CC      hw/pci-host/gpex.o\n  CC      hw/pci/pci.o\n  CC      hw/pci/msix.o\n  CC      hw/pci/pci_bridge.o\n  CC      hw/pci/shpc.o\n  CC      hw/pci/slotid_cap.o\n  CC      hw/pci/msi.o\n  CC      hw/pci/pci_host.o\n  CC      hw/pci/pcie_host.o\n  CC      hw/pci/pcie.o\n  CC      hw/pci/pcie_aer.o\n  CC      hw/pci/pcie_port.o\n  CC      hw/pci/pci-stub.o\n  CC      hw/pcmcia/pcmcia.o\n  CC      hw/scsi/scsi-disk.o\n  CC      hw/scsi/scsi-generic.o\n  CC      hw/scsi/scsi-bus.o\n  CC      hw/scsi/lsi53c895a.o\n  CC      hw/scsi/mptsas.o\n  CC      hw/scsi/mptendian.o\n  CC      hw/scsi/megasas.o\n  CC      hw/scsi/mptconfig.o\n  CC      hw/scsi/vmw_pvscsi.o\n  CC      hw/scsi/esp.o\n  CC      hw/scsi/esp-pci.o\n  CC      hw/sd/pl181.o\n  CC      hw/sd/ssi-sd.o\n  CC      hw/sd/sd.o\n  CC      hw/sd/core.o\n  CC      hw/smbios/smbios.o\n  CC      hw/sd/sdhci.o\n  CC      hw/smbios/smbios_type_38.o\n  CC      hw/smbios/smbios-stub.o\n  CC      hw/smbios/smbios_type_38-stub.o\n  CC      hw/ssi/pl022.o\n  CC      hw/ssi/ssi.o\n  CC      hw/ssi/xilinx_spips.o\n  CC      hw/ssi/aspeed_smc.o\n  CC      hw/ssi/stm32f2xx_spi.o\n  CC      hw/timer/arm_timer.o\n  CC      hw/timer/arm_mptimer.o\n  CC      hw/timer/armv7m_systick.o\n  CC      hw/timer/cadence_ttc.o\n  CC      hw/timer/ds1338.o\n  CC      hw/timer/a9gtimer.o\n  CC      hw/timer/hpet.o\n  CC      hw/timer/i8254_common.o\n  CC      hw/timer/i8254.o\n  CC      hw/timer/pl031.o\n  CC      hw/timer/twl92230.o\n  CC      hw/timer/imx_epit.o\n  CC      hw/timer/imx_gpt.o\n  CC      hw/timer/stm32f2xx_timer.o\n  CC      hw/timer/aspeed_timer.o\n  CC      hw/timer/cmsdk-apb-timer.o\n  CC      hw/tpm/tpm_tis.o\n  CC      hw/tpm/tpm_passthrough.o\n  CC      hw/tpm/tpm_util.o\n  CC      hw/usb/core.o\n  CC      hw/usb/combined-packet.o\n  CC      hw/usb/bus.o\n  CC      hw/usb/libhw.o\n  CC      hw/usb/desc.o\n  CC      hw/usb/hcd-uhci.o\n  CC      hw/usb/desc-msos.o\n  CC      hw/usb/hcd-ohci.o\n  CC      hw/usb/hcd-ehci.o\n  CC      hw/usb/hcd-ehci-pci.o\n  CC      hw/usb/hcd-ehci-sysbus.o\n  CC      hw/usb/hcd-xhci.o\n  CC      hw/usb/hcd-xhci-nec.o\n  CC      hw/usb/hcd-musb.o\n  CC      hw/usb/dev-hub.o\n  CC      hw/usb/dev-hid.o\n  CC      hw/usb/dev-wacom.o\n  CC      hw/usb/dev-storage.o\n  CC      hw/usb/dev-uas.o\n  CC      hw/usb/dev-audio.o\n  CC      hw/usb/dev-serial.o\n  CC      hw/usb/dev-bluetooth.o\n  CC      hw/usb/dev-network.o\n  CC      hw/usb/dev-smartcard-reader.o\n  CC      hw/usb/dev-mtp.o\n  CC      hw/usb/host-stub.o\n  CC      hw/virtio/virtio-rng.o\n  CC      hw/virtio/virtio-pci.o\n  CC      hw/virtio/virtio-bus.o\n  CC      hw/virtio/virtio-mmio.o\n  CC      hw/watchdog/watchdog.o\n  CC      hw/virtio/vhost-stub.o\n  CC      hw/watchdog/wdt_i6300esb.o\n  CC      hw/watchdog/wdt_ib700.o\n  CC      hw/watchdog/wdt_aspeed.o\n  CC      migration/migration.o\n  CC      migration/socket.o\n  CC      migration/fd.o\n  CC      migration/exec.o\n  CC      migration/tls.o\n  CC      migration/channel.o\n  CC      migration/savevm.o\n  CC      migration/colo-comm.o\n  CC      migration/colo.o\n  CC      migration/colo-failover.o\n  CC      migration/vmstate.o\n  CC      migration/page_cache.o\n  CC      migration/vmstate-types.o\n  CC      migration/qemu-file.o\n  CC      migration/global_state.o\n  CC      migration/xbzrle.o\n  CC      migration/qemu-file-channel.o\n  CC      migration/postcopy-ram.o\n  CC      migration/qjson.o\n  CC      migration/block.o\n  CC      net/queue.o\n  CC      net/net.o\n  CC      net/checksum.o\n  CC      net/util.o\n  CC      net/hub.o\n  CC      net/socket.o\n  CC      net/dump.o\n  CC      net/eth.o\n  CC      net/l2tpv3.o\n  CC      net/vhost-user.o\n  CC      net/filter.o\n  CC      net/slirp.o\n  CC      net/filter-buffer.o\n  CC      net/filter-mirror.o\n  CC      net/colo.o\n  CC      net/colo-compare.o\n  CC      net/filter-rewriter.o\n  CC      net/filter-replay.o\n  CC      net/tap.o\n  CC      net/tap-linux.o\n  CC      qom/cpu.o\n  CC      replay/replay.o\n  CC      replay/replay-internal.o\n  CC      replay/replay-events.o\n  CC      replay/replay-time.o\n  CC      replay/replay-input.o\n  CC      replay/replay-char.o\n  CC      replay/replay-audio.o\n  CC      replay/replay-snapshot.o\n  CC      replay/replay-net.o\n  CC      slirp/cksum.o\n  CC      slirp/if.o\n/tmp/qemu-test/src/replay/replay-internal.c: In function ‘replay_put_array’:\n/tmp/qemu-test/src/replay/replay-internal.c:65: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result\n  CC      slirp/ip_icmp.o\n  CC      slirp/ip6_icmp.o\n  CC      slirp/ip6_input.o\n  CC      slirp/ip6_output.o\n  CC      slirp/ip_input.o\n  CC      slirp/ip_output.o\n  CC      slirp/dnssearch.o\n  CC      slirp/dhcpv6.o\n  CC      slirp/slirp.o\n  CC      slirp/mbuf.o\n  CC      slirp/sbuf.o\n  CC      slirp/misc.o\n  CC      slirp/socket.o\n  CC      slirp/tcp_input.o\n  CC      slirp/tcp_output.o\n  CC      slirp/tcp_timer.o\n  CC      slirp/tcp_subr.o\n  CC      slirp/udp.o\n  CC      slirp/udp6.o\n  CC      slirp/bootp.o\n  CC      slirp/tftp.o\n  CC      slirp/arp_table.o\n/tmp/qemu-test/src/slirp/tcp_input.c: In function ‘tcp_input’:\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_p’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_len’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_tos’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_id’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_off’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_ttl’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_sum’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_src.s_addr’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:219: warning: ‘save_ip.ip_dst.s_addr’ may be used uninitialized in this function\n/tmp/qemu-test/src/slirp/tcp_input.c:220: warning: ‘save_ip6.ip_nh’ may be used uninitialized in this function\n  CC      slirp/ndp_table.o\n  CC      slirp/ncsi.o\n  CC      ui/keymaps.o\n  CC      ui/console.o\n  CC      ui/cursor.o\n  CC      ui/qemu-pixman.o\n  CC      ui/input.o\n  CC      ui/input-keymap.o\n  CC      ui/input-legacy.o\n  CC      ui/sdl_zoom.o\n  CC      ui/sdl.o\n  CC      ui/input-linux.o\n  CC      ui/x_keymap.o\n  CC      ui/vnc.o\n  CC      ui/vnc-enc-zlib.o\n  CC      ui/vnc-enc-hextile.o\n  CC      ui/vnc-enc-tight.o\n  CC      ui/vnc-palette.o\n  CC      ui/vnc-enc-zrle.o\n  CC      ui/vnc-auth-vencrypt.o\n  CC      ui/vnc-ws.o\n  CC      chardev/char.o\n  CC      ui/vnc-jobs.o\n  CC      chardev/char-fd.o\n  CC      chardev/char-fe.o\n  CC      chardev/char-file.o\n  CC      chardev/char-io.o\n  CC      chardev/char-mux.o\n  CC      chardev/char-null.o\n  CC      chardev/char-parallel.o\n  CC      chardev/char-pipe.o\n  CC      chardev/char-serial.o\n  CC      chardev/char-socket.o\n  CC      chardev/char-ringbuf.o\n  CC      chardev/char-pty.o\n  CC      chardev/char-udp.o\n  CC      chardev/char-stdio.o\n  LINK    tests/qemu-iotests/socket_scm_helper\n  CC      qga/commands.o\n  CC      qga/guest-agent-command-state.o\n  CC      qga/main.o\n  CC      qga/commands-posix.o\n  CC      qga/channel-posix.o\n  CC      qga/qapi-generated/qga-qapi-types.o\n  CC      qga/qapi-generated/qga-qapi-visit.o\n  CC      qga/qapi-generated/qga-qmp-marshal.o\n  AR      libqemuutil.a\n  AR      libqemustub.a\n  CC      qemu-img.o\n  AS      optionrom/linuxboot.o\n  AS      optionrom/multiboot.o\n  AS      optionrom/kvmvapic.o\n  CC      optionrom/linuxboot_dma.o\ncc: unrecognized option '-no-integrated-as'\ncc: unrecognized option '-no-integrated-as'\n  BUILD   optionrom/linuxboot_dma.img\n  BUILD   optionrom/multiboot.img\n  BUILD   optionrom/linuxboot_dma.raw\n  SIGN    optionrom/linuxboot_dma.bin\n  BUILD   optionrom/multiboot.raw\n  BUILD   optionrom/linuxboot.img\n  BUILD   optionrom/kvmvapic.img\n  SIGN    optionrom/multiboot.bin\n  BUILD   optionrom/linuxboot.raw\n  BUILD   optionrom/kvmvapic.raw\n  SIGN    optionrom/linuxboot.bin\n  SIGN    optionrom/kvmvapic.bin\n  LINK    qemu-ga\n  LINK    ivshmem-client\n  LINK    ivshmem-server\n  LINK    qemu-nbd\n  LINK    qemu-img\n  LINK    qemu-io\n  LINK    qemu-bridge-helper\n  GEN     x86_64-softmmu/hmp-commands-info.h\n  GEN     x86_64-softmmu/hmp-commands.h\n  GEN     x86_64-softmmu/config-target.h\n  GEN     aarch64-softmmu/hmp-commands.h\n  GEN     aarch64-softmmu/hmp-commands-info.h\n  GEN     aarch64-softmmu/config-target.h\n  CC      x86_64-softmmu/exec.o\n  CC      x86_64-softmmu/tcg/optimize.o\n  CC      x86_64-softmmu/tcg/tcg.o\n  CC      x86_64-softmmu/tcg/tcg-op-gvec.o\n  CC      x86_64-softmmu/tcg/tcg-op.o\n  CC      x86_64-softmmu/tcg/tcg-runtime.o\n  CC      x86_64-softmmu/tcg/tcg-common.o\n  CC      aarch64-softmmu/exec.o\n  CC      x86_64-softmmu/tcg/tcg-runtime-gvec.o\n  CC      x86_64-softmmu/fpu/softfloat.o\n  CC      aarch64-softmmu/tcg/tcg.o\n  CC      aarch64-softmmu/tcg/tcg-op.o\n  CC      x86_64-softmmu/disas.o\n  CC      aarch64-softmmu/tcg/tcg-op-gvec.o\n  GEN     x86_64-softmmu/gdbstub-xml.c\n  CC      x86_64-softmmu/hax-stub.o\n  CC      x86_64-softmmu/arch_init.o\n  CC      x86_64-softmmu/cpus.o\n  CC      x86_64-softmmu/monitor.o\n  CC      x86_64-softmmu/gdbstub.o\n  CC      aarch64-softmmu/tcg/optimize.o\n  CC      aarch64-softmmu/tcg/tcg-common.o\n  CC      aarch64-softmmu/tcg/tcg-runtime.o\n  CC      x86_64-softmmu/balloon.o\n  CC      aarch64-softmmu/tcg/tcg-runtime-gvec.o\n  CC      x86_64-softmmu/ioport.o\n  CC      x86_64-softmmu/numa.o\n  CC      x86_64-softmmu/qtest.o\n  CC      x86_64-softmmu/memory.o\n  CC      x86_64-softmmu/memory_mapping.o\n  CC      aarch64-softmmu/fpu/softfloat.o\n  CC      aarch64-softmmu/disas.o\n  CC      x86_64-softmmu/dump.o\n  GEN     aarch64-softmmu/gdbstub-xml.c\n  CC      aarch64-softmmu/hax-stub.o\n  CC      aarch64-softmmu/arch_init.o\n  CC      aarch64-softmmu/cpus.o\n  CC      aarch64-softmmu/monitor.o\n  CC      aarch64-softmmu/gdbstub.o\n  CC      aarch64-softmmu/balloon.o\n  CC      aarch64-softmmu/ioport.o\n  CC      aarch64-softmmu/numa.o\n  CC      aarch64-softmmu/qtest.o\n  CC      x86_64-softmmu/migration/ram.o\n  CC      aarch64-softmmu/memory.o\n  CC      x86_64-softmmu/accel/accel.o\n  CC      x86_64-softmmu/accel/kvm/kvm-all.o\n  CC      aarch64-softmmu/memory_mapping.o\n  CC      x86_64-softmmu/accel/tcg/tcg-all.o\n  CC      aarch64-softmmu/dump.o\n  CC      x86_64-softmmu/accel/tcg/cputlb.o\n  CC      aarch64-softmmu/migration/ram.o\n  CC      aarch64-softmmu/accel/accel.o\n  CC      x86_64-softmmu/accel/tcg/cpu-exec.o\n  CC      aarch64-softmmu/accel/stubs/kvm-stub.o\n  CC      aarch64-softmmu/accel/tcg/tcg-all.o\n  CC      x86_64-softmmu/accel/tcg/cpu-exec-common.o\n  CC      x86_64-softmmu/accel/tcg/translate-all.o\n  CC      aarch64-softmmu/accel/tcg/cputlb.o\n  CC      x86_64-softmmu/accel/tcg/translator.o\n  CC      x86_64-softmmu/hw/block/virtio-blk.o\n  CC      aarch64-softmmu/accel/tcg/cpu-exec.o\n  CC      aarch64-softmmu/accel/tcg/cpu-exec-common.o\n  CC      aarch64-softmmu/accel/tcg/translate-all.o\n  CC      aarch64-softmmu/accel/tcg/translator.o\n  CC      aarch64-softmmu/hw/adc/stm32f2xx_adc.o\n  CC      aarch64-softmmu/hw/block/virtio-blk.o\n  CC      aarch64-softmmu/hw/block/dataplane/virtio-blk.o\n  CC      aarch64-softmmu/hw/char/exynos4210_uart.o\n  CC      aarch64-softmmu/hw/char/omap_uart.o\n  CC      x86_64-softmmu/hw/block/dataplane/virtio-blk.o\n  CC      aarch64-softmmu/hw/char/digic-uart.o\n  CC      aarch64-softmmu/hw/char/stm32f2xx_usart.o\n  CC      aarch64-softmmu/hw/char/bcm2835_aux.o\n  CC      aarch64-softmmu/hw/char/virtio-serial-bus.o\n  CC      aarch64-softmmu/hw/core/generic-loader.o\n  CC      x86_64-softmmu/hw/char/virtio-serial-bus.o\n  CC      x86_64-softmmu/hw/core/generic-loader.o\n  CC      aarch64-softmmu/hw/core/null-machine.o\n  CC      aarch64-softmmu/hw/cpu/arm11mpcore.o\n  CC      aarch64-softmmu/hw/cpu/realview_mpcore.o\n  CC      aarch64-softmmu/hw/cpu/a9mpcore.o\n  CC      aarch64-softmmu/hw/cpu/a15mpcore.o\n  CC      aarch64-softmmu/hw/display/omap_dss.o\n  CC      x86_64-softmmu/hw/core/null-machine.o\n  CC      aarch64-softmmu/hw/display/omap_lcdc.o\n  CC      x86_64-softmmu/hw/display/vga.o\n  CC      x86_64-softmmu/hw/display/virtio-gpu.o\n  CC      aarch64-softmmu/hw/display/pxa2xx_lcd.o\n  CC      x86_64-softmmu/hw/display/virtio-gpu-3d.o\n  CC      aarch64-softmmu/hw/display/bcm2835_fb.o\n  CC      aarch64-softmmu/hw/display/vga.o\n  CC      x86_64-softmmu/hw/display/virtio-gpu-pci.o\n  CC      aarch64-softmmu/hw/display/virtio-gpu.o\n  CC      aarch64-softmmu/hw/display/virtio-gpu-3d.o\n  CC      aarch64-softmmu/hw/display/virtio-gpu-pci.o\n  CC      aarch64-softmmu/hw/display/dpcd.o\n  CC      aarch64-softmmu/hw/display/xlnx_dp.o\n  CC      aarch64-softmmu/hw/dma/xlnx_dpdma.o\n  CC      x86_64-softmmu/hw/display/virtio-vga.o\n  CC      x86_64-softmmu/hw/intc/apic.o\n  CC      aarch64-softmmu/hw/dma/omap_dma.o\n  CC      aarch64-softmmu/hw/dma/soc_dma.o\n  CC      aarch64-softmmu/hw/dma/pxa2xx_dma.o\n  CC      aarch64-softmmu/hw/dma/bcm2835_dma.o\n  CC      x86_64-softmmu/hw/intc/apic_common.o\n  CC      aarch64-softmmu/hw/gpio/omap_gpio.o\n  CC      aarch64-softmmu/hw/gpio/imx_gpio.o\n  CC      aarch64-softmmu/hw/gpio/bcm2835_gpio.o\n  CC      aarch64-softmmu/hw/i2c/omap_i2c.o\n  CC      aarch64-softmmu/hw/input/pxa2xx_keypad.o\n  CC      aarch64-softmmu/hw/input/tsc210x.o\n  CC      aarch64-softmmu/hw/intc/armv7m_nvic.o\n  CC      aarch64-softmmu/hw/intc/exynos4210_gic.o\n  CC      x86_64-softmmu/hw/intc/ioapic.o\n  CC      aarch64-softmmu/hw/intc/exynos4210_combiner.o\n  CC      aarch64-softmmu/hw/intc/omap_intc.o\n  CC      aarch64-softmmu/hw/intc/bcm2835_ic.o\n  CC      aarch64-softmmu/hw/intc/bcm2836_control.o\n  CC      aarch64-softmmu/hw/intc/allwinner-a10-pic.o\n  CC      aarch64-softmmu/hw/intc/aspeed_vic.o\n  CC      aarch64-softmmu/hw/intc/arm_gicv3_cpuif.o\n  CC      aarch64-softmmu/hw/misc/ivshmem.o\n  CC      x86_64-softmmu/hw/isa/lpc_ich9.o\n  CC      aarch64-softmmu/hw/misc/arm_sysctl.o\n  CC      aarch64-softmmu/hw/misc/cbus.o\n  CC      aarch64-softmmu/hw/misc/exynos4210_pmu.o\n  CC      aarch64-softmmu/hw/misc/exynos4210_clk.o\n  CC      aarch64-softmmu/hw/misc/exynos4210_rng.o\n  CC      aarch64-softmmu/hw/misc/imx_ccm.o\n  CC      aarch64-softmmu/hw/misc/imx31_ccm.o\n  CC      aarch64-softmmu/hw/misc/imx25_ccm.o\n  CC      x86_64-softmmu/hw/misc/vmport.o\n  CC      x86_64-softmmu/hw/misc/pvpanic.o\n  CC      aarch64-softmmu/hw/misc/imx6_src.o\n  CC      aarch64-softmmu/hw/misc/imx6_ccm.o\n  CC      x86_64-softmmu/hw/misc/ivshmem.o\n  CC      x86_64-softmmu/hw/misc/hyperv_testdev.o\n  CC      x86_64-softmmu/hw/misc/mmio_interface.o\n  CC      aarch64-softmmu/hw/misc/mst_fpga.o\n  CC      aarch64-softmmu/hw/misc/omap_clk.o\n  CC      x86_64-softmmu/hw/net/virtio-net.o\n  CC      aarch64-softmmu/hw/misc/omap_gpmc.o\n  CC      x86_64-softmmu/hw/net/vhost_net.o\n  CC      x86_64-softmmu/hw/scsi/virtio-scsi.o\n  CC      x86_64-softmmu/hw/scsi/virtio-scsi-dataplane.o\n  CC      aarch64-softmmu/hw/misc/omap_l4.o\n  CC      x86_64-softmmu/hw/scsi/vhost-scsi-common.o\n  CC      x86_64-softmmu/hw/scsi/vhost-scsi.o\n  CC      x86_64-softmmu/hw/scsi/vhost-user-scsi.o\n  CC      x86_64-softmmu/hw/timer/mc146818rtc.o\n  CC      x86_64-softmmu/hw/vfio/common.o\n  CC      x86_64-softmmu/hw/vfio/pci.o\n  CC      x86_64-softmmu/hw/vfio/pci-quirks.o\n  CC      x86_64-softmmu/hw/vfio/platform.o\n  CC      x86_64-softmmu/hw/vfio/spapr.o\n  CC      x86_64-softmmu/hw/virtio/virtio.o\n  CC      x86_64-softmmu/hw/virtio/virtio-balloon.o\n  CC      aarch64-softmmu/hw/misc/omap_sdrc.o\n  CC      x86_64-softmmu/hw/virtio/vhost.o\n  CC      x86_64-softmmu/hw/virtio/vhost-backend.o\n  CC      x86_64-softmmu/hw/virtio/vhost-user.o\n  CC      aarch64-softmmu/hw/misc/omap_tap.o\n  CC      x86_64-softmmu/hw/virtio/vhost-vsock.o\n  CC      x86_64-softmmu/hw/virtio/virtio-crypto.o\n  CC      aarch64-softmmu/hw/misc/bcm2835_mbox.o\n  CC      x86_64-softmmu/hw/virtio/virtio-crypto-pci.o\n  CC      aarch64-softmmu/hw/misc/bcm2835_property.o\n  CC      aarch64-softmmu/hw/misc/bcm2835_rng.o\n  CC      x86_64-softmmu/hw/i386/multiboot.o\n  CC      aarch64-softmmu/hw/misc/zynq_slcr.o\n  CC      aarch64-softmmu/hw/misc/zynq-xadc.o\n  CC      aarch64-softmmu/hw/misc/stm32f2xx_syscfg.o\n  CC      aarch64-softmmu/hw/misc/mps2-scc.o\n  CC      aarch64-softmmu/hw/misc/auxbus.o\n  CC      aarch64-softmmu/hw/misc/aspeed_scu.o\n  CC      aarch64-softmmu/hw/misc/aspeed_sdmc.o\n  CC      aarch64-softmmu/hw/misc/mmio_interface.o\n  CC      x86_64-softmmu/hw/i386/pc.o\n  CC      aarch64-softmmu/hw/net/virtio-net.o\n  CC      aarch64-softmmu/hw/net/vhost_net.o\n  CC      x86_64-softmmu/hw/i386/pc_piix.o\n  CC      aarch64-softmmu/hw/pcmcia/pxa2xx.o\n  CC      aarch64-softmmu/hw/scsi/virtio-scsi.o\n  CC      x86_64-softmmu/hw/i386/pc_q35.o\n  CC      aarch64-softmmu/hw/scsi/virtio-scsi-dataplane.o\n  CC      aarch64-softmmu/hw/scsi/vhost-scsi-common.o\n  CC      aarch64-softmmu/hw/scsi/vhost-scsi.o\n  CC      aarch64-softmmu/hw/scsi/vhost-user-scsi.o\n  CC      x86_64-softmmu/hw/i386/pc_sysfw.o\n  CC      x86_64-softmmu/hw/i386/x86-iommu.o\n  CC      aarch64-softmmu/hw/sd/omap_mmc.o\n  CC      x86_64-softmmu/hw/i386/intel_iommu.o\n  CC      aarch64-softmmu/hw/sd/pxa2xx_mmci.o\n  CC      aarch64-softmmu/hw/sd/bcm2835_sdhost.o\n  CC      aarch64-softmmu/hw/ssi/omap_spi.o\n  CC      aarch64-softmmu/hw/ssi/imx_spi.o\n  CC      aarch64-softmmu/hw/timer/exynos4210_mct.o\n  CC      aarch64-softmmu/hw/timer/exynos4210_pwm.o\n  CC      aarch64-softmmu/hw/timer/exynos4210_rtc.o\n  CC      aarch64-softmmu/hw/timer/omap_gptimer.o\n  CC      aarch64-softmmu/hw/timer/omap_synctimer.o\n  CC      aarch64-softmmu/hw/timer/pxa2xx_timer.o\n  CC      aarch64-softmmu/hw/timer/digic-timer.o\n  CC      aarch64-softmmu/hw/timer/allwinner-a10-pit.o\n  CC      x86_64-softmmu/hw/i386/amd_iommu.o\n  CC      aarch64-softmmu/hw/usb/tusb6010.o\n  CC      x86_64-softmmu/hw/i386/kvmvapic.o\n  CC      aarch64-softmmu/hw/vfio/common.o\n  CC      aarch64-softmmu/hw/vfio/pci.o\n  CC      aarch64-softmmu/hw/vfio/pci-quirks.o\n  CC      aarch64-softmmu/hw/vfio/platform.o\n  CC      x86_64-softmmu/hw/i386/acpi-build.o\n/tmp/qemu-test/src/hw/i386/pc_piix.c: In function ‘igd_passthrough_isa_bridge_create’:\n/tmp/qemu-test/src/hw/i386/pc_piix.c:1074: warning: ‘pch_rev_id’ may be used uninitialized in this function\n  CC      aarch64-softmmu/hw/vfio/calxeda-xgmac.o\n  CC      aarch64-softmmu/hw/vfio/amd-xgbe.o\n  CC      aarch64-softmmu/hw/vfio/spapr.o\n  CC      aarch64-softmmu/hw/virtio/virtio.o\n  CC      x86_64-softmmu/hw/i386/pci-assign-load-rom.o\n  CC      aarch64-softmmu/hw/virtio/virtio-balloon.o\n  CC      aarch64-softmmu/hw/virtio/vhost.o\n  CC      aarch64-softmmu/hw/virtio/vhost-backend.o\n  CC      aarch64-softmmu/hw/virtio/vhost-user.o\n  CC      x86_64-softmmu/hw/i386/kvm/clock.o\n  CC      x86_64-softmmu/hw/i386/kvm/apic.o\n  CC      x86_64-softmmu/hw/i386/kvm/i8259.o\n  CC      aarch64-softmmu/hw/virtio/vhost-vsock.o\n  CC      aarch64-softmmu/hw/virtio/virtio-crypto.o\n  CC      x86_64-softmmu/hw/i386/kvm/ioapic.o\n  CC      x86_64-softmmu/hw/i386/kvm/i8254.o\n  CC      aarch64-softmmu/hw/virtio/virtio-crypto-pci.o\n/tmp/qemu-test/src/hw/i386/acpi-build.c: In function ‘build_append_pci_bus_devices’:\n/tmp/qemu-test/src/hw/i386/acpi-build.c:509: warning: ‘notify_method’ may be used uninitialized in this function\n  CC      x86_64-softmmu/hw/i386/kvm/pci-assign.o\n  CC      x86_64-softmmu/target/i386/helper.o\n  CC      x86_64-softmmu/target/i386/cpu.o\n  CC      x86_64-softmmu/target/i386/gdbstub.o\n  CC      x86_64-softmmu/target/i386/xsave_helper.o\n  CC      aarch64-softmmu/hw/arm/boot.o\n  CC      x86_64-softmmu/target/i386/translate.o\n  CC      aarch64-softmmu/hw/arm/collie.o\n  CC      x86_64-softmmu/target/i386/bpt_helper.o\n  CC      aarch64-softmmu/hw/arm/exynos4_boards.o\n  CC      x86_64-softmmu/target/i386/cc_helper.o\n  CC      x86_64-softmmu/target/i386/excp_helper.o\n  CC      aarch64-softmmu/hw/arm/gumstix.o\n  CC      aarch64-softmmu/hw/arm/highbank.o\n  CC      x86_64-softmmu/target/i386/fpu_helper.o\n  CC      aarch64-softmmu/hw/arm/digic_boards.o\n  CC      x86_64-softmmu/target/i386/int_helper.o\n  CC      aarch64-softmmu/hw/arm/integratorcp.o\n  CC      x86_64-softmmu/target/i386/mem_helper.o\n  CC      aarch64-softmmu/hw/arm/mainstone.o\n  CC      aarch64-softmmu/hw/arm/musicpal.o\n  CC      x86_64-softmmu/target/i386/misc_helper.o\n  CC      aarch64-softmmu/hw/arm/nseries.o\n  CC      aarch64-softmmu/hw/arm/omap_sx1.o\n  CC      aarch64-softmmu/hw/arm/palm.o\n  CC      aarch64-softmmu/hw/arm/realview.o\n  CC      x86_64-softmmu/target/i386/mpx_helper.o\n  CC      x86_64-softmmu/target/i386/seg_helper.o\n  CC      aarch64-softmmu/hw/arm/spitz.o\n  CC      aarch64-softmmu/hw/arm/stellaris.o\n  CC      aarch64-softmmu/hw/arm/tosa.o\n  CC      x86_64-softmmu/target/i386/smm_helper.o\n  CC      aarch64-softmmu/hw/arm/versatilepb.o\n  CC      aarch64-softmmu/hw/arm/vexpress.o\n  CC      x86_64-softmmu/target/i386/svm_helper.o\n  CC      x86_64-softmmu/target/i386/machine.o\n  CC      aarch64-softmmu/hw/arm/virt.o\n  CC      aarch64-softmmu/hw/arm/xilinx_zynq.o\n  CC      aarch64-softmmu/hw/arm/z2.o\n  CC      x86_64-softmmu/target/i386/arch_memory_mapping.o\n  CC      aarch64-softmmu/hw/arm/virt-acpi-build.o\n  CC      x86_64-softmmu/target/i386/arch_dump.o\n  CC      aarch64-softmmu/hw/arm/netduino2.o\n  CC      x86_64-softmmu/target/i386/monitor.o\n  CC      aarch64-softmmu/hw/arm/sysbus-fdt.o\n  CC      aarch64-softmmu/hw/arm/armv7m.o\n  CC      aarch64-softmmu/hw/arm/exynos4210.o\n  CC      x86_64-softmmu/target/i386/kvm.o\n  CC      aarch64-softmmu/hw/arm/pxa2xx.o\n  CC      x86_64-softmmu/target/i386/hyperv.o\n  GEN     trace/generated-helpers.c\n  CC      aarch64-softmmu/hw/arm/pxa2xx_gpio.o\n  CC      x86_64-softmmu/trace/control-target.o\n  CC      aarch64-softmmu/hw/arm/pxa2xx_pic.o\n  CC      aarch64-softmmu/hw/arm/digic.o\n  CC      x86_64-softmmu/gdbstub-xml.o\n  CC      aarch64-softmmu/hw/arm/omap1.o\n  CC      aarch64-softmmu/hw/arm/omap2.o\n  CC      aarch64-softmmu/hw/arm/strongarm.o\n  CC      aarch64-softmmu/hw/arm/allwinner-a10.o\n  CC      aarch64-softmmu/hw/arm/cubieboard.o\n  CC      x86_64-softmmu/trace/generated-helpers.o\n  CC      aarch64-softmmu/hw/arm/bcm2835_peripherals.o\n  CC      aarch64-softmmu/hw/arm/bcm2836.o\n  CC      aarch64-softmmu/hw/arm/raspi.o\n  CC      aarch64-softmmu/hw/arm/stm32f205_soc.o\n  CC      aarch64-softmmu/hw/arm/xlnx-zynqmp.o\n  CC      aarch64-softmmu/hw/arm/xlnx-ep108.o\n  CC      aarch64-softmmu/hw/arm/fsl-imx25.o\n  CC      aarch64-softmmu/hw/arm/imx25_pdk.o\n  CC      aarch64-softmmu/hw/arm/fsl-imx31.o\n  CC      aarch64-softmmu/hw/arm/kzm.o\n  CC      aarch64-softmmu/hw/arm/fsl-imx6.o\n  CC      aarch64-softmmu/hw/arm/sabrelite.o\n  CC      aarch64-softmmu/hw/arm/aspeed_soc.o\n  CC      aarch64-softmmu/hw/arm/aspeed.o\n  CC      aarch64-softmmu/hw/arm/mps2.o\n  CC      aarch64-softmmu/target/arm/arm-semi.o\n  CC      aarch64-softmmu/target/arm/machine.o\n  CC      aarch64-softmmu/target/arm/psci.o\n  CC      aarch64-softmmu/target/arm/arch_dump.o\n  CC      aarch64-softmmu/target/arm/monitor.o\n  CC      aarch64-softmmu/target/arm/translate.o\n  CC      aarch64-softmmu/target/arm/kvm-stub.o\n  CC      aarch64-softmmu/target/arm/op_helper.o\n  CC      aarch64-softmmu/target/arm/helper.o\n  CC      aarch64-softmmu/target/arm/cpu.o\n  CC      aarch64-softmmu/target/arm/neon_helper.o\n  CC      aarch64-softmmu/target/arm/iwmmxt_helper.o\n  CC      aarch64-softmmu/target/arm/gdbstub.o\n  CC      aarch64-softmmu/target/arm/cpu64.o\n  LINK    x86_64-softmmu/qemu-system-x86_64\n  CC      aarch64-softmmu/target/arm/translate-a64.o\n  CC      aarch64-softmmu/target/arm/helper-a64.o\n  CC      aarch64-softmmu/target/arm/gdbstub64.o\n  CC      aarch64-softmmu/target/arm/crypto_helper.o\n  CC      aarch64-softmmu/target/arm/arm-powerctl.o\n  GEN     trace/generated-helpers.c\n  CC      aarch64-softmmu/trace/control-target.o\n  CC      aarch64-softmmu/gdbstub-xml.o\n  CC      aarch64-softmmu/trace/generated-helpers.o\n/tmp/qemu-test/src/target/arm/translate-a64.c: In function ‘handle_shri_with_rndacc’:\n/tmp/qemu-test/src/target/arm/translate-a64.c:6394: warning: ‘tcg_src_hi’ may be used uninitialized in this function\n/tmp/qemu-test/src/target/arm/translate-a64.c: In function ‘disas_simd_scalar_two_reg_misc’:\n/tmp/qemu-test/src/target/arm/translate-a64.c:8121: warning: ‘rmode’ may be used uninitialized in this function\n  LINK    aarch64-softmmu/qemu-system-aarch64\nmake[1]: Leaving directory '/var/tmp/patchew-tester-tmp-qj5ryc_i/src'\n\nreal\t2m16.925s\nuser\t0m6.148s\nsys\t0m2.137s\n  BUILD   fedora\nmake[1]: Entering directory '/var/tmp/patchew-tester-tmp-qj5ryc_i/src'\n  ARCHIVE qemu.tgz\n  ARCHIVE dtc.tgz\n  COPY    RUNNER\n    RUN test-mingw in qemu:fedora \nPackages installed:\nPyYAML-3.11-13.fc25.x86_64\nSDL-devel-1.2.15-21.fc24.x86_64\nbc-1.06.95-16.fc24.x86_64\nbison-3.0.4-4.fc24.x86_64\nbzip2-1.0.6-21.fc25.x86_64\nccache-3.3.4-1.fc25.x86_64\nclang-3.9.1-2.fc25.x86_64\nfindutils-4.6.0-8.fc25.x86_64\nflex-2.6.0-3.fc25.x86_64\ngcc-6.3.1-1.fc25.x86_64\ngcc-c++-6.3.1-1.fc25.x86_64\ngit-2.9.4-1.fc25.x86_64\nglib2-devel-2.50.3-1.fc25.x86_64\nhostname-3.15-8.fc25.x86_64\nlibaio-devel-0.3.110-6.fc24.x86_64\nlibfdt-devel-1.4.2-1.fc25.x86_64\nmake-4.1-6.fc25.x86_64\nmingw32-SDL-1.2.15-7.fc24.noarch\nmingw32-bzip2-1.0.6-7.fc24.noarch\nmingw32-curl-7.47.0-1.fc24.noarch\nmingw32-glib2-2.50.3-1.fc25.noarch\nmingw32-gmp-6.1.1-1.fc25.noarch\nmingw32-gnutls-3.5.5-2.fc25.noarch\nmingw32-gtk2-2.24.31-2.fc25.noarch\nmingw32-gtk3-3.22.17-1.fc25.noarch\nmingw32-libjpeg-turbo-1.5.1-1.fc25.noarch\nmingw32-libpng-1.6.27-1.fc25.noarch\nmingw32-libssh2-1.4.3-5.fc24.noarch\nmingw32-libtasn1-4.9-1.fc25.noarch\nmingw32-nettle-3.3-1.fc25.noarch\nmingw32-pixman-0.34.0-1.fc25.noarch\nmingw32-pkg-config-0.28-6.fc24.x86_64\nmingw64-SDL-1.2.15-7.fc24.noarch\nmingw64-bzip2-1.0.6-7.fc24.noarch\nmingw64-curl-7.47.0-1.fc24.noarch\nmingw64-glib2-2.50.3-1.fc25.noarch\nmingw64-gmp-6.1.1-1.fc25.noarch\nmingw64-gnutls-3.5.5-2.fc25.noarch\nmingw64-gtk2-2.24.31-2.fc25.noarch\nmingw64-gtk3-3.22.17-1.fc25.noarch\nmingw64-libjpeg-turbo-1.5.1-1.fc25.noarch\nmingw64-libpng-1.6.27-1.fc25.noarch\nmingw64-libssh2-1.4.3-5.fc24.noarch\nmingw64-libtasn1-4.9-1.fc25.noarch\nmingw64-nettle-3.3-1.fc25.noarch\nmingw64-pixman-0.34.0-1.fc25.noarch\nmingw64-pkg-config-0.28-6.fc24.x86_64\npackage python2 is not installed\nperl-5.24.2-387.fc25.x86_64\npixman-devel-0.34.0-2.fc24.x86_64\nsparse-0.5.0-10.fc25.x86_64\ntar-1.29-3.fc25.x86_64\nwhich-2.21-1.fc25.x86_64\nzlib-devel-1.2.8-10.fc24.x86_64\n\nEnvironment variables:\nPACKAGES=ccache git tar PyYAML sparse flex bison python2 bzip2 hostname     glib2-devel pixman-devel zlib-devel SDL-devel libfdt-devel     gcc gcc-c++ clang make perl which bc findutils libaio-devel     mingw32-pixman mingw32-glib2 mingw32-gmp mingw32-SDL mingw32-pkg-config     mingw32-gtk2 mingw32-gtk3 mingw32-gnutls mingw32-nettle mingw32-libtasn1     mingw32-libjpeg-turbo mingw32-libpng mingw32-curl mingw32-libssh2     mingw32-bzip2     mingw64-pixman mingw64-glib2 mingw64-gmp mingw64-SDL mingw64-pkg-config     mingw64-gtk2 mingw64-gtk3 mingw64-gnutls mingw64-nettle mingw64-libtasn1     mingw64-libjpeg-turbo mingw64-libpng mingw64-curl mingw64-libssh2     mingw64-bzip2\nHOSTNAME=0137c0f01c9a\nTERM=xterm\nMAKEFLAGS= -j8\nHISTSIZE=1000\nJ=8\nUSER=root\nLS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.m4a=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.oga=01;36:*.opus=01;36:*.spx=01;36:*.xspf=01;36:\nCCACHE_DIR=/var/tmp/ccache\nEXTRA_CONFIGURE_OPTS=\nV=\nSHOW_ENV=1\nMAIL=/var/spool/mail/root\nPATH=/usr/lib/ccache:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nPWD=/\nTARGET_LIST=\nHISTCONTROL=ignoredups\nFGC=f25\nSHLVL=1\nHOME=/root\nTEST_DIR=/tmp/qemu-test\nDISTTAG=f25container\nLOGNAME=root\nLESSOPEN=||/usr/bin/lesspipe.sh %s\nFEATURES=mingw clang pyyaml dtc\nDEBUG=\n_=/usr/bin/env\n\nConfigure options:\n--enable-werror --target-list=x86_64-softmmu,aarch64-softmmu --prefix=/var/tmp/qemu-build/install --cross-prefix=x86_64-w64-mingw32- --enable-trace-backends=simple --enable-debug --enable-gnutls --enable-nettle --enable-curl --enable-vnc --enable-bzip2 --enable-guest-agent --with-sdlabi=1.2 --with-gtkabi=2.0\nInstall prefix    /var/tmp/qemu-build/install\nBIOS directory    /var/tmp/qemu-build/install\nbinary directory  /var/tmp/qemu-build/install\nlibrary directory /var/tmp/qemu-build/install/lib\nmodule directory  /var/tmp/qemu-build/install/lib\nlibexec directory /var/tmp/qemu-build/install/libexec\ninclude directory /var/tmp/qemu-build/install/include\nconfig directory  /var/tmp/qemu-build/install\nlocal state directory   queried at runtime\nWindows SDK       no\nSource path       /tmp/qemu-test/src\nC compiler        x86_64-w64-mingw32-gcc\nHost C compiler   cc\nC++ compiler      x86_64-w64-mingw32-g++\nObjective-C compiler clang\nARFLAGS           rv\nCFLAGS            -g \nQEMU_CFLAGS       -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1  -I$(SRC_PATH)/dtc/libfdt -Werror -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -I/usr/x86_64-w64-mingw32/sys-root/mingw/include  -m64 -mcx16 -mthreads -D__USE_MINGW_ANSI_STDIO=1 -DWIN32_LEAN_AND_MEAN -DWINVER=0x501 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv  -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -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/x86_64-w64-mingw32/sys-root/mingw/include -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/p11-kit-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include  -I/usr/x86_64-w64-mingw32/sys-root/mingw/include   -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 \nLDFLAGS           -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase -Wl,--warn-common -m64 -g \nmake              make\ninstall           install\npython            python -B\nsmbd              /usr/sbin/smbd\nmodule support    no\nhost CPU          x86_64\nhost big endian   no\ntarget list       x86_64-softmmu aarch64-softmmu\ngprof enabled     no\nsparse enabled    no\nstrip binaries    no\nprofiler          no\nstatic build      no\npixman            system\nSDL support       yes (1.2.15)\nGTK support       yes (2.24.31)\nGTK GL support    no\nVTE support       no \nTLS priority      NORMAL\nGNUTLS support    yes\nGNUTLS rnd        yes\nlibgcrypt         no\nlibgcrypt kdf     no\nnettle            yes (3.3)\nnettle kdf        yes\nlibtasn1          yes\ncurses support    no\nvirgl support     no\ncurl support      yes\nmingw32 support   yes\nAudio drivers     dsound\nBlock whitelist (rw) \nBlock whitelist (ro) \nVirtFS support    no\nVNC support       yes\nVNC SASL support  no\nVNC JPEG support  yes\nVNC PNG support   yes\nxen support       no\nbrlapi support    no\nbluez  support    no\nDocumentation     no\nPIE               no\nvde support       no\nnetmap support    no\nLinux AIO support no\nATTR/XATTR support no\nInstall blobs     yes\nKVM support       no\nHAX support       yes\nTCG support       yes\nTCG debug enabled yes\nTCG interpreter   no\nRDMA support      no\nfdt support       yes\npreadv support    no\nfdatasync         no\nmadvise           no\nposix_madvise     no\nlibcap-ng support no\nvhost-net support no\nvhost-scsi support no\nvhost-vsock support no\nvhost-user support no\nTrace backends    simple\nTrace output file trace-<pid>\nspice support     no \nrbd support       no\nxfsctl support    no\nsmartcard support no\nlibusb            no\nusb net redir     no\nOpenGL support    no\nOpenGL dmabufs    no\nlibiscsi support  no\nlibnfs support    no\nbuild guest agent yes\nQGA VSS support   no\nQGA w32 disk info yes\nQGA MSI support   no\nseccomp support   no\ncoroutine backend win32\ncoroutine pool    yes\ndebug stack usage no\ncrypto afalg      no\nGlusterFS support no\ngcov              gcov\ngcov enabled      no\nTPM support       yes\nlibssh2 support   yes\nTPM passthrough   no\nQOM debugging     yes\nLive block migration yes\nlzo support       no\nsnappy support    no\nbzip2 support     yes\nNUMA host support no\ntcmalloc support  no\njemalloc support  no\navx2 optimization yes\nreplication support yes\nVxHS block device no\nmkdir -p dtc/libfdt\n  GEN     x86_64-softmmu/config-devices.mak.tmp\nmkdir -p dtc/tests\n  GEN     aarch64-softmmu/config-devices.mak.tmp\n  GEN     config-host.h\n  GEN     qmp-commands.h\n  GEN     qemu-options.def\n  GEN     qapi-types.h\n  GEN     qapi-visit.h\n  GEN     qapi-event.h\n  GEN     aarch64-softmmu/config-devices.mak\n  GEN     x86_64-softmmu/config-devices.mak\n  GEN     qmp-marshal.c\n  GEN     qapi-types.c\n  GEN     qapi-visit.c\n  GEN     qapi-event.c\n  GEN     qmp-introspect.h\n  GEN     qmp-introspect.c\n  GEN     trace/generated-tcg-tracers.h\n  GEN     trace/generated-helpers-wrappers.h\n  GEN     trace/generated-helpers.h\n  GEN     trace/generated-helpers.c\n  GEN     module_block.h\n  GEN     tests/test-qapi-types.h\n  GEN     tests/test-qapi-visit.h\n  GEN     tests/test-qmp-commands.h\n  GEN     tests/test-qapi-event.h\n  GEN     tests/test-qmp-introspect.h\n  GEN     trace-root.h\n  GEN     util/trace.h\n  GEN     crypto/trace.h\n  GEN     io/trace.h\n  GEN     migration/trace.h\n  GEN     block/trace.h\n  GEN     chardev/trace.h\n  GEN     hw/block/trace.h\n  GEN     hw/block/dataplane/trace.h\n  GEN     hw/char/trace.h\n  GEN     hw/intc/trace.h\n  GEN     hw/net/trace.h\n  GEN     hw/virtio/trace.h\n  GEN     hw/audio/trace.h\n  GEN     hw/misc/trace.h\n  GEN     hw/usb/trace.h\n  GEN     hw/scsi/trace.h\n  GEN     hw/nvram/trace.h\n  GEN     hw/display/trace.h\n  GEN     hw/input/trace.h\n  GEN     hw/timer/trace.h\n  GEN     hw/dma/trace.h\n  GEN     hw/sparc/trace.h\n  GEN     hw/sd/trace.h\n  GEN     hw/isa/trace.h\n  GEN     hw/mem/trace.h\n  GEN     hw/i386/trace.h\n  GEN     hw/i386/xen/trace.h\n  GEN     hw/9pfs/trace.h\n  GEN     hw/ppc/trace.h\n  GEN     hw/pci/trace.h\n  GEN     hw/s390x/trace.h\n  GEN     hw/vfio/trace.h\n  GEN     hw/acpi/trace.h\n  GEN     hw/arm/trace.h\n  GEN     hw/alpha/trace.h\n  GEN     hw/xen/trace.h\n  GEN     ui/trace.h\n  GEN     audio/trace.h\n  GEN     net/trace.h\n  GEN     target/arm/trace.h\n  GEN     target/i386/trace.h\n  GEN     target/mips/trace.h\n  GEN     target/sparc/trace.h\n  GEN     target/s390x/trace.h\n  GEN     target/ppc/trace.h\n  GEN     qom/trace.h\n  GEN     linux-user/trace.h\n  GEN     qapi/trace.h\n  GEN     accel/tcg/trace.h\n  GEN     accel/kvm/trace.h\n  GEN     nbd/trace.h\n  GEN     trace-root.c\n  GEN     util/trace.c\n  GEN     crypto/trace.c\n  GEN     io/trace.c\n  GEN     migration/trace.c\n  GEN     block/trace.c\n  GEN     chardev/trace.c\n  GEN     hw/block/trace.c\n  GEN     hw/block/dataplane/trace.c\n  GEN     hw/char/trace.c\n  GEN     hw/intc/trace.c\n  GEN     hw/net/trace.c\n  GEN     hw/virtio/trace.c\n  GEN     hw/audio/trace.c\n  GEN     hw/misc/trace.c\n  GEN     hw/usb/trace.c\n  GEN     hw/scsi/trace.c\n  GEN     hw/nvram/trace.c\n  GEN     hw/display/trace.c\n  GEN     hw/input/trace.c\n  GEN     hw/timer/trace.c\n  GEN     hw/dma/trace.c\n  GEN     hw/sparc/trace.c\n  GEN     hw/sd/trace.c\n  GEN     hw/isa/trace.c\n  GEN     hw/mem/trace.c\n  GEN     hw/i386/trace.c\n  GEN     hw/i386/xen/trace.c\n  GEN     hw/9pfs/trace.c\n  GEN     hw/ppc/trace.c\n  GEN     hw/pci/trace.c\n  GEN     hw/s390x/trace.c\n  GEN     hw/vfio/trace.c\n  GEN     hw/acpi/trace.c\n  GEN     hw/arm/trace.c\n  GEN     hw/alpha/trace.c\n  GEN     hw/xen/trace.c\n  GEN     ui/trace.c\n  GEN     audio/trace.c\n  GEN     net/trace.c\n  GEN     target/arm/trace.c\n  GEN     target/i386/trace.c\n  GEN     target/mips/trace.c\n  GEN     target/sparc/trace.c\n  GEN     target/s390x/trace.c\n  GEN     target/ppc/trace.c\n  GEN     qom/trace.c\n  GEN     linux-user/trace.c\n  GEN     qapi/trace.c\n  GEN     accel/tcg/trace.c\n  GEN     accel/kvm/trace.c\n  GEN     nbd/trace.c\n  GEN     config-all-devices.mak\n\t DEP /tmp/qemu-test/src/dtc/tests/dumptrees.c\n\t DEP /tmp/qemu-test/src/dtc/tests/trees.S\n\t DEP /tmp/qemu-test/src/dtc/tests/testutils.c\n\t DEP /tmp/qemu-test/src/dtc/tests/value-labels.c\n\t DEP /tmp/qemu-test/src/dtc/tests/asm_tree_dump.c\n\t DEP /tmp/qemu-test/src/dtc/tests/truncated_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/check_path.c\n\t DEP /tmp/qemu-test/src/dtc/tests/overlay_bad_fixup.c\n\t DEP /tmp/qemu-test/src/dtc/tests/overlay.c\n\t DEP /tmp/qemu-test/src/dtc/tests/subnode_iterate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/property_iterate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/integer-expressions.c\n\t DEP /tmp/qemu-test/src/dtc/tests/utilfdt_test.c\n\t DEP /tmp/qemu-test/src/dtc/tests/add_subnode_with_nops.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtbs_equal_unordered.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path_offset_aliases.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtb_reverse.c\n\t DEP /tmp/qemu-test/src/dtc/tests/dtbs_equal_ordered.c\n\t DEP /tmp/qemu-test/src/dtc/tests/extra-terminating-null.c\n\t DEP /tmp/qemu-test/src/dtc/tests/incbin.c\n\t DEP /tmp/qemu-test/src/dtc/tests/boot-cpuid.c\n\t DEP /tmp/qemu-test/src/dtc/tests/phandle_format.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path-references.c\n\t DEP /tmp/qemu-test/src/dtc/tests/references.c\n\t DEP /tmp/qemu-test/src/dtc/tests/string_escapes.c\n\t DEP /tmp/qemu-test/src/dtc/tests/propname_escapes.c\n\t DEP /tmp/qemu-test/src/dtc/tests/appendprop2.c\n\t DEP /tmp/qemu-test/src/dtc/tests/appendprop1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/del_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/del_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/setprop.c\n\t DEP /tmp/qemu-test/src/dtc/tests/set_name.c\n\t DEP /tmp/qemu-test/src/dtc/tests/rw_tree1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/open_pack.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nopulate.c\n\t DEP /tmp/qemu-test/src/dtc/tests/mangle-layout.c\n\t DEP /tmp/qemu-test/src/dtc/tests/move_and_save.c\n\t DEP /tmp/qemu-test/src/dtc/tests/sw_tree1.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nop_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/nop_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/setprop_inplace.c\n\t DEP /tmp/qemu-test/src/dtc/tests/stringlist.c\n\t DEP /tmp/qemu-test/src/dtc/tests/addr_size_cells.c\n\t DEP /tmp/qemu-test/src/dtc/tests/notfound.c\n\t DEP /tmp/qemu-test/src/dtc/tests/sized_cells.c\n\t DEP /tmp/qemu-test/src/dtc/tests/char_literal.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_alias.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_compatible.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_phandle.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_check_compatible.c\n\t DEP /tmp/qemu-test/src/dtc/tests/node_offset_by_prop_value.c\n\t DEP /tmp/qemu-test/src/dtc/tests/parent_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/supernode_atdepth_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_path.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_phandle.c\n\t DEP /tmp/qemu-test/src/dtc/tests/getprop.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_name.c\n\t DEP /tmp/qemu-test/src/dtc/tests/path_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/subnode_offset.c\n\t DEP /tmp/qemu-test/src/dtc/tests/find_property.c\n\t DEP /tmp/qemu-test/src/dtc/tests/root_node.c\n\t DEP /tmp/qemu-test/src/dtc/tests/get_mem_rsv.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_overlay.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_addresses.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_empty_tree.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_rw.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_sw.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_strerror.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_wip.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt.c\n\t DEP /tmp/qemu-test/src/dtc/libfdt/fdt_ro.c\n\t DEP /tmp/qemu-test/src/dtc/fdtput.c\n\t DEP /tmp/qemu-test/src/dtc/util.c\n\t DEP /tmp/qemu-test/src/dtc/fdtdump.c\n\t DEP /tmp/qemu-test/src/dtc/fdtget.c\n\t LEX convert-dtsv0-lexer.lex.c\n\t DEP /tmp/qemu-test/src/dtc/srcpos.c\n\t BISON dtc-parser.tab.c\n\t DEP /tmp/qemu-test/src/dtc/treesource.c\n\t LEX dtc-lexer.lex.c\n\t DEP /tmp/qemu-test/src/dtc/flattree.c\n\t DEP /tmp/qemu-test/src/dtc/livetree.c\n\t DEP /tmp/qemu-test/src/dtc/fstree.c\n\t DEP /tmp/qemu-test/src/dtc/dtc.c\n\t DEP /tmp/qemu-test/src/dtc/checks.c\n\t DEP /tmp/qemu-test/src/dtc/data.c\n\t DEP convert-dtsv0-lexer.lex.c\n\t DEP dtc-lexer.lex.c\n\t DEP dtc-parser.tab.c\n\tCHK version_gen.h\n\tUPD version_gen.h\n\t DEP /tmp/qemu-test/src/dtc/util.c\n\t CC libfdt/fdt.o\n\t CC libfdt/fdt_ro.o\n\t CC libfdt/fdt_wip.o\n\t CC libfdt/fdt_sw.o\n\t CC libfdt/fdt_rw.o\n\t CC libfdt/fdt_strerror.o\n\t CC libfdt/fdt_empty_tree.o\n\t CC libfdt/fdt_addresses.o\n\t CC libfdt/fdt_overlay.o\n\t AR libfdt/libfdt.a\nx86_64-w64-mingw32-ar: creating libfdt/libfdt.a\na - libfdt/fdt.o\na - libfdt/fdt_ro.o\na - libfdt/fdt_wip.o\na - libfdt/fdt_sw.o\na - libfdt/fdt_rw.o\na - libfdt/fdt_strerror.o\na - libfdt/fdt_empty_tree.o\na - libfdt/fdt_addresses.o\na - libfdt/fdt_overlay.o\n  RC      version.o\n  GEN     qga/qapi-generated/qga-qapi-types.h\n  GEN     qga/qapi-generated/qga-qmp-commands.h\n  GEN     qga/qapi-generated/qga-qapi-types.c\n  GEN     qga/qapi-generated/qga-qapi-visit.c\n  GEN     qga/qapi-generated/qga-qapi-visit.h\n  CC      qmp-introspect.o\n  GEN     qga/qapi-generated/qga-qmp-marshal.c\n  CC      qapi-types.o\n  CC      qapi-visit.o\n  CC      qapi-event.o\n  CC      qapi/qapi-visit-core.o\n  CC      qapi/qapi-dealloc-visitor.o\n  CC      qapi/qobject-input-visitor.o\n  CC      qapi/qobject-output-visitor.o\n  CC      qapi/qmp-registry.o\n  CC      qapi/qmp-dispatch.o\n  CC      qapi/string-input-visitor.o\n  CC      qapi/string-output-visitor.o\n  CC      qapi/opts-visitor.o\n  CC      qapi/qapi-clone-visitor.o\n  CC      qapi/qapi-util.o\n  CC      qapi/qmp-event.o\n  CC      qobject/qnull.o\n  CC      qobject/qnum.o\n  CC      qobject/qstring.o\n  CC      qobject/qdict.o\n  CC      qobject/qlist.o\n  CC      qobject/qlit.o\n  CC      qobject/qbool.o\n  CC      qobject/qjson.o\n  CC      qobject/qobject.o\n  CC      qobject/json-lexer.o\n  CC      qobject/json-streamer.o\n  CC      qobject/json-parser.o\n  CC      trace/control.o\n  CC      trace/qmp.o\n  CC      trace/simple.o\n  CC      util/osdep.o\n  CC      util/unicode.o\n  CC      util/qemu-timer-common.o\n  CC      util/cutils.o\n  CC      util/bufferiszero.o\n  CC      util/lockcnt.o\n  CC      util/aiocb.o\n  CC      util/async.o\n  CC      util/thread-pool.o\n  CC      util/qemu-timer.o\n  CC      util/main-loop.o\n  CC      util/iohandler.o\n  CC      util/aio-win32.o\n  CC      util/event_notifier-win32.o\n  CC      util/oslib-win32.o\n  CC      util/qemu-thread-win32.o\n  CC      util/envlist.o\n  CC      util/path.o\n  CC      util/module.o\n  CC      util/host-utils.o\n  CC      util/bitmap.o\n  CC      util/hbitmap.o\n  CC      util/bitops.o\n  CC      util/fifo8.o\n  CC      util/acl.o\n  CC      util/error.o\n  CC      util/cacheinfo.o\n  CC      util/qemu-error.o\n  CC      util/iov.o\n  CC      util/id.o\n  CC      util/qemu-config.o\n  CC      util/qemu-sockets.o\n  CC      util/uri.o\n  CC      util/notify.o\n  CC      util/qemu-option.o\n  CC      util/qemu-progress.o\n  CC      util/keyval.o\n  CC      util/hexdump.o\n  CC      util/crc32c.o\n  CC      util/uuid.o\n  CC      util/throttle.o\n  CC      util/getauxval.o\n  CC      util/rcu.o\n  CC      util/readline.o\n  CC      util/qemu-coroutine-lock.o\n  CC      util/qemu-coroutine.o\n  CC      util/qemu-coroutine-io.o\n  CC      util/qemu-coroutine-sleep.o\n  CC      util/coroutine-win32.o\n  CC      util/buffer.o\n  CC      util/timed-average.o\n  CC      util/log.o\n  CC      util/base64.o\n  CC      util/qdist.o\n  CC      util/range.o\n  CC      util/qht.o\n  CC      util/stats64.o\n  CC      util/systemd.o\n  CC      trace-root.o\n  CC      util/trace.o\n  CC      io/trace.o\n  CC      migration/trace.o\n  CC      crypto/trace.o\n  CC      block/trace.o\n  CC      hw/block/trace.o\n  CC      hw/block/dataplane/trace.o\n  CC      chardev/trace.o\n  CC      hw/char/trace.o\n  CC      hw/net/trace.o\n  CC      hw/virtio/trace.o\n  CC      hw/intc/trace.o\n  CC      hw/audio/trace.o\n  CC      hw/misc/trace.o\n  CC      hw/scsi/trace.o\n  CC      hw/usb/trace.o\n  CC      hw/nvram/trace.o\n  CC      hw/display/trace.o\n  CC      hw/input/trace.o\n  CC      hw/timer/trace.o\n  CC      hw/dma/trace.o\n  CC      hw/sparc/trace.o\n  CC      hw/sd/trace.o\n  CC      hw/isa/trace.o\n  CC      hw/mem/trace.o\n  CC      hw/i386/trace.o\n  CC      hw/i386/xen/trace.o\n  CC      hw/9pfs/trace.o\n  CC      hw/pci/trace.o\n  CC      hw/ppc/trace.o\n  CC      hw/s390x/trace.o\n  CC      hw/acpi/trace.o\n  CC      hw/vfio/trace.o\n  CC      hw/arm/trace.o\n  CC      hw/xen/trace.o\n  CC      hw/alpha/trace.o\n  CC      ui/trace.o\n  CC      audio/trace.o\n  CC      net/trace.o\n  CC      target/arm/trace.o\n  CC      target/i386/trace.o\n  CC      target/mips/trace.o\n  CC      target/sparc/trace.o\n  CC      target/s390x/trace.o\n  CC      target/ppc/trace.o\n  CC      qom/trace.o\n  CC      linux-user/trace.o\n  CC      qapi/trace.o\n  CC      accel/tcg/trace.o\n  CC      accel/kvm/trace.o\n  CC      nbd/trace.o\n  CC      crypto/pbkdf-stub.o\n  CC      stubs/arch-query-cpu-def.o\n  CC      stubs/arch-query-cpu-model-expansion.o\n  CC      stubs/arch-query-cpu-model-comparison.o\n  CC      stubs/arch-query-cpu-model-baseline.o\n  CC      stubs/blk-commit-all.o\n  CC      stubs/bdrv-next-monitor-owned.o\n  CC      stubs/blockdev-close-all-bdrv-states.o\n  CC      stubs/clock-warp.o\n  CC      stubs/cpu-get-clock.o\n  CC      stubs/cpu-get-icount.o\n  CC      stubs/dump.o\n  CC      stubs/error-printf.o\n  CC      stubs/gdbstub.o\n  CC      stubs/get-vm-name.o\n  CC      stubs/iothread.o\n  CC      stubs/fdset.o\n  CC      stubs/iothread-lock.o\n  CC      stubs/is-daemonized.o\n  CC      stubs/machine-init-done.o\n  CC      stubs/migr-blocker.o\n  CC      stubs/change-state-handler.o\n  CC      stubs/monitor.o\n  CC      stubs/notify-event.o\n  CC      stubs/qtest.o\n  CC      stubs/runstate-check.o\n  CC      stubs/replay.o\n  CC      stubs/slirp.o\n  CC      stubs/set-fd-handler.o\n  CC      stubs/trace-control.o\n  CC      stubs/sysbus.o\n  CC      stubs/uuid.o\n  CC      stubs/vm-stop.o\n  CC      stubs/vmstate.o\n  CC      stubs/fd-register.o\n  CC      stubs/qmp_pc_dimm_device_list.o\n  CC      stubs/target-monitor-defs.o\n  CC      stubs/target-get-monitor-def.o\n  CC      stubs/pc_madt_cpu_entry.o\n  CC      stubs/xen-common.o\n  CC      stubs/vmgenid.o\n  CC      stubs/xen-hvm.o\n  GEN     qemu-img-cmds.h\n  CC      block.o\n  CC      blockjob.o\n  CC      stubs/pci-host-piix.o\n  CC      qemu-io-cmds.o\n  CC      replication.o\n  CC      block/raw-format.o\n  CC      block/qcow.o\n  CC      block/vdi.o\n  CC      block/vmdk.o\n  CC      block/cloop.o\n  CC      block/bochs.o\n  CC      block/vpc.o\n  CC      block/vvfat.o\n  CC      block/qcow2.o\n  CC      block/dmg.o\n  CC      block/qcow2-refcount.o\n  CC      block/qcow2-cluster.o\n  CC      block/qcow2-snapshot.o\n  CC      block/qcow2-cache.o\n  CC      block/qcow2-bitmap.o\n  CC      block/qed.o\n  CC      block/qed-table.o\n  CC      block/qed-l2-cache.o\n  CC      block/qed-check.o\n  CC      block/qed-cluster.o\n  CC      block/vhdx.o\n  CC      block/vhdx-endian.o\n  CC      block/vhdx-log.o\n  CC      block/quorum.o\n  CC      block/parallels.o\n  CC      block/blkdebug.o\n  CC      block/blkverify.o\n  CC      block/block-backend.o\n  CC      block/blkreplay.o\n  CC      block/snapshot.o\n  CC      block/qapi.o\n  CC      block/file-win32.o\n  CC      block/win32-aio.o\n  CC      block/null.o\n  CC      block/mirror.o\n  CC      block/commit.o\n  CC      block/io.o\n  CC      block/throttle-groups.o\n  CC      block/nbd.o\n  CC      block/nbd-client.o\n  CC      block/dirty-bitmap.o\n  CC      block/accounting.o\n  CC      block/sheepdog.o\n  CC      block/backup.o\n  CC      block/write-threshold.o\n  CC      block/replication.o\n  CC      block/crypto.o\n  CC      nbd/server.o\n  CC      block/throttle.o\n  CC      nbd/client.o\n  CC      nbd/common.o\n  CC      block/curl.o\n  CC      block/ssh.o\n  CC      block/dmg-bz2.o\n  CC      crypto/init.o\n  CC      crypto/hash.o\n  CC      crypto/hash-nettle.o\n  CC      crypto/hmac.o\n  CC      crypto/hmac-nettle.o\n  CC      crypto/aes.o\n  CC      crypto/cipher.o\n  CC      crypto/desrfb.o\n  CC      crypto/tlscreds.o\n  CC      crypto/tlscredsx509.o\n  CC      crypto/tlscredsanon.o\n  CC      crypto/tlssession.o\n  CC      crypto/secret.o\n  CC      crypto/pbkdf.o\n  CC      crypto/random-gnutls.o\n  CC      crypto/pbkdf-nettle.o\n  CC      crypto/ivgen.o\n  CC      crypto/ivgen-essiv.o\n  CC      crypto/ivgen-plain.o\n  CC      crypto/ivgen-plain64.o\n  CC      crypto/afsplit.o\n  CC      crypto/xts.o\n  CC      crypto/block-qcow.o\n  CC      crypto/block.o\n  CC      crypto/block-luks.o\n  CC      io/channel.o\n  CC      io/channel-buffer.o\n  CC      io/channel-command.o\n  CC      io/channel-file.o\n  CC      io/channel-socket.o\n  CC      io/channel-tls.o\n  CC      io/channel-watch.o\n  CC      io/channel-websock.o\n  CC      io/channel-util.o\n  CC      io/dns-resolver.o\n  CC      io/task.o\n  CC      qom/object.o\n  CC      qom/container.o\n  CC      qom/qom-qobject.o\n  CC      qom/object_interfaces.o\n  CC      qemu-io.o\n  CC      blockdev.o\n  CC      blockdev-nbd.o\n  CC      iothread.o\n  CC      bootdevice.o\n  CC      device-hotplug.o\n  CC      qdev-monitor.o\n  CC      os-win32.o\n  CC      bt-vhci.o\n  CC      bt-host.o\n  CC      dma-helpers.o\n  CC      vl.o\n  CC      device_tree.o\n  CC      tpm.o\n  CC      qmp-marshal.o\n  CC      qmp.o\n  CC      hmp.o\n  CC      audio/audio.o\n  CC      cpus-common.o\n  CC      audio/noaudio.o\n  CC      audio/wavaudio.o\n  CC      audio/mixeng.o\n  CC      audio/sdlaudio.o\n  CC      audio/dsoundaudio.o\n  CC      audio/audio_win_int.o\n  CC      audio/wavcapture.o\n  CC      backends/rng.o\n  CC      backends/rng-egd.o\n  CC      backends/tpm.o\n  CC      backends/hostmem.o\n  CC      backends/hostmem-ram.o\n  CC      backends/cryptodev.o\n  CC      backends/cryptodev-builtin.o\n  CC      block/stream.o\n  CC      chardev/msmouse.o\n  CC      chardev/wctablet.o\n  CC      chardev/testdev.o\n  CC      disas/arm.o\n  CC      disas/i386.o\n  CXX     disas/arm-a64.o\n  CXX     disas/libvixl/vixl/utils.o\n  CXX     disas/libvixl/vixl/compiler-intrinsics.o\n  CXX     disas/libvixl/vixl/a64/instructions-a64.o\n  CXX     disas/libvixl/vixl/a64/decoder-a64.o\n  CXX     disas/libvixl/vixl/a64/disasm-a64.o\n  CC      hw/acpi/core.o\n  CC      hw/acpi/piix4.o\n  CC      hw/acpi/pcihp.o\n  CC      hw/acpi/ich9.o\n  CC      hw/acpi/tco.o\n  CC      hw/acpi/cpu_hotplug.o\n  CC      hw/acpi/cpu.o\n  CC      hw/acpi/memory_hotplug.o\n  CC      hw/acpi/nvdimm.o\n  CC      hw/acpi/vmgenid.o\n  CC      hw/acpi/acpi_interface.o\n  CC      hw/acpi/bios-linker-loader.o\n  CC      hw/acpi/aml-build.o\n  CC      hw/acpi/acpi-stub.o\n  CC      hw/acpi/ipmi.o\n  CC      hw/audio/sb16.o\n  CC      hw/acpi/ipmi-stub.o\n  CC      hw/audio/es1370.o\n  CC      hw/audio/ac97.o\n  CC      hw/audio/fmopl.o\n  CC      hw/audio/adlib.o\n  CC      hw/audio/gus.o\n  CC      hw/audio/gusemu_hal.o\n  CC      hw/audio/gusemu_mixer.o\n  CC      hw/audio/cs4231a.o\n  CC      hw/audio/intel-hda.o\n  CC      hw/audio/hda-codec.o\n  CC      hw/audio/pcspk.o\n  CC      hw/audio/wm8750.o\n  CC      hw/audio/lm4549.o\n  CC      hw/audio/pl041.o\n  CC      hw/audio/marvell_88w8618.o\n  CC      hw/block/cdrom.o\n  CC      hw/audio/soundhw.o\n  CC      hw/block/hd-geometry.o\n  CC      hw/block/block.o\n  CC      hw/block/fdc.o\n  CC      hw/block/m25p80.o\n  CC      hw/block/nand.o\n  CC      hw/block/pflash_cfi01.o\n  CC      hw/block/pflash_cfi02.o\n  CC      hw/block/ecc.o\n  CC      hw/block/onenand.o\n  CC      hw/block/nvme.o\n  CC      hw/bt/core.o\n  CC      hw/bt/l2cap.o\n  CC      hw/bt/hci.o\n  CC      hw/bt/sdp.o\n  CC      hw/bt/hid.o\n  CC      hw/bt/hci-csr.o\n  CC      hw/char/ipoctal232.o\n  CC      hw/char/pl011.o\n  CC      hw/char/parallel.o\n  CC      hw/char/serial.o\n  CC      hw/char/serial-pci.o\n  CC      hw/char/serial-isa.o\n  CC      hw/char/virtio-console.o\n  CC      hw/char/cadence_uart.o\n  CC      hw/char/cmsdk-apb-uart.o\n  CC      hw/char/debugcon.o\n  CC      hw/char/imx_serial.o\n  CC      hw/core/qdev.o\n  CC      hw/core/bus.o\n  CC      hw/core/reset.o\n  CC      hw/core/qdev-properties.o\n  CC      hw/core/fw-path-provider.o\n  CC      hw/core/irq.o\n  CC      hw/core/hotplug.o\n  CC      hw/core/nmi.o\n  CC      hw/core/ptimer.o\n  CC      hw/core/sysbus.o\n  CC      hw/core/machine.o\n  CC      hw/core/qdev-properties-system.o\n  CC      hw/core/loader.o\n  CC      hw/core/register.o\n  CC      hw/core/or-irq.o\n  CC      hw/core/platform-bus.o\n  CC      hw/cpu/core.o\n  CC      hw/display/ads7846.o\n  CC      hw/display/cirrus_vga.o\n  CC      hw/display/pl110.o\n  CC      hw/display/ssd0303.o\n  CC      hw/display/ssd0323.o\n  CC      hw/display/vga-pci.o\n  CC      hw/display/vga-isa.o\n  CC      hw/display/vmware_vga.o\n  CC      hw/display/blizzard.o\n  CC      hw/display/exynos4210_fimd.o\n  CC      hw/display/framebuffer.o\n  CC      hw/display/tc6393xb.o\n  CC      hw/dma/pl080.o\n  CC      hw/dma/i8257.o\n  CC      hw/dma/xlnx-zynq-devcfg.o\n  CC      hw/dma/pl330.o\n  CC      hw/gpio/max7310.o\n  CC      hw/gpio/pl061.o\n  CC      hw/gpio/zaurus.o\n  CC      hw/gpio/gpio_key.o\n  CC      hw/i2c/core.o\n  CC      hw/i2c/smbus.o\n  CC      hw/i2c/smbus_eeprom.o\n  CC      hw/i2c/versatile_i2c.o\n  CC      hw/i2c/smbus_ich9.o\n  CC      hw/i2c/i2c-ddc.o\n  CC      hw/i2c/pm_smbus.o\n  CC      hw/i2c/bitbang_i2c.o\n  CC      hw/i2c/exynos4210_i2c.o\n  CC      hw/i2c/imx_i2c.o\n  CC      hw/ide/core.o\n  CC      hw/ide/atapi.o\n  CC      hw/ide/qdev.o\n  CC      hw/i2c/aspeed_i2c.o\n  CC      hw/ide/pci.o\n  CC      hw/ide/isa.o\n  CC      hw/ide/piix.o\n  CC      hw/ide/microdrive.o\n  CC      hw/ide/ahci.o\n  CC      hw/input/hid.o\n  CC      hw/ide/ich.o\n  CC      hw/input/lm832x.o\n  CC      hw/input/pckbd.o\n  CC      hw/input/pl050.o\n  CC      hw/input/ps2.o\n  CC      hw/input/stellaris_input.o\n  CC      hw/input/tsc2005.o\n  CC      hw/input/vmmouse.o\n  CC      hw/input/virtio-input.o\n  CC      hw/input/virtio-input-hid.o\n  CC      hw/intc/i8259.o\n  CC      hw/intc/i8259_common.o\n  CC      hw/intc/pl190.o\n  CC      hw/intc/imx_avic.o\n  CC      hw/intc/realview_gic.o\n  CC      hw/intc/ioapic_common.o\n  CC      hw/intc/arm_gic.o\n  CC      hw/intc/arm_gic_common.o\n  CC      hw/intc/arm_gicv2m.o\n  CC      hw/intc/arm_gicv3_common.o\n  CC      hw/intc/arm_gicv3.o\n  CC      hw/intc/arm_gicv3_dist.o\n  CC      hw/intc/arm_gicv3_redist.o\n  CC      hw/intc/intc.o\n  CC      hw/intc/arm_gicv3_its_common.o\n  CC      hw/ipack/ipack.o\n  CC      hw/ipmi/ipmi.o\n  CC      hw/ipmi/ipmi_bmc_sim.o\n  CC      hw/ipack/tpci200.o\n  CC      hw/ipmi/ipmi_bmc_extern.o\n  CC      hw/ipmi/isa_ipmi_kcs.o\n  CC      hw/ipmi/isa_ipmi_bt.o\n  CC      hw/isa/isa-bus.o\n  CC      hw/isa/apm.o\n  CC      hw/mem/pc-dimm.o\n  CC      hw/misc/max111x.o\n  CC      hw/misc/applesmc.o\n  CC      hw/mem/nvdimm.o\n  CC      hw/misc/tmp105.o\n  CC      hw/misc/tmp421.o\n  CC      hw/misc/debugexit.o\n  CC      hw/misc/sga.o\n  CC      hw/misc/pc-testdev.o\n  CC      hw/misc/pci-testdev.o\n  CC      hw/misc/unimp.o\n  CC      hw/misc/arm_l2x0.o\n  CC      hw/misc/edu.o\n  CC      hw/misc/arm_integrator_debug.o\n  CC      hw/misc/a9scu.o\n  CC      hw/misc/arm11scu.o\n  CC      hw/net/ne2000.o\n  CC      hw/net/pcnet.o\n  CC      hw/net/eepro100.o\n  CC      hw/net/pcnet-pci.o\n  CC      hw/net/e1000.o\n  CC      hw/net/net_tx_pkt.o\n  CC      hw/net/e1000x_common.o\n  CC      hw/net/net_rx_pkt.o\n  CC      hw/net/e1000e.o\n  CC      hw/net/e1000e_core.o\n  CC      hw/net/rtl8139.o\n  CC      hw/net/vmxnet3.o\n  CC      hw/net/smc91c111.o\n  CC      hw/net/lan9118.o\n  CC      hw/net/xgmac.o\n  CC      hw/net/allwinner_emac.o\n  CC      hw/net/ne2000-isa.o\n  CC      hw/net/imx_fec.o\n  CC      hw/net/cadence_gem.o\n  CC      hw/net/stellaris_enet.o\n  CC      hw/net/ftgmac100.o\n  CC      hw/net/rocker/rocker.o\n  CC      hw/net/rocker/rocker_fp.o\n  CC      hw/net/rocker/rocker_world.o\n  CC      hw/net/rocker/rocker_of_dpa.o\n  CC      hw/net/rocker/rocker_desc.o\n  CC      hw/nvram/fw_cfg.o\n  CC      hw/nvram/eeprom93xx.o\n  CC      hw/pci-bridge/pci_bridge_dev.o\n  CC      hw/pci-bridge/pcie_pci_bridge.o\n  CC      hw/nvram/chrp_nvram.o\n  CC      hw/pci-bridge/pcie_root_port.o\n  CC      hw/pci-bridge/gen_pcie_root_port.o\n  CC      hw/pci-bridge/xio3130_upstream.o\n  CC      hw/pci-bridge/pci_expander_bridge.o\n  CC      hw/pci-bridge/xio3130_downstream.o\n  CC      hw/pci-bridge/ioh3420.o\n  CC      hw/pci-bridge/i82801b11.o\n  CC      hw/pci-host/pam.o\n  CC      hw/pci-host/versatile.o\n  CC      hw/pci-host/piix.o\n  CC      hw/pci-host/q35.o\n  CC      hw/pci/pci.o\n  CC      hw/pci-host/gpex.o\n  CC      hw/pci/pci_bridge.o\n  CC      hw/pci/msix.o\n  CC      hw/pci/msi.o\n  CC      hw/pci/shpc.o\n  CC      hw/pci/slotid_cap.o\n  CC      hw/pci/pci_host.o\n  CC      hw/pci/pcie_host.o\n  CC      hw/pci/pcie_aer.o\n  CC      hw/pci/pcie_port.o\n  CC      hw/pci/pcie.o\n  CC      hw/pcmcia/pcmcia.o\n  CC      hw/pci/pci-stub.o\n  CC      hw/scsi/scsi-disk.o\n  CC      hw/scsi/scsi-generic.o\n  CC      hw/scsi/scsi-bus.o\n  CC      hw/scsi/lsi53c895a.o\n  CC      hw/scsi/mptsas.o\n  CC      hw/scsi/mptconfig.o\n  CC      hw/scsi/mptendian.o\n  CC      hw/scsi/megasas.o\n  CC      hw/scsi/esp.o\n  CC      hw/scsi/vmw_pvscsi.o\n  CC      hw/scsi/esp-pci.o\n  CC      hw/sd/pl181.o\n  CC      hw/sd/sd.o\n  CC      hw/sd/ssi-sd.o\n  CC      hw/smbios/smbios.o\n  CC      hw/sd/sdhci.o\n  CC      hw/sd/core.o\n  CC      hw/smbios/smbios_type_38.o\n  CC      hw/smbios/smbios-stub.o\n  CC      hw/smbios/smbios_type_38-stub.o\n  CC      hw/ssi/pl022.o\n  CC      hw/ssi/xilinx_spips.o\n  CC      hw/ssi/aspeed_smc.o\n  CC      hw/ssi/ssi.o\n  CC      hw/ssi/stm32f2xx_spi.o\n  CC      hw/timer/arm_timer.o\n  CC      hw/timer/arm_mptimer.o\n  CC      hw/timer/armv7m_systick.o\n  CC      hw/timer/a9gtimer.o\n  CC      hw/timer/cadence_ttc.o\n  CC      hw/timer/ds1338.o\n  CC      hw/timer/hpet.o\n  CC      hw/timer/i8254_common.o\n  CC      hw/timer/i8254.o\n  CC      hw/timer/pl031.o\n  CC      hw/timer/twl92230.o\n  CC      hw/timer/imx_epit.o\n  CC      hw/timer/imx_gpt.o\n  CC      hw/timer/aspeed_timer.o\n  CC      hw/timer/stm32f2xx_timer.o\n  CC      hw/timer/cmsdk-apb-timer.o\n  CC      hw/tpm/tpm_tis.o\n  CC      hw/usb/core.o\n  CC      hw/usb/combined-packet.o\n  CC      hw/usb/libhw.o\n  CC      hw/usb/bus.o\n  CC      hw/usb/desc.o\n  CC      hw/usb/desc-msos.o\n  CC      hw/usb/hcd-uhci.o\n  CC      hw/usb/hcd-ohci.o\n  CC      hw/usb/hcd-ehci.o\n  CC      hw/usb/hcd-ehci-pci.o\n  CC      hw/usb/hcd-ehci-sysbus.o\n  CC      hw/usb/hcd-xhci.o\n  CC      hw/usb/hcd-xhci-nec.o\n  CC      hw/usb/hcd-musb.o\n  CC      hw/usb/dev-hub.o\n  CC      hw/usb/dev-hid.o\n  CC      hw/usb/dev-wacom.o\n  CC      hw/usb/dev-storage.o\n  CC      hw/usb/dev-uas.o\n  CC      hw/usb/dev-audio.o\n  CC      hw/usb/dev-serial.o\n  CC      hw/usb/dev-network.o\n  CC      hw/usb/dev-bluetooth.o\n  CC      hw/usb/dev-smartcard-reader.o\n  CC      hw/usb/host-stub.o\n  CC      hw/virtio/virtio-rng.o\n  CC      hw/virtio/virtio-pci.o\n  CC      hw/virtio/virtio-bus.o\n  CC      hw/virtio/virtio-mmio.o\n  CC      hw/virtio/vhost-stub.o\n  CC      hw/watchdog/watchdog.o\n  CC      hw/watchdog/wdt_i6300esb.o\n  CC      hw/watchdog/wdt_aspeed.o\n  CC      hw/watchdog/wdt_ib700.o\n  CC      migration/migration.o\n  CC      migration/socket.o\n  CC      migration/fd.o\n  CC      migration/exec.o\n  CC      migration/tls.o\n  CC      migration/channel.o\n  CC      migration/savevm.o\n  CC      migration/colo-comm.o\n  CC      migration/colo.o\n  CC      migration/colo-failover.o\n  CC      migration/vmstate.o\n  CC      migration/vmstate-types.o\n  CC      migration/page_cache.o\n  CC      migration/global_state.o\n  CC      migration/qemu-file.o\n  CC      migration/qemu-file-channel.o\n  CC      migration/xbzrle.o\n  CC      migration/postcopy-ram.o\n  CC      migration/qjson.o\n  CC      migration/block.o\n  CC      net/net.o\n  CC      net/queue.o\n  CC      net/util.o\n  CC      net/checksum.o\n  CC      net/hub.o\n  CC      net/socket.o\n  CC      net/dump.o\n  CC      net/eth.o\n  CC      net/slirp.o\n  CC      net/filter-buffer.o\n  CC      net/filter.o\n  CC      net/filter-mirror.o\n  CC      net/colo-compare.o\n  CC      net/colo.o\n  CC      net/filter-rewriter.o\n  CC      net/filter-replay.o\n  CC      net/tap-win32.o\n  CC      qom/cpu.o\n  CC      replay/replay.o\n  CC      replay/replay-internal.o\n  CC      replay/replay-events.o\n  CC      replay/replay-time.o\n  CC      replay/replay-input.o\n  CC      replay/replay-char.o\n  CC      replay/replay-snapshot.o\n  CC      replay/replay-net.o\n  CC      replay/replay-audio.o\n  CC      slirp/cksum.o\n  CC      slirp/ip_icmp.o\n  CC      slirp/if.o\n  CC      slirp/ip6_icmp.o\n  CC      slirp/ip6_output.o\n  CC      slirp/ip6_input.o\n  CC      slirp/ip_input.o\n  CC      slirp/ip_output.o\n  CC      slirp/dhcpv6.o\n  CC      slirp/dnssearch.o\n  CC      slirp/mbuf.o\n  CC      slirp/slirp.o\n  CC      slirp/misc.o\n  CC      slirp/sbuf.o\n  CC      slirp/socket.o\n  CC      slirp/tcp_input.o\n  CC      slirp/tcp_subr.o\n  CC      slirp/tcp_timer.o\n  CC      slirp/udp.o\n  CC      slirp/tcp_output.o\n  CC      slirp/udp6.o\n  CC      slirp/tftp.o\n  CC      slirp/bootp.o\n  CC      slirp/arp_table.o\n  CC      slirp/ncsi.o\n  CC      slirp/ndp_table.o\n  CC      ui/keymaps.o\n  CC      ui/console.o\n  CC      ui/cursor.o\n  CC      ui/qemu-pixman.o\n  CC      ui/input-keymap.o\n  CC      ui/input.o\n  CC      ui/sdl.o\n  CC      ui/sdl_zoom.o\n  CC      ui/x_keymap.o\n  CC      ui/input-legacy.o\n  CC      ui/vnc.o\n  CC      ui/vnc-enc-zlib.o\n  CC      ui/vnc-palette.o\n  CC      ui/vnc-auth-vencrypt.o\n  CC      ui/vnc-enc-zrle.o\n  CC      ui/vnc-enc-tight.o\n  CC      ui/vnc-enc-hextile.o\n  CC      ui/vnc-ws.o\n  CC      ui/vnc-jobs.o\n  CC      ui/gtk.o\n  CC      chardev/char.o\n  CC      chardev/char-console.o\n  CC      chardev/char-fe.o\n  CC      chardev/char-file.o\n  CC      chardev/char-mux.o\n  CC      chardev/char-io.o\n  CC      chardev/char-null.o\n  CC      chardev/char-pipe.o\n  CC      chardev/char-ringbuf.o\n  CC      chardev/char-socket.o\n  CC      chardev/char-serial.o\n  CC      chardev/char-stdio.o\n  CC      chardev/char-udp.o\n  CC      chardev/char-win-stdio.o\n  CC      chardev/char-win.o\n  CC      qga/commands.o\n  CC      qga/guest-agent-command-state.o\n  CC      qga/commands-win32.o\n  CC      qga/channel-win32.o\n  CC      qga/service-win32.o\n  CC      qga/main.o\n  CC      qga/vss-win32.o\n  CC      qga/qapi-generated/qga-qapi-types.o\n  CC      qga/qapi-generated/qga-qmp-marshal.o\n  CC      qga/qapi-generated/qga-qapi-visit.o\n  AR      libqemuutil.a\n  CC      qemu-img.o\n  AR      libqemustub.a\n  AS      optionrom/multiboot.o\n  CC      optionrom/linuxboot_dma.o\n  AS      optionrom/linuxboot.o\n  AS      optionrom/kvmvapic.o\n  BUILD   optionrom/linuxboot_dma.img\n  BUILD   optionrom/multiboot.img\n  BUILD   optionrom/linuxboot_dma.raw\n  BUILD   optionrom/multiboot.raw\n  BUILD   optionrom/linuxboot.img\n  SIGN    optionrom/linuxboot_dma.bin\n  SIGN    optionrom/multiboot.bin\n  BUILD   optionrom/kvmvapic.img\n  BUILD   optionrom/linuxboot.raw\n  SIGN    optionrom/linuxboot.bin\n  BUILD   optionrom/kvmvapic.raw\n  SIGN    optionrom/kvmvapic.bin\n  LINK    qemu-ga.exe\n  LINK    qemu-img.exe\n  LINK    qemu-io.exe\n  GEN     x86_64-softmmu/hmp-commands.h\n  GEN     x86_64-softmmu/hmp-commands-info.h\n  GEN     x86_64-softmmu/config-target.h\n  GEN     aarch64-softmmu/hmp-commands.h\n  GEN     aarch64-softmmu/hmp-commands-info.h\n  GEN     aarch64-softmmu/config-target.h\n  CC      x86_64-softmmu/tcg/tcg-op.o\n  CC      x86_64-softmmu/exec.o\n  CC      x86_64-softmmu/tcg/tcg.o\n  CC      x86_64-softmmu/tcg/optimize.o\n  CC      x86_64-softmmu/tcg/tcg-op-gvec.o\n  CC      x86_64-softmmu/tcg/tcg-common.o\n  CC      x86_64-softmmu/tcg/tcg-runtime.o\n  CC      aarch64-softmmu/exec.o\n  CC      x86_64-softmmu/tcg/tcg-runtime-gvec.o\n  CC      aarch64-softmmu/tcg/tcg.o\n  CC      aarch64-softmmu/tcg/tcg-op.o\n  CC      aarch64-softmmu/tcg/tcg-op-gvec.o\n  CC      x86_64-softmmu/fpu/softfloat.o\n  CC      aarch64-softmmu/tcg/optimize.o\n  CC      aarch64-softmmu/tcg/tcg-common.o\n  CC      aarch64-softmmu/tcg/tcg-runtime.o\nIn file included from /tmp/qemu-test/src/tcg/tcg.c:254:0:\n/tmp/qemu-test/src/tcg/tcg.c: In function 'tcg_out_op':\n/tmp/qemu-test/src/tcg/i386/tcg-target.inc.c:2494:13: error: 'c' may be used uninitialized in this function [-Werror=maybe-uninitialized]\n             tcg_out_modrm(s, c, a0, a1);\n             ^~~~~~~~~~~~~~~~~~~~~~~~~~~\ncc1: all warnings being treated as errors\n/tmp/qemu-test/src/rules.mak:66: recipe for target 'tcg/tcg.o' failed\nmake[1]: *** [tcg/tcg.o] Error 1\nmake[1]: *** Waiting for unfinished jobs....\n  CC      aarch64-softmmu/tcg/tcg-runtime-gvec.o\nMakefile:326: recipe for target 'subdir-x86_64-softmmu' failed\nmake: *** [subdir-x86_64-softmmu] Error 2\nmake: *** Waiting for unfinished jobs....\n  CC      aarch64-softmmu/fpu/softfloat.o\n  CC      aarch64-softmmu/disas.o\n  GEN     aarch64-softmmu/gdbstub-xml.c\n  CC      aarch64-softmmu/hax-stub.o\n  CC      aarch64-softmmu/arch_init.o\nIn file included from /tmp/qemu-test/src/tcg/tcg.c:254:0:\n/tmp/qemu-test/src/tcg/tcg.c: In function 'tcg_out_op':\n/tmp/qemu-test/src/tcg/i386/tcg-target.inc.c:2494:13: error: 'c' may be used uninitialized in this function [-Werror=maybe-uninitialized]\n             tcg_out_modrm(s, c, a0, a1);\n             ^~~~~~~~~~~~~~~~~~~~~~~~~~~\ncc1: all warnings being treated as errors\n/tmp/qemu-test/src/rules.mak:66: recipe for target 'tcg/tcg.o' failed\nmake[1]: *** [tcg/tcg.o] Error 1\nmake[1]: *** Waiting for unfinished jobs....\nMakefile:326: recipe for target 'subdir-aarch64-softmmu' failed\nmake: *** [subdir-aarch64-softmmu] Error 2\nTraceback (most recent call last):\n  File \"./tests/docker/docker.py\", line 384, in <module>\n    sys.exit(main())\n  File \"./tests/docker/docker.py\", line 381, in main\n    return args.cmdobj.run(args, argv)\n  File \"./tests/docker/docker.py\", line 239, in run\n    return Docker().run(argv, args.keep, quiet=args.quiet)\n  File \"./tests/docker/docker.py\", line 207, in run\n    quiet=quiet)\n  File \"./tests/docker/docker.py\", line 125, in _do_check\n    return subprocess.check_call(self._command + cmd, **kwargs)\n  File \"/usr/lib64/python2.7/subprocess.py\", line 186, in check_call\n    raise CalledProcessError(retcode, cmd)\nsubprocess.CalledProcessError: Command '['docker', 'run', '--label', 'com.qemu.instance.uuid=90db17ee97da11e7a43152540069c830', '-u', '0', '-t', '--rm', '--net=none', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=8', '-e', 'DEBUG=', '-e', 'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/var/tmp/patchew-tester-tmp-qj5ryc_i/src/docker-src.2017-09-12-12.51.00.12868:/var/tmp/qemu:z,ro', '-v', '/root/.cache/qemu-docker-ccache:/var/tmp/ccache:z', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2\nmake[1]: *** [tests/docker/Makefile.include:139: docker-run] Error 1\nmake[1]: Leaving directory '/var/tmp/patchew-tester-tmp-qj5ryc_i/src'\nmake: *** [tests/docker/Makefile.include:168: docker-run-test-mingw@fedora] Error 2\n\nreal\t1m31.161s\nuser\t0m5.207s\nsys\t0m1.760s\n=== OUTPUT END ===\n\nTest command exited with code: 2\n\n\n---\nEmail generated automatically by Patchew [http://patchew.org/].\nPlease send your feedback to patchew-devel@freelists.org","headers":{"Return-Path":"<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=nongnu.org\n\t(client-ip=2001:4830:134:3::11; helo=lists.gnu.org;\n\tenvelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org;\n\treceiver=<UNKNOWN>)","Received":["from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xs9tm0TtMz9s82\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 02:56:47 +1000 (AEST)","from localhost ([::1]:37589 helo=lists.gnu.org)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>)\n\tid 1droUP-00074N-9V\n\tfor incoming@patchwork.ozlabs.org; Tue, 12 Sep 2017 12:56:45 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:34744)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <no-reply@patchew.org>) id 1droQt-0004G4-ED\n\tfor qemu-devel@nongnu.org; Tue, 12 Sep 2017 12:53:24 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <no-reply@patchew.org>) id 1droQb-0008NV-H4\n\tfor qemu-devel@nongnu.org; Tue, 12 Sep 2017 12:53:07 -0400","from sender-of-o52.zoho.com ([135.84.80.217]:21309)\n\tby eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.71) (envelope-from <no-reply@patchew.org>)\n\tid 1droQa-0008LV-Rv\n\tfor qemu-devel@nongnu.org; Tue, 12 Sep 2017 12:52:49 -0400","from [172.17.0.2] (23.253.156.214 [23.253.156.214]) by\n\tmx.zohomail.com with SMTPS id 1505235152668823.9307995451263;\n\tTue, 12 Sep 2017 09:52:32 -0700 (PDT)"],"Resent-Date":"Tue, 12 Sep 2017 12:53:07 -0400","Resent-Message-Id":"<E1droQb-0008NV-H4@eggs.gnu.org>","In-Reply-To":"<20170912162513.21694-1-richard.henderson@linaro.org>","Message-ID":"<150523515194.318.5852247950519164272@6d89bd104fc3>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Resent-From":"","From":"no-reply@patchew.org","To":"richard.henderson@linaro.org","Date":"Tue, 12 Sep 2017 09:52:32 -0700 (PDT)","X-ZohoMailClient":"External","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 3.x [fuzzy]","X-Received-From":"135.84.80.217","Subject":"Re: [Qemu-devel] [PATCH v2 00/16] TCG vectorization and example\n\tconversion","X-BeenThere":"qemu-devel@nongnu.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"<qemu-devel.nongnu.org>","List-Unsubscribe":"<https://lists.nongnu.org/mailman/options/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=unsubscribe>","List-Archive":"<http://lists.nongnu.org/archive/html/qemu-devel/>","List-Post":"<mailto:qemu-devel@nongnu.org>","List-Help":"<mailto:qemu-devel-request@nongnu.org?subject=help>","List-Subscribe":"<https://lists.nongnu.org/mailman/listinfo/qemu-devel>,\n\t<mailto:qemu-devel-request@nongnu.org?subject=subscribe>","Reply-To":"qemu-devel@nongnu.org","Cc":"alex.bennee@linaro.org, famz@redhat.com, qemu-devel@nongnu.org,\n\tf4bug@amsat.org","Errors-To":"qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org","Sender":"\"Qemu-devel\"\n\t<qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>"}}]