From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520575510316056576 X-Received: by 10.46.42.66 with SMTP id q63mr243911ljq.37.1518196423931; Fri, 09 Feb 2018 09:13:43 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.127.10 with SMTP id a10ls41130ljd.9.gmail; Fri, 09 Feb 2018 09:13:43 -0800 (PST) X-Google-Smtp-Source: AH8x227cWtmxNNlwLs/hwNPbVCFg2NkLrIgdQ2hErKUO50Ww3KPVdOO2K1rL++IVCvja4T6GSe0B X-Received: by 10.46.68.24 with SMTP id r24mr239930lja.5.1518196423388; Fri, 09 Feb 2018 09:13:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518196423; cv=none; d=google.com; s=arc-20160816; b=WAVtmYY+ZvcF9842MklGL0PrctsdfXvAOa2ZybPhVBmhw22fBPFsPSALdvSxcIOuQD VD7JGyiUejoztJ7q4sWY76xoEiiV47HRzgbUyEoW+vdnAc9ONbyo6twYRPgZ2rHIUJRB yMYSXPJl3Sr1lphgRZ+b/K4k0apk4bbvyCI7vK3jhnlIj1a21VM6v6PP9gmCpXczeUH4 pfba++FmodZv5Bw7aSMGGd4Rlgbj66hEqtrtZFX4ryPK0Uh+z87/4gVJHRathoTHowFU 6fhX/yr9WR5SVuiwpJi14BVsd9QQ3IpYYNp2BqJwzAD5fogszRJtPrrOk2wp7sMUFcPJ +x4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=NWVbqBOn4H0O34f8kQgDUgFjyS0HkN24S5brQBA5+5o=; b=Y32A4wRrnfcV1yE9bQuudc7Yb/WOGqVW/KC1ydaxU06cf65gzUhjYMc/FhdBGR7uCB M4rMx51zXadlX9OuUtSZqyPBBa2Ve560316ejADt9YdWjLGukzrMBPcwTteyP8tam6xh DGjtZz1CqFjmDWWZYiLMVp8Qnq06SUbyptplVw5F5aAZWzg7DHqNKg/ZSeKF3RaVdgrk qNypYf+nMl8qvoKwGb3JTILiHjhIRaHQyI8E5iXHZLLHB1PUsiSx2CKUslK15ZQ/ov6S uuBcUYycr6U+w/k83fgmWLsW8omGE+ItLBvhjDjHwNaQvCM5KvrNpqEZLHnUYsXP4IrU 4HWA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id 25si169256ljt.1.2018.02.09.09.13.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Feb 2018 09:13:43 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w19HDgff031629 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 9 Feb 2018 18:13:42 +0100 Received: from mmd1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40] (may be forged)) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id w19HDgJL004987; Fri, 9 Feb 2018 18:13:42 +0100 Date: Fri, 9 Feb 2018 18:13:41 +0100 From: Henning Schild To: "[ext] Jan Kiszka" Cc: Jailhouse , isar-users Subject: Re: x86-64 Jailhouse demo image generation using Isar Message-ID: <20180209181341.341d5331@mmd1pvb1c.ad001.siemens.net> In-Reply-To: References: X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: DtIoZrVBXhtv Am Fri, 9 Feb 2018 16:23:11 +0100 schrieb "[ext] Jan Kiszka" : > 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 Works as expected, cool! > - log into the machine (root/root) and play with Jailhouse That was a little tricky, but "dpkg -L jailhouse" told me where to look for some of the files i needed. > Jailhouse config files are installed under /etc/jailhouse, inmate > images /usr/libexec/jailhouse/demos. And now i read this ... ok my bad for not reading my mails carefully ;). Henning > Jan > > [1] https://github.com/siemens/jailhouse-images >