diff options
author | Gal Hammer <ghammer@redhat.com> | 2018-01-16 15:34:41 +0200 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2018-03-06 18:40:44 +0100 |
commit | d4c67a7a54f12cb8d267284212f1072c95917e5a (patch) | |
tree | bdd2a438fbbb884a45a6fb0ec82f1e9404516c4c /Documentation/virtual/kvm/cpuid.txt | |
parent | 01643c51bfcf2460b530854046f62ce1b29713ab (diff) |
kvm: use insert sort in kvm_io_bus_register_dev function
The loading time of a VM is quite significant with a CPU usage
reaching 100% when loading a VM that its virtio devices use a
large amount of virt-queues (e.g. a virtio-serial device with
max_ports=511). Most of the time is spend in re-sorting the
kvm_io_bus kvm_io_range array when a new eventfd is registered.
The patch replaces the existing method with an insert sort.
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Uri Lublin <ulublin@redhat.com>
Signed-off-by: Gal Hammer <ghammer@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'Documentation/virtual/kvm/cpuid.txt')
0 files changed, 0 insertions, 0 deletions