From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiOmO-00062N-C6 for qemu-devel@nongnu.org; Tue, 11 Dec 2012 07:17:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiOmJ-0004D2-8k for qemu-devel@nongnu.org; Tue, 11 Dec 2012 07:17:44 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:54851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiOmJ-0004Cm-0Q for qemu-devel@nongnu.org; Tue, 11 Dec 2012 07:17:39 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 11 Dec 2012 12:17:24 -0000 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qBBCHPpC62193672 for ; Tue, 11 Dec 2012 12:17:25 GMT Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qBBBSdn0019105 for ; Tue, 11 Dec 2012 06:28:40 -0500 Date: Tue, 11 Dec 2012 13:17:30 +0100 From: Cornelia Huck Message-ID: <20121211131730.3afb0809@BR9GNB5Z> In-Reply-To: <1355185588.21015.1@driftwood> References: <1354884626-15060-1-git-send-email-cornelia.huck@de.ibm.com> <1354884626-15060-4-git-send-email-cornelia.huck@de.ibm.com> <82610216-94CA-44E8-B3CE-EB94886CECFC@suse.de> <20121210112726.0697bc4f@BR9GNB5Z> <1355185588.21015.1@driftwood> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/8] s390: I/O interrupt and machine check injection. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: linux-s390 , Anthony Liguori , Gleb Natapov , KVM , Carsten Otte , Heiko Carstens , Marcelo Tosatti , Sebastian Ott , Alexander Graf , qemu-devel , Christian Borntraeger , Martin Schwidefsky On Mon, 10 Dec 2012 18:26:28 -0600 Rob Landley wrote: > What do you actually use to run Linux under this target? There are some > leads at > http://virtuallyfun.superglobalmegacorp.com/?p=1206 which more or less > leads to > http://ftp.nl.debian.org/debian/dists/Debian6.0.6/main/installer-s390/current/images/generic/ > but I dunno what qemu command line would go along with those files... > > Any hints? The easiest way is probably to use an existing Linux/390 installation on a disk attached to your system and an external monolithic kernel containing the virtio-ccw guest support patches and the virtio drivers: s390x-softmmu/qemu-system-s390x -machine s390-ccw -m 1024 -smp 2 -enable-kvm -kernel /path/to/your/kernel -drive file=/dev/sda,if=none,media=disk,id=drive-virtio-disk0 -device virtio-blk-ccw,devno=fe.0.0815,drive=drive-virtio-disk0,id=virtio-disk0 -append "root=/dev/vda1" -nographic