VirtIO in GENERIC

Bryan Venteicher bryanv at freebsd.org
Tue Jan 8 07:50:58 UTC 2013


On Mon, Dec 17, 2012 at 1:17 AM, Bryan Venteicher <bryanv at freebsd.org> wrote:
> On Sun, Dec 16, 2012 at 11:06 PM, Jim Harris <jimharris at freebsd.org> wrote:
>>
>>
>> On Sun, Dec 16, 2012 at 6:53 PM, Andrew Thompson <thompsa at freebsd.org>
>> wrote:
>>>
>>> On 17 December 2012 13:17, Bryan Venteicher <bryanv at freebsd.org> wrote:
>>>
>>> > There's been lots of requests to have VirtIO in GENERIC for i386 and
>>> > amd64. Anybody have any issues or concerns with this or the patch at
>>> > [1]. This also removes the kludge that was introduced in r239009.
>>> >
>>> > I've compiled LINT for i386 and amd64 so hopefully there won't be any
>>> > surprise breakages.
>>> >
>>> > [1] http://people.freebsd.org/~bryanv/patches/virtio.generic.patch
>>>
>>>
>>> It would be great to have the drivers enabled. You do not need the
>>> sys/conf/files changes, the common and arch files are combined.
>>>
>>
>> Removing the virtio files from sys/conf/files ensures these drivers can only
>> be specified in x86 kernel configuration files.  r239009 added these lines
>> to sys/conf/files, but Bryan's patch does it more correctly.
>>
>> The only question I have is the GENERIC changes where "device virtio" is
>> added - it says it is required, but should this instead say it's required
>> for any of the other drivers in this section?
>>
>
> Yes, that wording could be improved; will update the patch in the morning.
>

Hmm .. on second thought, I think 'required' is sufficiently clear on
its own that it applies only to this section. Other nearby sections
(USB, sound) use the word also.

For the time being, I still intend to add VirtIO only to i386 and
amd64 GENERIC. ARM and PPC64 can join the club later once I have a
chance to test/debug them on QEMU.

I'd like to commit this this weekend if nobody raises any objections.

>> -Jim
>>


More information about the freebsd-current mailing list