From owner-freebsd-xen@FreeBSD.ORG Thu Apr 23 10:23:36 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 A81D23E7 for ; Thu, 23 Apr 2015 10:23:36 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CED218CF for ; Thu, 23 Apr 2015 10:23:36 +0000 (UTC) Received: by wgen6 with SMTP id n6so13284872wge.3 for ; Thu, 23 Apr 2015 03:23:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=sjji3rrETneSXyPJlu6NLP3cmxKmpXvm5kT1qppKIlQ=; b=TKfdLGmZKIYbkXxfCFWbj+vbfono5IyVMtRrB+NKkIR//QqxoCvmVnwnADdH0+A3mi vey19ZI/tT5a0I1Ed4myCeD6PJt8tsII3k4cQxJW5Xd6n/cUTqqaSJJsqQNPeqj4DPP5 b0ERthqUEXHGsJZsAH6ac/ikcPAPfFz6XvPvAyNzu+4nRChXHSWbngBcSCywp0JxdXvy P+y9N1oNGwGkh1WRsUSLRDLKe9YFIYEz1WVKHvEC63tJ5igFWcIzunATRk0ohcXqN4en ZLr7UzHvUATMFsvoOpwseRSb8W7g7YWDSOJfGw318IgEFP0y+v28f98B47VdctyPy5Cl tNVA== X-Received: by 10.180.82.41 with SMTP id f9mr13737439wiy.48.1429784614854; Thu, 23 Apr 2015 03:23:34 -0700 (PDT) Received: from [172.16.1.30] (53.Red-88-9-170.dynamicIP.rima-tde.net. [88.9.170.53]) by mx.google.com with ESMTPSA id l3sm28501919wiv.18.2015.04.23.03.23.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 03:23:34 -0700 (PDT) Sender: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Message-ID: <5538C824.8030300@FreeBSD.org> Date: Thu, 23 Apr 2015 12:23:32 +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==?= , FreeBSD XEN Subject: Re: Again with L5520 References: <5538C13C.1050707@entel.upc.edu> <5538C34F.9070309@FreeBSD.org> <5538C6C6.1090403@entel.upc.edu> In-Reply-To: <5538C6C6.1090403@entel.upc.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Thu, 23 Apr 2015 10:23:36 -0000 Hello, El 23/04/15 a les 12.17, Gustau Pérez ha escrit: > > > On 23/04/2015 12:02, Roger Pau Monné wrote: >> Hello, >> >> El 23/04/15 a les 11.54, Gustau Pérez ha escrit: >>> Hello, >>> >>> I'm trying to recap the patches needed to work with the L5520 box I >>> have here at $work. Checking the mailing I'd say two patches [1], [2] >> You can drop patch 2, patch 1 already fixes the issue in a proper way, >> patch 2 was just a workaround. > > Thanks. I'd like to poke bapt about patch1 to integrate it in > emulators/xen-kernel. I was waiting for the final version of the patch in order to incorporate it into the xen-kernel package. Roger.