qemu-patch-raspberry4/hw/input
Paolo Bonzini 51b19ebe43 virtio: move allocation to virtqueue_pop/vring_pop
The return code of virtqueue_pop/vring_pop is unused except to check for
errors or 0.  We can thus easily move allocation inside the functions
and just return a pointer to the VirtQueueElement.

The advantage is that we will be able to allocate only the space that
is needed for the actual size of the s/g list instead of the full
VIRTQUEUE_MAX_SIZE items.  Currently VirtQueueElement takes about 48K
of memory, and this kind of allocation puts a lot of stress on malloc.
By cutting the size by two or three orders of magnitude, malloc can
use much more efficient algorithms.

The patch is pretty large, but changes to each device are testable
more or less independently.  Splitting it would mostly add churn.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2016-02-06 20:39:07 +02:00
..
adb.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
hid.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
lm832x.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
Makefile.objs virtio-input: Fix device introspection on non-Linux hosts 2015-10-09 15:25:56 +02:00
milkymist-softusb.c lm32: Clean up includes 2016-01-29 15:07:22 +00:00
pckbd.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
pl050.c arm: Clean up includes 2016-01-29 15:07:23 +00:00
ps2.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
pxa2xx_keypad.c arm: Clean up includes 2016-01-29 15:07:23 +00:00
stellaris_input.c arm: Clean up includes 2016-01-29 15:07:23 +00:00
tsc210x.c arm devices: Clean up includes 2016-01-29 15:07:25 +00:00
tsc2005.c arm devices: Clean up includes 2016-01-29 15:07:25 +00:00
virtio-input-hid.c virtio: Clean up includes 2016-01-29 15:07:23 +00:00
virtio-input-host.c virtio: Clean up includes 2016-01-29 15:07:23 +00:00
virtio-input.c virtio: move allocation to virtqueue_pop/vring_pop 2016-02-06 20:39:07 +02:00
vmmouse.c hw: Clean up includes 2016-01-29 15:07:25 +00:00