search for: libvmi

Displaying 15 results from an estimated 15 matches for "libvmi".

Did you mean: libsmi
2015 Jun 27
1
The usage if libguestfs
HI all: my problem is : I want to use libguestfs on other project. if I just run a test C programm It works well just run : cc prog.c -o prog -lguestfs -I /usr/libguestfs/libguestfs-1.28.10/src/ I write a C programm in my project , after that I run make , it happend: /usr/nitro/libvmi-master/libvmi/.libs/libvmi.so: undefined reference to `guestfs_launch' /usr/nitro/libvmi-master/libvmi/.libs/libvmi.so: undefined reference to `guestfs_close' /usr/nitro/libvmi-master/libvmi/.libs/libvmi.so: undefined reference to `guestfs_inspect_os' /usr/nitro/libvmi-master/libvmi/.li...
2013 Jul 08
3
Problem with using Libvmi or xenaccess with xen
Hi all, Can dom0 have enough privilege to access domu''s kernel memory using Libvmi functions? Libvmi use xenaccess functions in fact, and as it is a user space library I''m asking this. I wanna read system call table of domu through dom0. Thanks _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-deve...
2015 Apr 20
3
libvirt and guest processes
Hi I wanted to find out if there is way to list all the running processes in a guest VM from the hypervisor. Like the output of 'ps -ef' from inside the guest VM, but without logging in or ssh into it. Thanks dtsweval
2015 May 04
2
libguestfs install error
...did is : ./autogen.sh ./configure make this time some errors occurs : File "output_libvirt.ml", line 53, characters 4-13: Error: Unbound value List.mapi make[2]: *** [output_libvirt.cmx] Error 2 make[2]: Leaving directory `/usr/Libvmi/libguestfs-1.28.1/v2v' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/Libvmi/libguestfs-1.28.1' make: *** [all] ?? 2 I still can't fix it after searching so please help me ! -------------- next part -------------- An HTML attachment was scrubbed... URL: <htt...
2015 Apr 21
2
Re: libvirt and guest processes
As I know, you can use Libvmi API to access the memory of VM and then walk through the double-linked list of process to reconstruct the process list. it is easy, and libvmi has provide the example 在2015-04-20 22:52:02,hanyandong<hanyandong@iie.ac.cn>写道: > On 20.04.2015 06:22, dt sweval wrote: > > Hi > >...
2015 May 05
3
libguestfs init problem
Hi ,all : thanks for helping me ! I am using libguestfs-1.28.1 on ubuntu 12.04 to manage vm disk created by KVM. I downloaded libguestfs-1.28.1.tar.gz ,and then executed (1) ./autogen.sh (2) ./configure (3) make (4) make check .there is the error. /usr/Libvmi/libguestfs-1.28.1/run --test guest-aux/make-fedora-img.pl md_create: feature 'mdadm' is not available in this build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for how to check for the availability of features. at /usr/Libvmi/libguestfs-1.28.1/tests/guests/guest-a...
2014 Jun 12
3
ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi guys, I am new to QEMU-KVM, libvmi and libvirt stuff. Libvmi uses libvirt. I am trying to to run process-list example of libvmi and getting error as below. It seems that this error may be due to libvirt as it is not able to find domain. I seek your kind help on below error: spanhal1@seclab2:~/KVMModule/libvmi-0.10.1$ sudo ./example...
2012 Nov 12
10
Hypervisor to dom0 communication
Hello, I''m interested in establishing a communication channel between the Xen hypervisor and a dom0 userspace application. Ideally this would be a 2-way channel, with the hypervisor asynchronously notifying this application, and then (for certain types of messages) wait for a reply from the userspace consumer. To this end, I''ve been reading xen-devel posts [1], read the
2015 May 13
2
about libguestfs 'AVAILABILITY'
...bguestfs by tarball , everything is ok except the commond : make check . on ubuntu 12.04 the error is md_create: feature 'mdadm' is not available in this build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for how to check for the availability of features. at /usr/Libvmi/libguestfs-1.29.40/tests/guests/guest-aux/make-fedora-img.pl line 103. /usr/Libvmi/libguestfs-1.29.40/run: command failed with exit code 2 make[2]: *** [stamp-fedora-md.img] Error 2 make[2]: Leaving directory `/usr/ /libguestfs-1.29.40/tests/guests' make[1]: *** [check-am] Error 2 make[1]: Leav...
2015 Apr 21
0
Re: libvirt and guest processes
On 04/20/2015 07:32 PM, hanyandong wrote: [please don't top-post on technical lists] > As I know, you can use Libvmi API to access the memory of VM and then walk through the double-linked list of process to reconstruct the process list. it is easy, and libvmi has provide the example Maybe so, but that requires very intimate knowledge of the exact kernel running in the guest, and could be rather fragile; especi...
2012 Nov 29
14
Mem_event API and MEM_EVENT_REASON_SINGLESTEP
Hello, I''m interested in using the mem_event API (or it''s LibVMI wrapper), but I''m interested in capturing write events anywhere in a domU guest''s memory, _and_ not just once for each page write, but every time a page is being written to. To this end, I''ve looked at the xen-access.c example, where at first all the pages are being...
2015 May 06
0
Re: libguestfs init problem
...and the below is the error, > the same error in libguestfs-1.29.39.tar.gz and > libguestfs-1.29.38.tar.gz . > > > gcc: error: /usr/lib/rpm/redhat/redhat-hardened-ld: No such file or > directory > make[3]: *** [libguestfs.la] Error 1 > make[3]: Leaving directory `/usr/Libvmi/libguestfs-1.29.39/src' > make[2]: *** [all] Error 2 This is a bug in the tarball (in build-aux/ltmain.sh). You should be able to work around it by rebuilding that file, by doing: libtoolize --force before building in the ordinary way. I'll modify the scripts I use to create the t...
2011 Dec 20
3
Xen interfaces / hooks
Hello all, I have been looking through the internet and through the wiki, trying to find something which explains in details the available interfaces with which one might be able to insert some code to make some slight additions to Xen functionality. I am doing some research on the possibility of adding some extra functionality to Xen, and my supervisor has mentioned that these are things worth
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
...mmit de3ccd26fafc ("KVM: MMU: record maximum physical address width in kvm_mmu_extended_role"). The previous RFC (v5) can be read here: https://www.spinics.net/lists/kvm/msg179441.html Thanks to Samuel Laur?n and Mathieu Tarral, the previous version has been integrated and tested with libVMI. KVM-VMI: https://github.com/KVM-VMI/kvm-vmi Kernel: https://github.com/KVM-VMI/kvm/tree/kvmi QEMU: https://github.com/KVM-VMI/qemu/tree/kvmi (not all patches, but enough to work) libVMI: https://github.com/KVM-VMI/libvmi/tree/kvmi Thanks to Weijiang Yang, the previous version...
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
...mmit de3ccd26fafc ("KVM: MMU: record maximum physical address width in kvm_mmu_extended_role"). The previous RFC (v5) can be read here: https://www.spinics.net/lists/kvm/msg179441.html Thanks to Samuel Laur?n and Mathieu Tarral, the previous version has been integrated and tested with libVMI. KVM-VMI: https://github.com/KVM-VMI/kvm-vmi Kernel: https://github.com/KVM-VMI/kvm/tree/kvmi QEMU: https://github.com/KVM-VMI/qemu/tree/kvmi (not all patches, but enough to work) libVMI: https://github.com/KVM-VMI/libvmi/tree/kvmi Thanks to Weijiang Yang, the previous version...