Files
xemu/block
Daniel P. Berrangé 83750c1da8 block: skip automatic zero-init of large array in ioq_submit
The 'ioq_submit' method has a struct array that is 8k in size.
Skip the automatic zero-init of this array to eliminate the
performance overhead in the I/O hot path.

The 'iocbs' array will selectively initialized when processing
the I/O data.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20250610123709.835102-4-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-06-12 13:39:08 -04:00
..
2024-12-20 17:44:56 +01:00
2025-03-06 14:21:25 +01:00
2024-12-20 17:44:56 +01:00
2025-03-13 17:44:55 +01:00
2024-12-20 17:44:56 +01:00
2025-05-08 10:21:10 -04:00