Re: [kvm-devel] [PATCH 3/3] virtio module alias support

2007-09-24 Thread Greg KH
On Tue, Sep 25, 2007 at 12:11:15PM +1000, Rusty Russell wrote: > On Mon, 2007-09-24 at 18:57 -0700, Greg KH wrote: > > On Tue, Sep 25, 2007 at 10:50:04AM +1000, Rusty Russell wrote: > > > Not sure why I need the modalias here when it's in sysfs. But, it > > > works. > > > > udev does not read fro

Re: [kvm-devel] [PATCH 3/3] virtio module alias support

2007-09-24 Thread Rusty Russell
On Mon, 2007-09-24 at 18:57 -0700, Greg KH wrote: > On Tue, Sep 25, 2007 at 10:50:04AM +1000, Rusty Russell wrote: > > Not sure why I need the modalias here when it's in sysfs. But, it > > works. > > udev does not read from sysfs anymore, it just uses the environment > variables. It's faster and

Re: [kvm-devel] [PATCH 3/3] virtio module alias support

2007-09-24 Thread Greg KH
On Tue, Sep 25, 2007 at 10:50:04AM +1000, Rusty Russell wrote: > On Mon, 2007-09-24 at 09:02 -0700, Greg KH wrote: > > On Mon, Sep 24, 2007 at 07:16:34PM +1000, Rusty Russell wrote: > > > This adds the logic to convert the virtio ids into module aliases, and > > > includes a modalias entry in sysfs

Re: [kvm-devel] [PATCH 3/3] virtio module alias support

2007-09-24 Thread Rusty Russell
On Mon, 2007-09-24 at 09:02 -0700, Greg KH wrote: > On Mon, Sep 24, 2007 at 07:16:34PM +1000, Rusty Russell wrote: > > This adds the logic to convert the virtio ids into module aliases, and > > includes a modalias entry in sysfs. > > > > Unfortunately this does not seem sufficient to have the modu

Re: [kvm-devel] [PATCH 3/3] virtio module alias support

2007-09-24 Thread Greg KH
On Mon, Sep 24, 2007 at 07:16:34PM +1000, Rusty Russell wrote: > This adds the logic to convert the virtio ids into module aliases, and > includes a modalias entry in sysfs. > > Unfortunately this does not seem sufficient to have the module > autoprobed at startup on my Ubuntu system. Greg? Am I