From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520575510316056576 X-Received: by 10.25.125.198 with SMTP id y189mr252021lfc.22.1518189793950; Fri, 09 Feb 2018 07:23:13 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.104.25 with SMTP id c25ls754157lja.7.gmail; Fri, 09 Feb 2018 07:23:13 -0800 (PST) X-Google-Smtp-Source: AH8x2277AMNHHkTXDHFAw+bvtONzo+NggHR+PkL30AsOEPdoXqoxiSP//1882r9NFRWrKDqVQ1gH X-Received: by 10.46.9.80 with SMTP id 77mr215037ljj.11.1518189793272; Fri, 09 Feb 2018 07:23:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518189793; cv=none; d=google.com; s=arc-20160816; b=Y5pPY8dANaO4GbV25Xk/pf6uXa69bBBJTnz+9KqbJBx+EwENjjXgCsMP+LzAPR461y wmvyNZnhH/NDAuRVN7GTe4IkOQVFWCfoyH6iuNFzrffY74Rje618hFd+P2M6y9XKzdGa biadtzvzDhr+yMbuyVdvestvMAI7JVH1z8nz4t0yjnv/iZf+AR9zVPl6eWK1TFugpLTX C7OiPRhFBcrdzK1jpso8J+wAzDf7N5qO3npT1CUKxVgkJmnMCXaK8G+0C2BJKs04i/Y1 rlMBDuiA+9MYuXPEj0HAh8y+1MZJKTXS8+N0PAiGOaSMnqyw6gF2oqdOeilvUg3Oa7BJ t3+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:subject:from:to:arc-authentication-results; bh=oFBXRRf2fz6aCwWe3XgXGYEa/sP8pTse9y98Y2Yn15M=; b=pFAMjXb5nNEPvWhesCWBdZWXnqToEs+Lvr35WGenVZ8RXeCnVyZtd7VTEdcy2QWNbM ellju5tTQLimSXTou+zyJPEiAynHHMYznjBDkDSAB76hXlEQwYaZzIj48cGmQAbi8Dr7 Wh7Hd5vWWRe/5IiwH1SqwcVHDboczPdgRcpwrY0ewTNw/kETRVfjh1Pdq0iSuzxcY4sJ Fk43w/L941EEA4f7xU+VIUkXUypRnAGBog2i9HoOqjutHF6Sq0Y9+SrARpMxp8V5S7bG LnCzGIdUGMZmCt39IedoPK7roeNjichNsNfIzQmlASZAIGJJIH0bV5alEVOJTH1HBXhg UVfg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id l30si151577ljb.3.2018.02.09.07.23.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Feb 2018 07:23:13 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w19FNCHS001831 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 9 Feb 2018 16:23:12 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id w19FNCLA029365; Fri, 9 Feb 2018 16:23:12 +0100 To: Jailhouse , isar-users From: Jan Kiszka Subject: x86-64 Jailhouse demo image generation using Isar Message-ID: Date: Fri, 9 Feb 2018 16:23:11 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: Tatbtvny1OzJ Hi all, cross-posting to two communities as this is of common interested: I've just uploaded a new side-project of Jailhouse. It's called jailhouse-images [1], and it aims at generating all what is required to try out Jailhouse in QEMU/KVM environment. It does this by using the Isar image builder for Debian. So this project may also serve the Isar project as reference and test case. I didn't write a README yet, but the project is almost self explaining: - make sure you have docker installed and can launch privileged containers and qemu-system-x86_64 in a recent version (2.9 is fine e.g.) - clone the jailhouse-images project [1] - run ./build-images.sh (takes about 15 minutes on a decent notebook with decent Internet) - run ./start-qemu.sh x86 - log into the machine (root/root) and play with Jailhouse Jailhouse config files are installed under /etc/jailhouse, inmate images /usr/libexec/jailhouse/demos. Jan [1] https://github.com/siemens/jailhouse-images -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux