[kvm-devel] [PATCH 5/6] virtio block driver (v2)

2008-04-04 Thread Anthony Liguori
This patch implements the virtio block driver backend. Since v1, I've updated the patch based on the IOVector refactoring and fixed an endianness bug in the config space. Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> diff --git a/Makefile.target b/Makefile.target index 3ea40d1..f9fe660 1006

[kvm-devel] [PATCH 5/6] virtio block driver

2008-03-29 Thread Anthony Liguori
This patch implements the virtio block driver backend. Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> diff --git a/Makefile.target b/Makefile.target index 3ea40d1..f9fe660 100644 --- a/Makefile.target +++ b/Makefile.target @@ -535,7 +535,7 @@ OBJS += rtl8139.o OBJS += e1000.o # virtio dev