[{"id":1760689,"web_url":"http://patchwork.ozlabs.org/comment/1760689/","msgid":"<150416252862.84.1244432860941087255@b5667b65043c>","list_archive_url":null,"date":"2017-08-31T06:55:31","subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","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\nMessage-id: 20170831064302.14427-1-famz@redhat.com\nSubject: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)\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/20170830163609.50260-1-pasic@linux.vnet.ibm.com -> patchew/20170830163609.50260-1-pasic@linux.vnet.ibm.com\n t [tag update]            patchew/20170830215523.25278-1-f4bug@amsat.org -> patchew/20170830215523.25278-1-f4bug@amsat.org\n * [new tag]               patchew/20170831064302.14427-1-famz@redhat.com -> patchew/20170831064302.14427-1-famz@redhat.com\nSwitched to a new branch 'test'\n7ad2e659ca docker: Use archive-source.py\n2dc170d07c tests: Add README for vm tests\n19170c4fd7 MAINTAINERS: Add tests/vm entry\n77ab30467b Makefile: Add rules to run vm tests\n4a41ba7fcd tests: Add OpenBSD image\nd6586b4423 tests: Add NetBSD image\n3f1a2d60c9 tests: Add FreeBSD image\nb413ab4921 tests: Add ubuntu.i386 image\n167e9915a4 tests: Add vm test lib\n75824c3f84 scripts: Add archive-source.sh\n35bff37d20 qemu.py: Add \"wait()\" method\ne572b186d5 gitignore: Ignore vm test images\n\n=== OUTPUT BEGIN ===\nChecking PATCH 1/12: gitignore: Ignore vm test images...\nChecking PATCH 2/12: qemu.py: Add \"wait()\" method...\nChecking PATCH 3/12: scripts: Add archive-source.sh...\nChecking PATCH 4/12: tests: Add vm test lib...\nERROR: line over 90 characters\n#85: FILE: tests/vm/basevm.py:60:\n+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCikC46WYtXotUd0UGPz9547Aj0KqC4gk+nt4BBJm86IHgCD9FygSGX9EFutXlhz9KZIPg9Okk7+IzXRHCWI2MNvhrcjyrezKREm71z08j9iwfxY3340fY2Mo+0khwpO7bzsgzkljHIHqcOg7MgttPInVMNH/EfqpgR8EDKJuWCB2Ny+EBFN/3dAiff0X/EvKle9PUrY70EkSycnyURS8HZReEqj8lN9J5kXzA8F6jBo/0Q42Ttv6e4k5YcaDrwmLrBWLra2PCXZLNyHqXEiFkGmdXtA1Eox9gc/p4jIXim6xrPNmpN6WyrrEjaCF5xYvNv8wXkD6uSWwbHYU24lIAn qemu-vm-key\n\nWARNING: line over 80 characters\n#99: FILE: tests/vm/basevm.py:74:\n+        self._tmpdir = tempfile.mkdtemp(prefix=\"vm-test-\", suffix=\".tmp\", dir=\".\")\n\nWARNING: line over 80 characters\n#190: FILE: tests/vm/basevm.py:165:\n+        logging.debug(\"Creating archive %s for src_dir dir: %s\", tarfile, src_dir)\n\nWARNING: line over 80 characters\n#195: FILE: tests/vm/basevm.py:170:\n+                            \"file=%s,if=none,id=%s,cache=writeback,format=raw\" % \\\n\nWARNING: line over 80 characters\n#198: FILE: tests/vm/basevm.py:173:\n+                            \"virtio-blk,drive=%s,serial=%s,bootindex=1\" % (name, name)]\n\nERROR: line over 90 characters\n#245: FILE: tests/vm/basevm.py:220:\n+    VM test utility.  Exit codes: 0 = success, 1 = command line error, 2 = environment initialization failed, 3 = test command failed\"\"\")\n\nWARNING: line over 80 characters\n#252: FILE: tests/vm/basevm.py:227:\n+    parser.add_option(\"--jobs\", type=int, default=multiprocessing.cpu_count() / 2,\n\ntotal: 2 errors, 5 warnings, 276 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 5/12: tests: Add ubuntu.i386 image...\nChecking PATCH 6/12: tests: Add FreeBSD image...\nChecking PATCH 7/12: tests: Add NetBSD image...\nChecking PATCH 8/12: tests: Add OpenBSD image...\nChecking PATCH 9/12: Makefile: Add rules to run vm tests...\nChecking PATCH 10/12: MAINTAINERS: Add tests/vm entry...\nChecking PATCH 11/12: tests: Add README for vm tests...\nChecking PATCH 12/12: docker: Use archive-source.py...\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 3xjY7j5lQJz9s7F\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 16:56:33 +1000 (AEST)","from localhost ([::1]:54212 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 1dnJOx-0001C5-S3\n\tfor incoming@patchwork.ozlabs.org; Thu, 31 Aug 2017 02:56:31 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:55852)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <no-reply@patchew.org>) id 1dnJOI-00019C-KB\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 02:55:52 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <no-reply@patchew.org>) id 1dnJOE-0004NK-9J\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 02:55:50 -0400","from sender-of-o52.zoho.com ([135.84.80.217]:21349)\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 1dnJOE-0004L1-0s\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 02:55:46 -0400","from [172.17.0.2] (23.253.156.214 [23.253.156.214]) by\n\tmx.zohomail.com with SMTPS id 150416253109383.47125073067684;\n\tWed, 30 Aug 2017 23:55:31 -0700 (PDT)"],"Resent-Date":"Thu, 31 Aug 2017 02:55:50 -0400","Resent-Message-Id":"<E1dnJOE-0004NK-9J@eggs.gnu.org>","In-Reply-To":"<20170831064302.14427-1-famz@redhat.com>","Message-ID":"<150416252862.84.1244432860941087255@b5667b65043c>","MIME-Version":"1.0","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Resent-From":"","From":"no-reply@patchew.org","To":"famz@redhat.com","Date":"Wed, 30 Aug 2017 23:55:31 -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 v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","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":"peter.maydell@linaro.org, famz@redhat.com, qemu-devel@nongnu.org,\n\tf4bug@amsat.org, kamil@netbsd.org, stefanha@redhat.com,\n\tcrosa@redhat.com, pbonzini@redhat.com, alex.bennee@linaro.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":1761043,"web_url":"http://patchwork.ozlabs.org/comment/1761043/","msgid":"<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>","list_archive_url":null,"date":"2017-08-31T14:04:37","subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","submitter":{"id":11273,"url":"http://patchwork.ozlabs.org/api/people/11273/","name":"Kamil Rytarowski","email":"n54@gmx.com"},"content":"Could we please add SmartOS image. It's an Illumos distribution,\npreviously known as OpenSolaris.\n\nqemu is actively maintained for SmartOS in pkgsrc.\n\nThe latest build fixes were introduced less than a week ago.\nhttps://github.com/NetBSD/pkgsrc/commit/f2608af5433f1491a92567bf570e9349dffbda7a\n\nI'm going to submit the SmartOS patches to fix the build regardless of\nthe decision.\n\nOn 31.08.2017 08:42, Fam Zheng wrote:\n> v5: Generate source tar file with a script.\n>     Fix tmpdir, use pwd.\n>     Reduce default -j to half cores.\n> \n> v4: Drop unused imports and parameters. [Cleber]\n>     Use --exclude-vcs (still no --exclude-vcs-ignores because it's too new). [Philippe]\n>     Use gtar if available. [Philippe, Kamil]\n>     /dev/ld1a -> /dev/rld1a for netbsd. [Kamil]\n>     Only use '-enable-kvm' if /dev/kvm is there. [Kamil]\n>     Grammar fixes of README. [Stefan]\n>     Rename image on the server to include version and arch. [Kamil]\n>     Just ignore *.tmp. [Philippe]\n> \n> v3: Drop RFC.\n>     Add Stefan's and Kamil's reviewed-bys.\n>     Use optparse. [Stefan]\n>     Drop the VGA patch. [Paolo, Stefan]\n>     Improve exit/exit code/doc. [Stefan]\n>     Drop unused line from basevm.py. [Stefan]\n>     Drop \"--target-list\" form Makefile.\n>     More intelligent '-j'.\n>     Add README. [Stefan]\n> \n> v2: - Add docstring. [Stefan]\n>     - Call self._load_io_lod. [Stefan]\n>     - Use \"info usernet\" and dynamic ssh_port forwarding. [Stefan]\n>     - Add image checksum.\n>     - Use os.rename() and os.makedirs(). [Stefan]\n>     - Fix NetBSD URL. [Kamil]\n> \n> Build tests in one 32 bit Linux guest and three BSD images are defined in this\n> series. This is a more managable way than the manually maintained virtual\n> machines in patchew. Also, one big advantage of ephemeral VMs over long running\n> guests is the reduced RAM usage of host, which makes it possible to have one\n> host test all these BSD variants and probably more.\n> \n> The BSD guest templates are manually prepared following\n> \n> https://wiki.qemu.org/Hosts/BSD\n> \n> as it is not easy to automate. (The ideal approach is like the ubuntu.i386\n> script, which configures the guest on top of an official released image, fully\n> automatically.)\n> \n> Need for help: \"gmake check\" in the added OpenBSD image fails with -ENOMEM\n> errors, even if I change \"-m 2G\" to \"-m 8G\" when starting VM. Ideas? And there\n> is a warning from ./configure about OpenBSD going to be unsupported in coming\n> releases, is it still the case?\n> \n> Fam\n> \n> Fam Zheng (12):\n>   gitignore: Ignore vm test images\n>   qemu.py: Add \"wait()\" method\n>   scripts: Add archive-source.sh\n>   tests: Add vm test lib\n>   tests: Add ubuntu.i386 image\n>   tests: Add FreeBSD image\n>   tests: Add NetBSD image\n>   tests: Add OpenBSD image\n>   Makefile: Add rules to run vm tests\n>   MAINTAINERS: Add tests/vm entry\n>   tests: Add README for vm tests\n>   docker: Use archive-source.py\n> \n>  .gitignore                    |   2 +\n>  MAINTAINERS                   |   1 +\n>  Makefile                      |   2 +\n>  configure                     |   2 +-\n>  scripts/archive-source.sh     |  29 +++++\n>  scripts/qemu.py               |   7 ++\n>  tests/docker/Makefile.include |  15 +--\n>  tests/docker/run              |   8 +-\n>  tests/vm/Makefile.include     |  42 +++++++\n>  tests/vm/README               |  63 ++++++++++\n>  tests/vm/basevm.py            | 276 ++++++++++++++++++++++++++++++++++++++++++\n>  tests/vm/freebsd              |  42 +++++++\n>  tests/vm/netbsd               |  42 +++++++\n>  tests/vm/openbsd              |  43 +++++++\n>  tests/vm/ubuntu.i386          |  88 ++++++++++++++\n>  15 files changed, 641 insertions(+), 21 deletions(-)\n>  create mode 100755 scripts/archive-source.sh\n>  create mode 100644 tests/vm/Makefile.include\n>  create mode 100644 tests/vm/README\n>  create mode 100755 tests/vm/basevm.py\n>  create mode 100755 tests/vm/freebsd\n>  create mode 100755 tests/vm/netbsd\n>  create mode 100755 tests/vm/openbsd\n>  create mode 100755 tests/vm/ubuntu.i386\n>","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 3xjkt52Dvbz9sD5\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri,  1 Sep 2017 00:15:24 +1000 (AEST)","from localhost ([::1]:56008 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 1dnQFc-0003Bh-Re\n\tfor incoming@patchwork.ozlabs.org; Thu, 31 Aug 2017 10:15:20 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:41343)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from <n54@gmx.com>)\n\tid 1dnQFC-000348-3i\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:15:00 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <n54@gmx.com>) id 1dnQF8-0004Ig-Q8\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:14:54 -0400","from mout.gmx.net ([212.227.17.20]:51105)\n\tby eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.71) (envelope-from <n54@gmx.com>) id 1dnQF8-0004IU-EI\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:14:50 -0400","from [192.168.1.4] ([185.58.161.191]) by mail.gmx.com (mrgmx101\n\t[212.227.17.174]) with ESMTPSA (Nemesis) id 0MYbFe-1e1G8t2xIw-00VP8c; \n\tThu, 31 Aug 2017 16:14:38 +0200"],"To":"Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org","References":"<20170831064302.14427-1-famz@redhat.com>","From":"Kamil Rytarowski <n54@gmx.com>","Message-ID":"<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>","Date":"Thu, 31 Aug 2017 16:04:37 +0200","User-Agent":"Mozilla/5.0 (X11; NetBSD amd64; rv:52.0) Gecko/20100101\n\tThunderbird/52.1.0","MIME-Version":"1.0","In-Reply-To":"<20170831064302.14427-1-famz@redhat.com>","Content-Type":"multipart/signed; micalg=pgp-sha256;\n\tprotocol=\"application/pgp-signature\";\n\tboundary=\"pcbICuwVLOe30R8O3H5stwI3FUnx2kRjW\"","X-Provags-ID":"V03:K0:vCLNP92MEwuW8viVk03LL/2yvncoi5PxDXmV3s1qK0uVvUAtp+7\n\tf04Lzozi6/61ff5jmAoQBmB2flTpT5AZj1AERTRmkdoGCBozieMUFnjdXdZt13KTyW083ws\n\tE7iEM1CB9j9qkGWIPhwdQINsDV6RY775vJrlqOafQhgVkNxBtzJF2J+rRqy/Otbe8YuTkel\n\tN1Akly+IAzudJ6xilBSQg==","X-UI-Out-Filterresults":"notjunk:1; V01:K0:woffR9o1vm4=:DzZfTrGvFUfal21bXsem9c\n\tt1L2sPWnRmUCvYsA+9onYwfI+F6VmO1T0Bqnl0e+Gpdg7K5UoMgG3zeRvK2CNbm8zCj2aql0A\n\t2vkbOqAcn/wrjYRK8R3FZxOTIvxwU4es+xMMr/dBrVI3qcgI85DfeYb65d5UoxgLpc0DK5zMd\n\tEHd3gaypVp5EUeY4HXg4ZqX7CEqf1vYwljQ0D1GqqeTg4YlRcpHdDWEUB4wr69C+23btVGJQk\n\t5tk2ZOhPklxQVhpiQ9YvmuweoYtYHuHrzErIKg75/uzc8/MUBDtdnO8b8biEbAAbLFyPBLG35\n\tdmiRWEM4xGt3YK0wvHOci84gMrZxtW41pqha+Y38PyWZbAebyKCjdUp9riMrqHvLLCftTVcEh\n\tIHo5UY3fShQLOMV/VmPKYoE69jXBIztdId67x1QVeqyylIApQ/AwNSVdeWQxAHDZNIJA9m0ao\n\tbo7dF1GUNsfaGodM+gqU2iLJliokg7oFwyWqw00N1SOr7TRTtGN1dfyAy7XqFyDzSHn9ieKar\n\tito+FIvozCjrB8abWilgr+VpCLR6DJQ13I8TFxaYeKp1L8gviu/NWuMSDZ2ZhJdcD7VnR2EJy\n\tDfxmmBlFHp7YuoxFbHtqJYo74eBtfkLbPJksAR3sOIdddFC/gNWXDeRrIC4BUvh6JZtIRjK8z\n\t98oa7grBBqB1olZr71eudPiDPvYCGWdJa3KJKM9ZU7ZPigvSrnK9lBVIiWpG4qxi63UGnZYdo\n\tVUy26syqjQJTfWoq/Iem9BnGrDvZ0tQ7Do3Zmy9jnD2ulFK/Y3zmDpV10gFaEbIYM5U8E8Y7n\n\tgH3UsO+btsrqwO8sFcfn5DgLx72Ag==","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]\n\t[fuzzy]","X-Received-From":"212.227.17.20","X-Content-Filtered-By":"Mailman/MimeDel 2.1.21","Subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","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>","Cc":"Peter Maydell <peter.maydell@linaro.org>, =?utf-8?q?Philippe_Mathieu-D?=\n\t=?utf-8?b?YXVkw6k=?= <f4bug@amsat.org>,\n\tstefanha@redhat.com, Cleber Rosa <crosa@redhat.com>,\n\tpbonzini@redhat.com, =?utf-8?q?Alex_Benn=C3=A9e?=\n\t<alex.bennee@linaro.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":1761056,"web_url":"http://patchwork.ozlabs.org/comment/1761056/","msgid":"<CAFEAcA9x1kmkhqvGM7y0AJRbr7+5t56sOqQPNQ0cowK8vCvVKA@mail.gmail.com>","list_archive_url":null,"date":"2017-08-31T14:27:39","subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","submitter":{"id":5111,"url":"http://patchwork.ozlabs.org/api/people/5111/","name":"Peter Maydell","email":"peter.maydell@linaro.org"},"content":"On 31 August 2017 at 15:04, Kamil Rytarowski <n54@gmx.com> wrote:\n> Could we please add SmartOS image. It's an Illumos distribution,\n> previously known as OpenSolaris.\n>\n> qemu is actively maintained for SmartOS in pkgsrc.\n>\n> The latest build fixes were introduced less than a week ago.\n> https://github.com/NetBSD/pkgsrc/commit/f2608af5433f1491a92567bf570e9349dffbda7a\n\nMaintaining out of tree patches without posting them upstream\nis rather counterproductive, because if the host OS doesn't\nbuild or have anybody submitting patches to fix it upstream\nwe will conclude that it's unused and delete the support entirely.\nThat E1000_SEC define has been around for nearly 10 years\nwithout anybody saying it was a problem, for instance.\n(Indeed Solaris is probably next after AIX on the \"nobody\ncame along to tell us they cared enough to help us maintain\nit\" list for removal as a result.)\n\n> I'm going to submit the SmartOS patches to fix the build\n> regardless of the decision.\n\nThank you. Do you also have some instructions on how to\nget it running in a VM or something so we can add it to\nour build tests? (Login on a build machine, or a SmartOS\nhost in the gcc compile farm, would work too).\n\nthanks\n-- PMM","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>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=linaro.org header.i=@linaro.org\n\theader.b=\"N7DunqET\"; dkim-atps=neutral"],"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 3xjlBT2Bhkz9s7c\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri,  1 Sep 2017 00:29:37 +1000 (AEST)","from localhost ([::1]:56061 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 1dnQTP-0003RJ-B7\n\tfor incoming@patchwork.ozlabs.org; Thu, 31 Aug 2017 10:29:35 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:44778)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <peter.maydell@linaro.org>) id 1dnQRx-0002kA-Qy\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:28:10 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <peter.maydell@linaro.org>) id 1dnQRt-0000TV-G5\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:28:05 -0400","from mail-wr0-x22c.google.com ([2a00:1450:400c:c0c::22c]:38135)\n\tby eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.71) (envelope-from <peter.maydell@linaro.org>)\n\tid 1dnQRt-0000Sr-8y\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:28:01 -0400","by mail-wr0-x22c.google.com with SMTP id 40so2507618wrv.5\n\tfor <qemu-devel@nongnu.org>; Thu, 31 Aug 2017 07:28:01 -0700 (PDT)","by 10.223.134.54 with HTTP; Thu, 31 Aug 2017 07:27:39 -0700 (PDT)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=fdtBNtNVK+hA1v9nGQLWUblw9Mf5GKpAeocV1WtgESE=;\n\tb=N7DunqETJ3dcFawz9bj3vT9KzWvAKAk8DrkXUYcZ9wi5hwLeI0DDWvpCEMmO72D0FJ\n\tIKIBeRWqCPsyrk9bL35PR7Rw/nB2lAu3ziAyw3lcvC3xS7hGsDDgEdAK0wsv8TpOn5ZJ\n\tpNVXK+SI0J8GPQSxADkuqjp6e03lTRlaXWyK4=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=fdtBNtNVK+hA1v9nGQLWUblw9Mf5GKpAeocV1WtgESE=;\n\tb=YGwUf8xnxQwY8Vb6IzOA1O29HwM+3p+UFgp5ewnIXmvzmQRY0P41hrPzmzDKW43Nhk\n\tMGHCAVduqi9BwVlu8gjwkw+qwbPLQf4PoaMyCKuwS6Lto6ag3pS8pogiOCDUowM6rib0\n\ttak0ytl+JvEaYRm3LDTGIhxHvnqrb4n48cZ2TCfx1FB3E87slc9SLcL1exIW502y7wth\n\tdS0FEfyCtjex1y35wSDH+g7UthF11k6hnn4SUJVkSLkC7ePtUJVXicjsPtotByu2eU53\n\tWOAUzIe7eI6a/AJyJDoch84t2C1YRxuFIPemi9PU8XrGcC6Gi+LFItDlLXHQjqVsU+KD\n\t7juw==","X-Gm-Message-State":"AHYfb5j+/PAiBqvqFfaYC02CM44Dl0LBlNfic7DtR3jA3AyWnG8aKEH7\n\tyxCUSckzZKCI/ohw5VZ89bWbQnmCPWHD","X-Google-Smtp-Source":"ADKCNb74GqlrYqrH6lXQaX+eqYepJph+dLU6SYtTGlkjtq7sMqb6XG2dVKhiTgpidJmxB2nEBwroZzPMqdGhI/j9DXU=","X-Received":"by 10.223.150.233 with SMTP id u96mr3088422wrb.314.1504189680107;\n\tThu, 31 Aug 2017 07:28:00 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>","References":"<20170831064302.14427-1-famz@redhat.com>\n\t<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>","From":"Peter Maydell <peter.maydell@linaro.org>","Date":"Thu, 31 Aug 2017 15:27:39 +0100","Message-ID":"<CAFEAcA9x1kmkhqvGM7y0AJRbr7+5t56sOqQPNQ0cowK8vCvVKA@mail.gmail.com>","To":"Kamil Rytarowski <n54@gmx.com>","Content-Type":"text/plain; charset=\"UTF-8\"","X-detected-operating-system":"by eggs.gnu.org: Genre and OS details not\n\trecognized.","X-Received-From":"2a00:1450:400c:c0c::22c","Subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","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>","Cc":"QEMU Developers <qemu-devel@nongnu.org>, =?utf-8?q?Philippe_Mathieu-Da?=\n\t=?utf-8?q?ud=C3=A9?= <f4bug@amsat.org>,\n\tPaolo Bonzini <pbonzini@redhat.com>,\n\tStefan Hajnoczi <stefanha@redhat.com>, Cleber Rosa <crosa@redhat.com>,\n\tFam Zheng <famz@redhat.com>, =?utf-8?q?Alex_Benn=C3=A9e?=\n\t<alex.bennee@linaro.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":1761076,"web_url":"http://patchwork.ozlabs.org/comment/1761076/","msgid":"<20170831144929.GA29826@lemon.lan>","list_archive_url":null,"date":"2017-08-31T14:49:29","subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","submitter":{"id":24872,"url":"http://patchwork.ozlabs.org/api/people/24872/","name":"Fam Zheng","email":"famz@redhat.com"},"content":"On Thu, 08/31 16:04, Kamil Rytarowski wrote:\n> Could we please add SmartOS image. It's an Illumos distribution,\n> previously known as OpenSolaris.\n> \n> qemu is actively maintained for SmartOS in pkgsrc.\n> \n> The latest build fixes were introduced less than a week ago.\n> https://github.com/NetBSD/pkgsrc/commit/f2608af5433f1491a92567bf570e9349dffbda7a\n> \n> I'm going to submit the SmartOS patches to fix the build regardless of\n> the decision.\n\nWhen QEMU builds on it, and when someone composes an instruction page like \n\n> > https://wiki.qemu.org/Hosts/BSD\n\nthen probably yes.\n\nFam","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>)","ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com","ext-mx01.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=famz@redhat.com"],"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 3xjlfW252nz9s75\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri,  1 Sep 2017 00:50:24 +1000 (AEST)","from localhost ([::1]:56174 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 1dnQnW-0001WI-5D\n\tfor incoming@patchwork.ozlabs.org; Thu, 31 Aug 2017 10:50:22 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:52020)\n\tby lists.gnu.org with esmtp (Exim 4.71)\n\t(envelope-from <famz@redhat.com>) id 1dnQmx-0001CS-Ie\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:49:48 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <famz@redhat.com>) id 1dnQmu-0000to-Fm\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:49:47 -0400","from mx1.redhat.com ([209.132.183.28]:23765)\n\tby eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.71) (envelope-from <famz@redhat.com>) id 1dnQmu-0000rt-9H\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:49:44 -0400","from smtp.corp.redhat.com\n\t(int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 790387F408;\n\tThu, 31 Aug 2017 14:49:42 +0000 (UTC)","from localhost (ovpn-12-141.pek2.redhat.com [10.72.12.141])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id C30B594B5E;\n\tThu, 31 Aug 2017 14:49:30 +0000 (UTC)"],"DMARC-Filter":"OpenDMARC Filter v1.3.2 mx1.redhat.com 790387F408","Date":"Thu, 31 Aug 2017 22:49:29 +0800","From":"Fam Zheng <famz@redhat.com>","To":"Kamil Rytarowski <n54@gmx.com>","Message-ID":"<20170831144929.GA29826@lemon.lan>","References":"<20170831064302.14427-1-famz@redhat.com>\n\t<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>","User-Agent":"Mutt/1.8.3 (2017-05-23)","X-Scanned-By":"MIMEDefang 2.79 on 10.5.11.15","X-Greylist":"Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.25]);\n\tThu, 31 Aug 2017 14:49:42 +0000 (UTC)","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]\n\t[fuzzy]","X-Received-From":"209.132.183.28","Subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","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>","Cc":"Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org, Philippe\n\t=?iso-8859-1?q?Mathieu-Daud=E9?= <f4bug@amsat.org>,\n\tstefanha@redhat.com, Cleber Rosa <crosa@redhat.com>,\n\tpbonzini@redhat.com, Alex =?iso-8859-1?q?Benn=E9e?=\n\t<alex.bennee@linaro.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":1761084,"web_url":"http://patchwork.ozlabs.org/comment/1761084/","msgid":"<aad2bfc7-83a2-f877-42b8-b0dc2bd74f79@gmx.com>","list_archive_url":null,"date":"2017-08-31T14:42:12","subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","submitter":{"id":11273,"url":"http://patchwork.ozlabs.org/api/people/11273/","name":"Kamil Rytarowski","email":"n54@gmx.com"},"content":"On 31.08.2017 16:27, Peter Maydell wrote:\n> On 31 August 2017 at 15:04, Kamil Rytarowski <n54@gmx.com> wrote:\n>> Could we please add SmartOS image. It's an Illumos distribution,\n>> previously known as OpenSolaris.\n>>\n>> qemu is actively maintained for SmartOS in pkgsrc.\n>>\n>> The latest build fixes were introduced less than a week ago.\n>> https://github.com/NetBSD/pkgsrc/commit/f2608af5433f1491a92567bf570e9349dffbda7a\n> \n> Maintaining out of tree patches without posting them upstream\n> is rather counterproductive, because if the host OS doesn't\n> build or have anybody submitting patches to fix it upstream\n> we will conclude that it's unused and delete the support entirely.\n> That E1000_SEC define has been around for nearly 10 years\n> without anybody saying it was a problem, for instance.\n> (Indeed Solaris is probably next after AIX on the \"nobody\n> came along to tell us they cared enough to help us maintain\n> it\" list for removal as a result.)\n> \n\nFully agreed. I keep slowly unloading pkgsrc from the downstream patches.\n\n>> I'm going to submit the SmartOS patches to fix the build\n>> regardless of the decision.\n> \n> Thank you. Do you also have some instructions on how to\n> get it running in a VM or something so we can add it to\n> our build tests? (Login on a build machine, or a SmartOS\n> host in the gcc compile farm, would work too).\n> \n\nI use a Joyent machine for pkgsrc developers. I'm right now test\nbuilding 2.10.0 (including the dependencies).\n\nI don't have any first-time starter.. This wiki might be useful.\nhttps://wiki.smartos.org/display/DOC/Download+SmartOS\n\nSmartOS is a regular UNIX-like OS (or even certified UNIX-based).\n\n> thanks\n> -- PMM\n>","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 3xjljl65z1z9s7c\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri,  1 Sep 2017 00:53:15 +1000 (AEST)","from localhost ([::1]:56189 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 1dnQqI-0003Ns-0A\n\tfor incoming@patchwork.ozlabs.org; Thu, 31 Aug 2017 10:53:14 -0400","from eggs.gnu.org ([2001:4830:134:3::10]:53021)\n\tby lists.gnu.org with esmtp (Exim 4.71) (envelope-from <n54@gmx.com>)\n\tid 1dnQpd-0003Hn-ED\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:52:38 -0400","from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)\n\t(envelope-from <n54@gmx.com>) id 1dnQpa-0002VA-B4\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:52:33 -0400","from mout.gmx.net ([212.227.17.22]:52805)\n\tby eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.71) (envelope-from <n54@gmx.com>) id 1dnQpZ-0002Ui-VG\n\tfor qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:52:30 -0400","from [192.168.1.4] ([185.58.161.191]) by mail.gmx.com (mrgmx102\n\t[212.227.17.174]) with ESMTPSA (Nemesis) id 0LzYY2-1dSAa20MN8-014j3e; \n\tThu, 31 Aug 2017 16:52:16 +0200"],"To":"Peter Maydell <peter.maydell@linaro.org>","References":"<20170831064302.14427-1-famz@redhat.com>\n\t<a0308f02-4716-87ea-5070-b57d567aae07@gmx.com>\n\t<CAFEAcA9x1kmkhqvGM7y0AJRbr7+5t56sOqQPNQ0cowK8vCvVKA@mail.gmail.com>","From":"Kamil Rytarowski <n54@gmx.com>","Message-ID":"<aad2bfc7-83a2-f877-42b8-b0dc2bd74f79@gmx.com>","Date":"Thu, 31 Aug 2017 16:42:12 +0200","User-Agent":"Mozilla/5.0 (X11; NetBSD amd64; rv:52.0) Gecko/20100101\n\tThunderbird/52.1.0","MIME-Version":"1.0","In-Reply-To":"<CAFEAcA9x1kmkhqvGM7y0AJRbr7+5t56sOqQPNQ0cowK8vCvVKA@mail.gmail.com>","Content-Type":"multipart/signed; micalg=pgp-sha256;\n\tprotocol=\"application/pgp-signature\";\n\tboundary=\"ViFmIkCqSOd08q5N7AcVRPTU3FBXiJgh2\"","X-Provags-ID":"V03:K0:+Kg6ZgYA9IWsrAa68cxxHzAIdswqYlIF486eDOQbcEWGHiHJ0Jx\n\tiLaEC4nmBs67xWM0fywSlgicFf9oMWIFmcoZ60JZocxdIGLZ2F6fKH+9xRG7c6yj06vXf4k\n\t08339MXSbopXMtP46101d6UV/iCHPbSAIvk0kMpwp0czXYFfpU9EXW+10if2VijHdqVddng\n\tH41OqUr99Ly6gaP3pfdvA==","X-UI-Out-Filterresults":"notjunk:1; V01:K0:jMZD5aGgOn0=:tGlhtPAt1oFzJt2r8h69WV\n\tLInuw8iIb5vTOroD5Psa0JCd9LaRpAl6KNzS2o/Duwszy4m+ooQ16luKSDloOEJzz3IVurgC3\n\twfDTqVp2OAWb7h73xxTsc7AB+ZnMJjFtFqD6Tip1pMmWeyRQnlymPN93Q3I6g+iRtVs0Z9nGh\n\tAZTSlmmRijf4IfRe+2VwDWFjSlcmh0G2sQHTEk1UHAUK1X8A11qTOFqL9Y2JrxCFG9j6rWJde\n\t6U5ICY5tLJ1qdHrWXessiz/P8/MeQRMU+ER3w6PaYAHK39o8ecdrpmF9LSYqiHiu9NjrR4WLJ\n\tKua4i5/ehLfza8AIeeKdiZ7PegVgClN/oWvz1aO8DV4fZJ6fHWuZ4wgyeqk4hPKHoitM99MjH\n\t387Dk10NIQYQDa8BE5zgCnsL2cCdMomoeU2jKRRXlhv5yV+DvPgnY6q25LF4tLQgw4JXraJoA\n\tamE5y5xIvtGBzf9UufrjtCZW9tseumcJF3lvFgCh7+h0v3y3du5HMCG48KepMb/wiKg6Ay7tD\n\tdtEZ/Jo7WSzwwHWa6tEjNuBO3tz76r8zaPCOWHf1UYk/hX8D6RScpxA4bCqE9gzpKUq6S5CPy\n\tPq45lJFZhA/waQh96yUvdLeA+nOZFaWABWT/ZZyGq07eAYP39ZP6hq6JvnUcUVxrmDQeWLicd\n\t2Tld1aO9+Y+tjyynJrk6dP9kXecGZ1WY81OygDJV1OM0INyb8L1n91Ikn9NiaR75C8g1UTwgg\n\tEZLM0SCCkhZLQ7Z2qA86WLfL6v/NFhQ38BGP0LmiPjScqZGJuHS1wQjGCxpVOxMLzcZ44fo0x\n\tBgFc0emoRVNCpa8yZc9L5TNKyHG2w==","X-detected-operating-system":"by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]\n\t[fuzzy]","X-Received-From":"212.227.17.22","X-Content-Filtered-By":"Mailman/MimeDel 2.1.21","Subject":"Re: [Qemu-devel] [PATCH v5 00/12] tests: Add VM based build tests\n\t(for non-x86_64 and/or non-Linux)","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>","Cc":"QEMU Developers <qemu-devel@nongnu.org>, =?utf-8?q?Philippe_Mathieu-Da?=\n\t=?utf-8?q?ud=C3=A9?= <f4bug@amsat.org>,\n\tPaolo Bonzini <pbonzini@redhat.com>,\n\tStefan Hajnoczi <stefanha@redhat.com>, Cleber Rosa <crosa@redhat.com>,\n\tFam Zheng <famz@redhat.com>, =?utf-8?q?Alex_Benn=C3=A9e?=\n\t<alex.bennee@linaro.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>"}}]