Skip to content

Releases: xapi-project/xcp-idl

Support SMAPIv3

14 Aug 20:23
Compare
Choose a tag to compare
  • storage: add persistent to VBDs
  • storage: vdi_info includes an optional uuid
  • storage: support for RRD datasources

Add VDI.introduce

14 Jul 15:52
Compare
Choose a tag to compare
Merge pull request #81 from djs55/storage/vdi_introduce

storage: add VDI.introduce

VGPU changes

16 Jun 19:08
Compare
Choose a tag to compare
  • Major updates to the VGPU interface
  • Infrastructure to support Windows Update
  • Updated documentation to reflect newer login_with_password API

Fix use of cohttp

19 Apr 09:34
Compare
Choose a tag to compare

Large messages were being accidentally truncated.

Improve memory interface

09 Apr 08:38
Compare
Choose a tag to compare
  • Add query_reservation_of_domain API call to the memory interface

Floppy disks, IGD passthrough, read caching etc

04 Apr 09:10
Compare
Choose a tag to compare
  • xen: add support for floppy disks (useful for packer, cloudinit)
  • xen: add a VM call plugin mechanism for contacting future guest
    agents
  • xen: add IGD passthrough
  • storage: add o_direct and o_direct_reason for read caching
  • add standard travis configuration

Better backtrace support

20 Nov 11:33
Compare
Choose a tag to compare
  • storage: add a Backend_failure_with_backtrace exception
  • xen: add a Task.backtrace field
  • lib: use the new Backtrace package
  • Add an opam file for easy pinning

Better block device naming

14 Oct 21:55
Compare
Choose a tag to compare
  • Map all HVM device names to /dev/xvd*

Minor release

24 Aug 21:50
Compare
Choose a tag to compare
  • allow the inventory path to be set via the 'inventory' configuration key

Added cmdliner support

20 Aug 13:40
Compare
Choose a tag to compare
  • Add a cmdliner interface to Xcp_services with an example
  • Add 'with sexp' to Vm.t
  • Debug.DEBUG has an explicit module type