• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (9): 52-56.

• 论文 • Previous Articles     Next Articles

A New Design of the Hypervisor Logical Domain Channel

FENG Hua,TANG Hongwei,LU Kai   

  1. (School of Computer Science,National University of Defense Technology,Changsha 410073,China)
  • Received:2009-09-07 Revised:2009-12-03 Online:2011-09-25 Published:2011-09-25

Abstract:

The UltraSparc T1/T2 processor provides virtualization support.Its platform firmware Hypervisor acts as the virtual machine manager. The logical domain channel is a software mechanism that supports the domaintodomain and domaintohypervisor communication. The logical domain channel is a simple implementation  lacking flexibility.Besides,the communication based on the logical domain channel needs data copying so as to heavily decrease the performance of data transfer.This paper introduces a new technique of logical domain channel. It directly transfers data from one side to the other side based on data descriptors and needs no copying.On the other hand,the size of the transferred data will not be limited by the buffer size of the logical domain channel.The new technique implements a more flexible and quick data transfer between virtual machines.

Key words: virtualization;logical domain;logical domain channel;descriptor