Re: [git pull] lguest: paravirt boot code
From: Christian Borntraeger
Date: Tue Oct 23 2007 - 02:55:54 EST
Am Dienstag, 23. Oktober 2007 schrieb Rusty Russell:
> git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git
> This should be fairly clean: 45 lguest patches including the more generic
> drivers (aimed to be used by KVM as well, and hopefully others) and the start
> of separation of arch-specific from general lguest code.
> drivers/net/virtio_net.c | 435 +++++++++
> drivers/virtio/Kconfig | 8 +
> drivers/virtio/Makefile | 2 +
> drivers/virtio/config.c | 13 +
> drivers/virtio/virtio.c | 189 ++++
> drivers/virtio/virtio_ring.c | 313 +++++++
> drivers/block/virtio_blk.c | 308 +++++++
> drivers/char/virtio_console.c | 225 +++++
Having virtio in Linus tree would make my life easier wiring it up for
virtualization on s390.
For all virtio patches:
Acked-by: Christian Borntraeger <borntraeger@xxxxxxxxxx>
That reminds me that I promised Rusty to look at one small issue in virtio
net driver. Nothing that should hold of the merge. I will sent the patch via
Rusty when its ready.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/