On Wed, Sep 04, 2013 at 10:35:56AM -0400, Cutter 409 wrote:
> Thanks, I'll try that. Do you know of any way to get at the VCPU structure
> from another process? I'm looking to have an event triggered from the guest
> which will notify my application. In Xen I use an event channel, and then I
> can call a function to retrieve the relevant VCPU context.

At this point it might be worthwhile to describe what you're trying to
achieve.

I can think of two ways to get vcpu state from a third process: QMP
monitor or kvm.ko file descriptors.  (Ignoring the possibility of using
the gdbstub.)

But the cleanest and best way depends on what exactly you are trying to
do.

Stefan
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to