Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: qemu-kvm setup questions
Date: Fri, 02 Jul 2010 03:54:56
Message-Id: i0jnsv$571$1@dough.gmane.org
In Reply to: [gentoo-user] qemu-kvm setup questions by waltdnes@waltdnes.org
1 On 07/01/2010 03:05 PM, waltdnes@××××××××.org wrote:
2 > qemu-kvm apparently expects a couple of options in /etc/make.conf,
3
4 I'm jumping in here only because no one else has, so far.
5
6 I'm the kind of nutcase who enjoys pulling and compiling the latest kernel
7 sources from Linus every morning, and then I struggle and curse while trying
8 to find the source of all the brand new bugs that just bit me.
9
10 So, quite obviously, I do the same with the qemu-kvm git repo at kernel.org.
11 (My only point here is that I don't build qemu-kvm from gentoo portage, so I
12 can't answer your questions about the gentoo make.conf variables.)
13
14 qemu-kvm does not come packaged with a cute and user-friendly gui for all the
15 confusing micro-configuration details like network bridging, and on and on,
16 ad nearly infinitum.
17
18 Both qemu-kvm and virtualbox are forks of the original qemu project, and
19 AFAICT they've stuck pretty closely to the original qemu command-line options
20 (numbering in the hundreds, it seems to me).
21
22 If you understand how to use the original qemu emulator, you are 99% of the
23 way to understanding how to use both qemu-kvm and virtualbox.
24
25 The big advantage of virtualbox is their creation of the "guest-additions"
26 that allow for trivially easy sharing of files on the host machine with the
27 guest machine.
28
29 The catch is that the virtualbox "guest additions" are custom-built for each
30 individual guest OS, and I don't know if OS/2 is one of the supported OS's
31 in virtualbox.
32
33 Being too lazy to dig in and learn the micro-details of qemu's networking,
34 whenever I want to share files on my gentoo host with a qemu-kvm guest, I
35 make a CD/iso image of the files and then mount the iso image on the guest
36 machine using the qemu -cdrom=/path/to/my/custom/image.iso flag.
37
38 I'm betting that there is a much better way of doing this, and I'm hoping
39 someone out there can educate both of us.

Replies

Subject Author
[gentoo-user] Re: qemu-kvm setup questions walt <w41ter@×××××.com>