kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tracking nested guest ioctl in L0 hypervisor
@ 2012-07-31  3:50 siddhesh phadke
  2012-08-01 10:52 ` Nadav Har'El
  0 siblings, 1 reply; 2+ messages in thread
From: siddhesh phadke @ 2012-07-31  3:50 UTC (permalink / raw)
  To: kvm

I am trying to understand KVM code for nested virtualization and my
goal is to find whether an ioctl performed by L2 guest can be
intercepted in L0.

Hence just for experimental purpose I wrote an blank ioctl in L2
guest. When that ioctl is received by L1 KVM hypervisor ,it uses
kvm_hypercall0() mentioned in kvm_para.h to notify L0. Am I doing this
correct or is there any other method to do the same or I am completely
off the track?

Can anyone please help me with this?

Thank you

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-01 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  3:50 Tracking nested guest ioctl in L0 hypervisor siddhesh phadke
2012-08-01 10:52 ` Nadav Har'El

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).