Gentoo Archives: gentoo-user

From: Kerin Millar <kerframil@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Any .config for vbox gentoo guest
Date: Thu, 01 Aug 2013 22:08:45
Message-Id: 51FADC65.3050800@fastmail.co.uk
In Reply to: [gentoo-user] Re: Any .config for vbox gentoo guest by walt
1 On 30/07/2013 22:04, walt wrote:
2 > On 07/29/2013 06:29 PM, Harry Putnam wrote:
3 >> Can anyone post a .config for a 3.8.13 kernel that is known to work on
4 >> a vbox install of gentoo as guest.
5 >>
6 >> Working on a fresh install but don't have gentoo running anywhere to
7 >> rob a .config from.
8 >
9 > This one worked for me.
10 >
11
12 <snip>
13
14 This config is missing various options that would significantly enhance
15 kernel performance in its capacity as a guest.
16
17 For core paravirtualization support:
18
19 CONFIG_PARAVIRT_GUEST
20 CONFIG_KVM_CLOCK
21 CONFIG_KVM_GUEST
22
23 For virtio support:
24
25 CONFIG_VIRTIO
26 CONFIG_VIRTIO_PCI
27 CONFIG_VIRTIO_BLK
28 CONFIG_SCSI_VIRTIO
29 CONFIG_VIRTIO_NET
30
31 For the scsi/net virtio drivers to work in the guest, qemu must be
32 started with the appropriate options. Further details can be found here:
33
34 http://www.linux-kvm.org/page/Virtio
35
36 --Kerin

Replies

Subject Author
[gentoo-user] Re: Any .config for vbox gentoo guest walt <w41ter@×××××.com>