Skip to content
Failed

Changes

Summary

  1. Add support for upload and download of volume (details)
  2. Add support for Agent Lifecycle event callbacks (details)
Commit 243c11ae85d1366299a195c4f246a6e89f52dfb1 by berrange
Add support for upload and download of volume
Signed-off-by: Magnus Johansson <magnus@glesys.se>
The file was modifiedsrc/main/java/org/libvirt/StorageVol.java (diff)
The file was modifiedsrc/main/java/org/libvirt/jna/Libvirt.java (diff)
Commit 4a1eac16e1e00ca2a4a0a6c887b524613a619d8a by lars.dunemark
Add support for Agent Lifecycle event callbacks
Updating DomainEventID with new event id and adding registration of
callback for Agent Lifecycle events and remove function for same
callbacks.
Signed-off-by: Lars Dunemark <lars.dunemark@glesys.se>
The file was modifiedsrc/main/java/org/libvirt/Connect.java (diff)
The file was modifiedsrc/main/java/org/libvirt/jna/Libvirt.java (diff)
The file was addedsrc/main/java/org/libvirt/event/AgentLifecycleListener.java (diff)
The file was modifiedsrc/main/java/org/libvirt/Domain.java (diff)