From: Jack Lange Date: Fri, 12 Mar 2010 00:39:14 +0000 (-0600) Subject: update for overflow issue X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=e8662efe4c21286ba9456989f7b923238bdfd65f;p=palacios.git update for overflow issue --- diff --git a/palacios/include/devices/lnx_virtio_pci.h b/palacios/include/devices/lnx_virtio_pci.h index 09329ce..5379479 100644 --- a/palacios/include/devices/lnx_virtio_pci.h +++ b/palacios/include/devices/lnx_virtio_pci.h @@ -136,9 +136,6 @@ struct virtio_queue { addr_t ring_avail_addr; addr_t ring_used_addr; - uint16_t last_avail_idx; - int idx_overflow; - struct vring_desc * desc; // We can treat this as an array... struct vring_avail * avail; struct vring_used * used;