X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1C637DC0FD6 for ; Fri, 9 Dec 2011 10:15:54 +0000 (UTC) Received: by qcse13 with SMTP id e13so2943416qcs.13 for ; Fri, 09 Dec 2011 02:15:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ingbCRbO+/QYPPI/EbNPDLW8BrYYGVPQ5d5Kdpymtas=; b=oqyqh2VLuUAB6LqN10g+yz/gP85L34vtYXJ5/dgGGde+1HUfN73kwvq+8dE9AdmG62 6gFyNRXJ0nW3myt8NFFNfwIjLCKD0dZVy1RT7+vCzFv6FCgt9NDTRX5pwMYk+nGFT9Eo +iQdnAQNvmYNib4pioLbjgk9xlxlOhb6OKvKA= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.229.213.69 with SMTP id gv5mr1753479qcb.41.1323425754088; Fri, 09 Dec 2011 02:15:54 -0800 (PST) Received: by 10.224.195.202 with HTTP; Fri, 9 Dec 2011 02:15:54 -0800 (PST) In-Reply-To: <20111208075522.5804d2a6@ncopa-desktop.nor.wtbts.net> References: <20111208075522.5804d2a6@ncopa-desktop.nor.wtbts.net> Date: Fri, 9 Dec 2011 11:15:54 +0100 Message-ID: Subject: Re: [alpine-devel] advice for virtualization on desktop From: Leonardo Arena To: Alpine-devel Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 8, 2011 at 7:55 AM, Natanael Copa wrote: > 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? I've used VirtualBox first and Virt-Manager extensively on Ubuntu, and I'll definitely go with Virt-Manager. It's more flexible and powerful than Virtualbox under several aspects. One bad note is the configuration of networking. Although latest versions have introduced support for macvtap that doesn't require setting up a bridge at host level, macvtap is slow compared to a tun interface. So setting up networking under Virt-Manager is not trivial like in Virtualbox. The problem is that Virt-Manager is still broken and may be libvirt needs some work in order to get them fully functional under Alpine. - leonardo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---