On Wed, 2007-08-15 at 15:37 -0700, Dor Laor wrote: > > If you'll be quick enough you can rip the lguest_bus into a very light > weight > virtio_bus. Please keep it thin as possible, Rusty's code is 217 lines > long, half > of it comments. I'm planing to have a flexible use of this bus while one > can either choose virtio_bus or pci bus.
Already done ;) Its not quite polished yet. I will send tomorrow. Currently it looks like this: arch/x86_64/Kconfig | 2 drivers/Makefile | 1 drivers/pvbus/Kconfig | 7 +++ drivers/pvbus/Makefile | 6 ++ drivers/pvbus/pvbus-driver.c | 89 +++++++++++++++++++++++++++++++++++++++++++ include/linux/pvbus.h | 55 ++++++++++++++++++++++++++ 6 files changed, 160 insertions(+) Of course its still IOQ oriented currently, but we can reconcile that when we get together. -Greg ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
