Files
kernel-tenderloin-3.0/include
Anthony Liguori 44332f7167 virtio: fix vring_init for 64 bits
This patch fixes a typo in vring_init().  This happens to work today in lguest
because the sizeof(struct vring_desc) is 16 and struct vring contains 3
pointers and an unsigned int so on 32-bit
sizeof(struct vring_desc) == sizeof(struct vring).  However, this is no longer
true on 64-bit where the bug is exposed.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-11-12 13:55:12 +11:00
..
2007-10-24 10:16:02 +02:00
2007-10-23 09:49:31 +02:00
2007-10-29 07:41:32 -07:00
2007-11-12 13:55:12 +11:00
2007-11-02 08:47:06 +01:00
2007-10-23 08:09:20 +02:00