From owner-freebsd-xen@FreeBSD.ORG Mon Apr 13 11:53:04 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADFE2A1A for ; Mon, 13 Apr 2015 11:53:04 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 58B3DCDA for ; Mon, 13 Apr 2015 11:53:03 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.11,569,1422921600"; d="scan'208";a="252556182" Message-ID: <552BAE1C.1090603@citrix.com> Date: Mon, 13 Apr 2015 13:53:00 +0200 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: =?UTF-8?B?R3VzdGF1IFDDqXJleg==?= , Subject: Re: Two issues with xen References: <5528F578.2030908@entel.upc.edu> In-Reply-To: <5528F578.2030908@entel.upc.edu> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 11:53:04 -0000 Hello, El 11/04/15 a les 12.20, Gustau PĂ©rez ha escrit: > > Hi there, > > testing xen with an i7-third gen/16GB/256SSD laptop I'm suffering two > issues: > > - Distorted sound in the privileged domain when the xen kernel is > loaded (using pulseaudio or oss, it doesn't matter). When the xen_kernel > is not used (removing xen_kernel and unloading the xen kernel in the > bootloader) the sound comes just fine. I haven't used other audio > outputs than dsp0 (headphones/speakers built in the laptop). I'm also experiencing the same issue with my boxes. On one of them there's simply no sound, on the other one sound is completely scrambled/distorted. I'm afraid this is going to take some time to solve, since I don't have any experience with audio devices. > - Running a PV domU guest causes the machine to reboot. I tried > running the domU guest in the text console (I booted them machine wout > X) to see if xen was able to throw me some debug, but nothing came out. So this only happens when running X and trying to launch a PV domain. Without X loaded PV domains work fine? > Fully HVM domains do work fine (I have tried WindowsXP and FreeBSD 10.1 > just fine). > > This is the machine dmesg: > > http://dpaste.com/0GED11W > > I carried my $work dockstation, which has a serial port on it. I also > have another machine here, so I could debug the laptop via the serial port. > > A bit offtopic, but I'd like to ask if the xl toolstack has support > for iscsi target disks. It would appear it is supported, according to this: > > http://wiki.xen.org/wiki/Tuning_Xen_for_Performance#Storage_options The iscsi support is only available for Linux Dom0, because the hotplug script is using the Linux iscsi tools. http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=tools/hotplug/Linux/block-iscsi If you want you can copy it to tools/hotplug/FreeBSD and modify it in order to work for FreeBSD. I can try to take a look at it at some point, but my plate is quite full right now :(. Roger.