X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by lists.alpinelinux.org (Postfix) with ESMTP id D380A1EC80D for ; Mon, 6 Apr 2009 14:32:45 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 8so1662872qwh.13 for ; Mon, 06 Apr 2009 07:32:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=WLzL/P8L2V6QiTVRe5DTDtEppU7t12i+dgZvygHgA/Y=; b=AgUqNftrx75KHiIiFYZoQo/RpdqlSFXD+tJmuM5CjI3powjyQZH2qM7zIi0VJoni4v vnTkdpQ3A8gidq0p5OVtZbMTplJYEgg6EH/zJdloyC+dEldlFr/bH6sDwXQzFIdx0Gl/ JW3VjMgdEC2O1GizOTyXqoHHIOI7agQzEa/1I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=QSCa3lGDYLpM4YuoOMvgamboAufNtsfZdtd0eK1Z8TeCI1gZ1tdX2p7RlIrvbfnvI5 wr9EOA4xLGmCydyoRTIiiJnzc+AR7sX5KML4owM5FU5iul4EkDOjsZ/1QHbhRYHCCKn8 EQ3LBzH5dAeBRsEDzfDxbQQgMUuhTI6VEEpJs= Received: by 10.224.11.9 with SMTP id r9mr3595803qar.215.1239028364134; Mon, 06 Apr 2009 07:32:44 -0700 (PDT) Received: from ?10.65.65.1? (149-194-93.oke2-bras2.adsl.tele2.no [90.149.194.93]) by mx.google.com with ESMTPS id 9sm4907457yws.35.2009.04.06.07.32.39 (version=SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 07:32:40 -0700 (PDT) Subject: [alpine-devel] xen support in default kernel From: Natanael Copa To: Alpine-devel Content-Type: text/plain Date: Mon, 06 Apr 2009 16:32:37 +0200 Message-Id: <1239028357.26439.24.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit The default kernel (named linux-grsec in 1.9.x) have paravirt enabled. A user here asked for xen support too which is not there currently. The problem is that this requires that kernel is compiled for i586. We currently do 486. IIRC there was some newer cpus (found in TU-40?) that basicly is a faster 486 CPU. So, the question is, should we say that i596 is required for default kernel, and support xen paravirtualization by default? Or should we make a separate xenlinux kernel, with full xen support (live migration etc). I tend to think that the default kernel should work with as much as possible, but have some optimized kernel flavors for different needs. For example linux-grsec for the real lowend without highmem, smp and largblock deveices. The drawback with many kernels is that it takes some extra time to compile things. For example dahdi-linux driver and iscsi dirvers will be need to be recompiled for each kernel flavor. This should ideally be fully automated, but it is not right now. Ideas, thoughts? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---