diff options
| author | Stefan Hajnoczi | 2014-07-09 10:05:48 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2014-07-14 12:03:20 +0200 |
| commit | 869d66af53d8e04709456c9cae5cca7c560d4b93 (patch) | |
| tree | 557168fffc6368bc269bf49993839779286dba4b /include | |
| parent | dataplane: do not free VirtQueueElement in vring_push() (diff) | |
| download | qemu-869d66af53d8e04709456c9cae5cca7c560d4b93.tar.gz qemu-869d66af53d8e04709456c9cae5cca7c560d4b93.tar.xz qemu-869d66af53d8e04709456c9cae5cca7c560d4b93.zip | |
virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement
In commit de6c8042ec55da18702fa51f09072fcaa315edc3 ("virtio-blk: Avoid
zeroing every request structure") we avoided the 40 KB memset when
allocating VirtIOBlockReq.
The memset was reintroduced in commit
671ec3f056559f22a2531a91dce3a258b9b5eb8a ("virtio-blk: Convert
VirtIOBlockReq.elem to pointer").
It must be fixed again to avoid a performance regression.
Cc: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
