From owner-freebsd-xen@FreeBSD.ORG Tue Apr 14 08:36:29 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5294C395 for ; Tue, 14 Apr 2015 08:36:29 +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 0867DB63 for ; Tue, 14 Apr 2015 08:36:28 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.11,575,1422921600"; d="scan'208";a="252890569" Message-ID: <552CD188.8070000@citrix.com> Date: Tue, 14 Apr 2015 10:36:24 +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==?= CC: Subject: Re: Fwd: Re: Unable to boot with the dom0 xen kernel References: <5523D56B.9040706@entel.upc.edu> <5523D5A7.5040809@entel.upc.edu> <5523EDBE.70709@FreeBSD.org> <5523FD07.1000707@entel.upc.edu> <5525282D.8060808@citrix.com> <552CC45B.7070503@entel.upc.edu> In-Reply-To: <552CC45B.7070503@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.20 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: Tue, 14 Apr 2015 08:36:29 -0000 Hello, El 14/04/15 a les 9.40, Gustau PĂ©rez ha escrit: > > >> The interrupt timeouts are probably related to the IOMMU errata, the >> ACPI poweroff problem is because we need to negotiate the shutdown with >> the hypervisor, which we currently don't do. I have a very hacky patch >> for FreeBSD that should fix it, but I haven't found time to properly >> integrate it: >> >> http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=patch;h=612509976d5d2af7633547e0279aae08a6508d7c >> >> Leaving this aside, I have a patch for Xen I would like you to try on >> this box, it *should* fix the INS/OUTS problem (not the poweroff). I've >> pushed it to a branch on my git repo, you can find it at: >> >> http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/pvh_io_ports.v1 >> >> > > Hello, > > I've tried the IN/OUT patch (I haven't tested the acpi shutdown patch > yet) but the problem remains the same. In the serial console I can see > different interruption problems (USB_ERR_TIMEOUTS, mpt0, bce0, etc). Can you paste the full boot log (including Xen and FreeBSD)? Also, can you switch to the Xen console when all those time outs start happening and paste the output of the 'i' debug key? Thanks, Roger.