Re: [PATCH 23/42] KVM: Activate Virtualization On Demand

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dieter Ries
Date: Thursday, March 18, 2010 - 12:04 am

On Thu, Mar 18, 2010 at 08:41:28AM +0300, Michael Tokarev wrote:

Yes, I remember.


I checked it again: I don't even have the virtualbox modules installed
for this kernel, I cannot modprobe them.

lsmod is here:
before modprobe kvm_amd
Module                  Size  Used by
snd_pcm_oss            33062  0 
snd_mixer_oss          13798  1 snd_pcm_oss
snd_seq_oss            23963  0 
snd_seq_midi_event      5684  1 snd_seq_oss
snd_seq                44953  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          5481  2 snd_seq_oss,snd_seq
nvidia               9613596  40 
snd_hda_codec_realtek   264327  1 
snd_hda_intel          20099  4 
snd_hda_codec          57443  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5642  1 snd_hda_codec
snd_pcm                68342  4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              17426  3 snd_seq,snd_pcm
snd                    52486  17
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               6287  1 snd
snd_page_alloc          7029  2 snd_hda_intel,snd_pcm
i2c_core               18944  1 nvidia

after:
Module                  Size  Used by
kvm_amd                32387  0 
kvm                   249238  1 kvm_amd
snd_pcm_oss            33062  0 
snd_mixer_oss          13798  1 snd_pcm_oss
snd_seq_oss            23963  0 
snd_seq_midi_event      5684  1 snd_seq_oss
snd_seq                44953  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          5481  2 snd_seq_oss,snd_seq
nvidia               9613596  40 
snd_hda_codec_realtek   264327  1 
snd_hda_intel          20099  4 
snd_hda_codec          57443  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5642  1 snd_hda_codec
snd_pcm                68342  4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              17426  3 snd_seq,snd_pcm
snd                    52486  17
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               6287  1 snd
snd_page_alloc          7029  2 snd_hda_intel,snd_pcm
i2c_core               18944  1 nvidia


This is a gentoo box, and there are no services started which are
related to virtualization. No autoloaded modules or anything. Just
standard desktop stuff + lvm and raid.

Runlevel: boot
 hwclock                                                                      [  started  ]
 modules                                                                      [  started  ]
 lvm                                                                          [  started  ]
 device-mapper                                                                [  started  ]
 fsck                                                                         [  started  ]
 root                                                                         [  started  ]
 mtab                                                                         [  started  ]
 hostname                                                                     [  started  ]
 localmount                                                                   [  started  ]
 sysctl                                                                       [  started  ]
 bootmisc                                                                     [  started  ]
 sysklogd                                                                     [  started  ]
 urandom                                                                      [  started  ]
 termencoding                                                                 [  started  ]
 consolefont                                                                  [  started  ]
 net.lo                                                                       [  started  ]
 staticroute                                                                  [  started  ]
 mdadm                                                                        [  started  ]
 swap                                                                         [  started  ]
 acpid                                                                        [  started  ]
 procfs                                                                       [  started  ]
 keymaps                                                                      [  started  ]

modules is empty.

And additionally after boot:

Runlevel: default
 sysklogd                                                                     [  started  ]
 dbus                                                                         [  started  ]
 hald                                                                         [  started  ]
 xdm                                                                          [  started  ]
 preload                                                                      [  started  ]
 udev-postmount                                                               [  started  ]
 ntpd                                                                         [  started  ]
 alsasound                                                                    [  started  ]
 avahi-daemon                                                                 [  started  ]
 cupsd                                                                        [  started  ]
 sshd                                                                         [  started  ]
 local                                                                        [  started  ]
Dynamic Runlevel: hotplugged
 net.eth1                                                                     [  started  ]
Dynamic Runlevel: needed
 udev-mount                                                                   [  started  ]
 sysfs                                                                        [  started  ]


cu
Dieter

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 01/42] core, x86: Add user return notifiers, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 02/42] x86: Fix user return notifier build, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 07/42] KVM: Don't pass kvm_run arguments, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 15/42] KVM: Move IO APIC to its own lock, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 23/42] KVM: Activate Virtualization On Demand, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 24/42] KVM: remove duplicated #include, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 31/42] KVM: Fix printk name error in svm.c, Avi Kivity, (Mon Nov 16, 5:19 am)
[PATCH 32/42] KVM: Fix hotplug of CPUs, Avi Kivity, (Mon Nov 16, 5:19 am)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Alexander Graf, (Wed Mar 17, 3:02 pm)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Alexander Graf, (Wed Mar 17, 3:47 pm)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Michael Tokarev, (Wed Mar 17, 10:41 pm)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Dieter Ries, (Thu Mar 18, 12:04 am)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Alexander Graf, (Thu Mar 18, 12:17 am)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Serge Belyshev, (Sun Aug 8, 5:02 am)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Alexander Graf, (Mon Aug 16, 6:24 am)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Serge Belyshev, (Mon Aug 16, 6:49 am)
Re: [PATCH 23/42] KVM: Activate Virtualization On Demand, Alexander Graf, (Mon Aug 16, 7:13 am)