From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhtpG-0000fA-Kf for qemu-devel@nongnu.org; Fri, 02 Oct 2015 02:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhtpD-0002go-CI for qemu-devel@nongnu.org; Fri, 02 Oct 2015 02:28:14 -0400 Received: from mx.physics.spbstu.ru ([195.209.232.243]:33299) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZhtpD-0002OO-4Q for qemu-devel@nongnu.org; Fri, 02 Oct 2015 02:28:11 -0400 Received: from localhost (localhost [127.0.0.1]) by mx.physics.spbstu.ru (Postfix) with ESMTP id D77A8403B0 for ; Fri, 2 Oct 2015 09:27:56 +0300 (MSK) Received: from mx.physics.spbstu.ru ([127.0.0.1]) by localhost (physics.spbstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mN8-pvlFK13W for ; Fri, 2 Oct 2015 09:27:56 +0300 (MSK) Received: from [192.168.3.2] (phys-el1.rphf.spbstu.ru [195.209.230.212]) by mx.physics.spbstu.ru (Postfix) with ESMTPSA id 54F33403AF for ; Fri, 2 Oct 2015 09:27:56 +0300 (MSK) From: "Alexander B. Ustinov" Message-ID: <560E23EC.4070801@physics.spbstu.ru> Date: Fri, 2 Oct 2015 09:27:56 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-system-arm: xen-domid not supported for this target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, list. I'm trying to get arm guest running on amd64 dom0 system. Problem i stumbled upon is that qemu-system-arm seems to have problems with -xen-domid. Without xen it is also reproducible: > # qemu-system-arm -m 1024M -sd armdisk.img -M cubieboard -no-reboot > -xen-domid 8 > Option xen-domid not supported for this target Versions of kernel and qemu are from debian unstable: Linux 4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) x86_64 GNU/Linux QEMU emulator version 2.4.0 (Debian 1:2.4+dfsg-3), Copyright (c) 2003-2008 Fabrice Bellard Can it be helped? Or should i do it without xen? Best wishes, Alexander.