Re: [kvm-devel] [PATCH 0/6] virtio with config abstraction and ring implementation

2007-09-21 Thread Rusty Russell
On Thu, 2007-09-20 at 15:43 +0200, Dor Laor wrote: > Rusty Russell wrote: > > Drivers now unpack their own configuration: their probe() methods > > are > > uniform. The configuration mechanism is extensible and can be backed by > > PCI, a string of bytes, or something else. > I like th

Re: [kvm-devel] [PATCH 0/6] virtio with config abstraction and ring implementation

2007-09-20 Thread Dor Laor
Rusty Russell wrote: Hi all, This patch series attempts to come closer to unifying kvm and lguest's usage of virtio. As these two are the first implementations we've seen, I hope making them closer will make future ones closer too. Drivers now unpack their own configuration: