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@lists.sourceforge.net
> 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/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to