Shared-memory optimizations for virtual machines

  • Authors:
  • Paul Lu;A. Cameron Macdonell

  • Affiliations:
  • University of Alberta (Canada);University of Alberta (Canada)

  • Venue:
  • Shared-memory optimizations for virtual machines
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Virtual machine environments are becoming more common due to the increased performance of commodity hardware and the emergence of cloud computing for large scale applications. As the use of virtual machines continues to grow, performance critical applications will require efficient mechanisms to achieve their tasks.We introduce Nahanni as a mechanism for shared memory communication in virtual machine environments. Nahanni allows virtualized applications, those running inside virtual machines, to communicate through shared memory for both data movement and synchronization when VMs are co-located on the same host machine. We describe the design, implementation, and evaluation of Nahanni as part of the QEMU/KVM virtualization platform.We have modified existing communication layers to measure the performance benefit of Nahanni. Through microbenchmarks and applications, we demonstrate that shared memory is a useful and efficient communication mechanism in virtualized environments. Further, we discuss how the design and implementation of Nahanni enables a new class of applications, ones that use structured data, to benefit from the use of shared memory.