[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 00 of 32] tools: libxl IDL, SeaBIOS, ocaml binding autogeneration, misc



The following series is basically a flush of my current libxl and
related patch queue. Most of this has been posted as separate series
in the past but there is some interaction so it is easier to include
everything in a single series.

It contains:
  * xl API change to remove the need to specify hvmloader and device
    model by default (although users can still do so if they wish)
  * build and libxl support for using SeaBIOS with the upstream qemu
    instead of ROMBIOS.
  * Several improvements to the libxl IDL, including:
    * the addition of  enumerations
    * the removal of some constructs which were either not very useful
      or semantically tricky for language bindings (e.g. References,
      BitFields)
    * read- and write-only types to save generating pointless
      marshaller functions for language bindings
    * simplification of the integer types, removed "unsigned long",
      "unsigned int" etc in favour of exclusively using
      uint{8,16,32,64}. The plain "integer" type is now limited to 24
      (signed) bits for the benefit of higher-level languages which
      steal some bits from the native word size.
  * Autogeneration of the type marshallers for the ocaml bindings.

The series incorporates much of Dave Scott's ocaml interface cleanup
series but excludes the network QoS bits (patches 13..14/14 in his series)
since there were outstanding questions around that stuff.

Not all of the datatypes are actually usable via the ocaml interfaces
yet since the stub functions have not been implemented. I used
-Wno-unused for now but this should go away as the set of stub
functions is completed.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.