search for: kadiryuc

Displaying 6 results from an estimated 6 matches for "kadiryuc".

2011 Mar 14
1
Beware! Newbie is in town
Hello everyone, I'm working on Ubuntu 10.10, installed libvirt and created a project in Netbeans, I included jna.jar and libvirt-0.4.7.jar. And guess what, I get the exception below when I'm trying to run test.java which connects to test:///default. Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'virt': libvirt.so: cannot open shared
2011 Apr 14
1
Where actually is the callback triggered?
Hi all, Quick question: When the hypervisor triggers a callback which is registered for generic events, (assuming I'm connected through qemu+tcp) where exactly is the callback triggered? On the hypervisor host or on my host? Regards Kadir -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 16
1
With which VMM ,libvirt cooperates the most?
Hi all, I'm trying to develop some applications that communicate with VMM about guest OSs. Libvirt has drivers for many VMMs like Qemu, Vbox, etc. I'm currently using Vbox and time to time I get the error that says "this function is not supported by the connection driver". So, for which VMM, libvirt has the most compatible driver, regarding your experiences? Kind regards Kadir
2011 Mar 21
1
About monitoring
Hello all, As I've been exporing libvirt api, I've seen event registerers, and types of events are defined, undefined, and you know the rest. Is it all for event types? Any ideas about how to look for a device access event, for example? Kind regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 29
1
Event Types Libvirt can handle
Hello all, I'm trying to observe access events of guest VMs. However, as far as I understand event types in libvirt are really generic, like domain defined/undefined, started/stopped, etc. Isn't there any specific event types that libvirt can handle (like access to a disk), or I'm missing them? Thanks in advance Kind regards Kadir -------------- next part -------------- An HTML
2011 Apr 06
0
Registering a callback in Java
I'm able to edit org.libvirt.Domain.java and print a message when, for example suspend() is called. However I want to use eventCallback API of libvirt. Isn't this the proper piece of code to register a callback to any domain(domain parameter is null), for a lifecycle event(event id 0). conn.domainEventRegisterAny(null, 0, new