]> Git Repo - qemu.git/commit - hw/virtio/virtio-pci.h
hw/9pfs: Use ioeventfd for 9p
authorAneesh Kumar K.V <[email protected]>
Wed, 12 Oct 2011 13:41:23 +0000 (19:11 +0530)
committerAneesh Kumar K.V <[email protected]>
Wed, 12 Oct 2011 13:41:23 +0000 (19:11 +0530)
commit5745e38afeaa15153c2209674fe37e1cbdd65707
treef3844615b308ad894b8a6d59c7605b77b8a261f4
parentebffe2afceb1a17b5d134b5debf553955fe5ea1a
hw/9pfs: Use ioeventfd for 9p

With ioeventfd:
[root@qemu-img-64 storage]# dd if=/dev/zero of=/storage/testx bs=8k count=131072 oflag=direct
131072+0 records in
131072+0 records out
1073741824 bytes (1.1 GB) copied, 26.767 s, 40.1 MB/s

Without:
[root@qemu-img-64 storage]# dd if=/dev/zero of=/storage/testx bs=8k count=131072 oflag=direct
131072+0 records in
131072+0 records out
1073741824 bytes (1.1 GB) copied, 65.3361 s, 16.4 MB/s

Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Aneesh Kumar K.V <[email protected]>
hw/9pfs/virtio-9p-device.c
hw/virtio-pci.c
hw/virtio-pci.h
This page took 0.027164 seconds and 4 git commands to generate.