I'm not reposting the drivers this time since they haven't changed
significantly.  See http://lguest.ozlabs.org/patches for the whole
thing, from new-io.patch onwards).

Changes since last version:
        - Switch to our own bus implementation, rather than relying on
          an implementation-specific bus to back this up.

        - Make virtio_config_ops much higher-level, don't assume layout
          of config space.

        - Expose "struct virtqueue" again and move ops inside that.

        - virtio_ring uses 64 bit address, 32 bit length, not addr64 +
          offset16 + len16.

        - flags in virtio_ring to allow suppression of interrupts (by
          guest) or notifications (by host).

I'm not too unhappy with this as it stands.  Feedback welcome!

Cheers,
Rusty.




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to