X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id A97BCDC132D for ; Thu, 8 Dec 2011 06:55:29 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 83E29AE4002 for ; Thu, 8 Dec 2011 06:55:28 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CB4Y+vCGrEO0 for ; Thu, 8 Dec 2011 06:55:23 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 7AEFAAE4001 for ; Thu, 8 Dec 2011 06:55:23 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 488E860A86A5B for ; Thu, 8 Dec 2011 06:55:23 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (ncopa-desktop.nor.wtbts.net [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 2923C60A86A48 for ; Thu, 8 Dec 2011 06:55:22 +0000 (UTC) Date: Thu, 8 Dec 2011 07:55:22 +0100 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] advice for virtualization on desktop Message-ID: <20111208075522.5804d2a6@ncopa-desktop.nor.wtbts.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Hi, I have been using qemu for some time for testing and network development. I think raw qemu is a bit cumbersome since i need to keep track of the mac address of all the guests. When I create a guest i create a start.sh script where i stuff in the mac address. (I sometimes need multiple NICs in guests and will need multiple guest vlans etc. vde, tap and bridges is what I use). This works ok, but I think it could be done better. (I find it cumbersome to manage the guest mac addr manually. assign a mac, and keep track of what guest has what mac) So I am asking for advice. I think I have the following alternatives: Switch to Xen. Use libvirtd. Make virtualbox work. In addition to N different alpine boxes I will install at least one Windows 7 guest. I'd like to have an ubuntu guest and a fedora guest. And fire up a random distro once in a while. So far, Xen dom0 boots up, but xorg seems to fail (Sandy bridge graphics) Interestingly enough it seemed to work with the ATI card even if switching to console with ctrl-alt-1 didnt work. I am having issues getting started with libvirtd. (how do i create a new qemu guest? how do i start it, stop it?) Virtual box needs some work to get compiled but might be nice to have anyways. Virtualbox also has (had?) some closedsource code for some features. Those will not be available on Alpine. So, ideas? suggestions? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---