Re: [Qemu-devel] KVM VMenter/exit cost

2012-07-07 Thread Wei-Ren Chen
On Fri, Jul 06, 2012 at 03:35:05PM -0400, Xin Tong wrote: > yes, there is a measurement published in KVM conference. > > http://www.linux-kvm.org/wiki/images/e/ea/2010-forum-mtosatti_walkthrough_entry_exit.pdf I also found VMWare has result on VMEnrt/VMExit cost. http://labs.vmware.com/downlo

Re: [Qemu-devel] KVM VMenter/exit cost

2012-07-06 Thread Xin Tong
yes, there is a measurement published in KVM conference. http://www.linux-kvm.org/wiki/images/e/ea/2010-forum-mtosatti_walkthrough_entry_exit.pdf Xin On Thu, Jul 5, 2012 at 4:51 AM, wrote: > Hi Xin Tong, > > Do you get any estimation on that? > > Regards, > chenwj >

[Qemu-devel] KVM VMenter/exit cost

2012-07-05 Thread chenwj
Hi Xin Tong, Do you get any estimation on that? Regards, chenwj

Re: [Qemu-devel] KVM VMenter/exit cost

2011-10-20 Thread 陳韋任
> Currently, when amd svm or intel vmx is used to run the guest os natively on > the chip, a kernel enter and vmenter are needed, and when the guest os > executes a trapping instruction, a vmexit and kernel exit is incurred. I > would like to know the latest estimate of the cost of VMEnter/VMExit o

[Qemu-devel] KVM VMenter/exit cost

2011-10-19 Thread Xin Tong
Currently, when amd svm or intel vmx is used to run the guest os natively on the chip, a kernel enter and vmenter are needed, and when the guest os executes a trapping instruction, a vmexit and kernel exit is incurred. I would like to know the latest estimate of the cost of VMEnter/VMExit on the In