* XenAccess Equivalent?
@ 2007-07-26 17:02 Hajime Inoue
[not found] ` <46A8D3C0.90100-1jN93dRS49wXowH9KttRCQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Hajime Inoue @ 2007-07-26 17:02 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
I am trying to find a library equivalent to XenAccess for KVM. It seems
that libvirt is trying to replace some of it, but doesn't have
theintrospection capabilities that xenaccess does. In particular, I
would like to be able, in host userspace, to access the guest's memory.
Is such a capability possible within KVM?
Thanks,
-Hajime Inoue
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <46A8D3C0.90100-1jN93dRS49wXowH9KttRCQ@public.gmane.org>]
* Re: XenAccess Equivalent? [not found] ` <46A8D3C0.90100-1jN93dRS49wXowH9KttRCQ@public.gmane.org> @ 2007-07-26 17:45 ` Anthony Liguori 2007-07-26 18:11 ` Anthony Liguori 1 sibling, 0 replies; 3+ messages in thread From: Anthony Liguori @ 2007-07-26 17:45 UTC (permalink / raw) To: Hajime Inoue; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hajime Inoue wrote: > I am trying to find a library equivalent to XenAccess for KVM. It seems > that libvirt is trying to replace some of it, but doesn't have > theintrospection capabilities that xenaccess does. In particular, I > would like to be able, in host userspace, to access the guest's memory. > Is such a capability possible within KVM? > This library scares me tremendously but it should be possible to port it to KVM. The monitor provides an interface to read/write physical memory so that's probably the most natural place to interact. Regards, Anthony Liguori > Thanks, > -Hajime Inoue > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: XenAccess Equivalent? [not found] ` <46A8D3C0.90100-1jN93dRS49wXowH9KttRCQ@public.gmane.org> 2007-07-26 17:45 ` Anthony Liguori @ 2007-07-26 18:11 ` Anthony Liguori 1 sibling, 0 replies; 3+ messages in thread From: Anthony Liguori @ 2007-07-26 18:11 UTC (permalink / raw) To: Hajime Inoue; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Hajime Inoue wrote: > I am trying to find a library equivalent to XenAccess for KVM. It seems > that libvirt is trying to replace some of it, but doesn't have > theintrospection capabilities that xenaccess does. In particular, I > would like to be able, in host userspace, to access the guest's memory. > Is such a capability possible within KVM? > Actually, something you can already do today is attach gdb to a QEMU instance and then load the guest kernel into gdb. Once you've done that, you can access all of the guest's data structures. This is precisely what XenAccess does except that it offers an API for doing it. Regards, Anthony Liguori > Thanks, > -Hajime Inoue > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-26 18:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-26 17:02 XenAccess Equivalent? Hajime Inoue
[not found] ` <46A8D3C0.90100-1jN93dRS49wXowH9KttRCQ@public.gmane.org>
2007-07-26 17:45 ` Anthony Liguori
2007-07-26 18:11 ` Anthony Liguori
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox