Evaluating And Optimizing I/O Virtualization In Kernel-Based Virtual Machine (Kvm)

Binbin Zhang,Xiaolin Wang,Rongfeng Lai,Liang Yang,Zhenlin Wang,Yingwei Luo,Xiaoming Li
DOI: https://doi.org/10.1007/978-3-642-15672-4_20
2010-01-01
Abstract:I/O virtualization performance is an important problem in KVM. In this paper, we evaluate KVM I/O performance and propose several optimizations for improvement. First, we reduce VM Exits by merging successive I/O instructions and decreasing the frequency of timer interrupt. Second, we simplify the Guest OS by removing redundant operations when the guest OS operates in a virtual environment. We eliminate the operations that are useless in the virtual environment and bypass the I/O scheduling in the Guest OS whose results will be rescheduled in the Host OS. We also change NIC driver's configuration in Guest OS to adapt the virtual environment for better performance.
What problem does this paper attempt to address?