aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/gentest.py
Commit message (Expand)AuthorAgeFilesLines
* libxl: make devid a type so it is initialized properlyMatthew Fioravante2012-10-051-1/+1
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-7/+7
* libxl: add a new Array type to the IDLIan Campbell2012-07-061-0/+12
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-9/+1
* libxl: Make IDL KeyedUnion keyvar an idl.FieldIan Campbell2012-03-011-1/+1
* libxl: make boolean members of libxl_domain_create_info into libxl_defboolIan Campbell2012-03-011-2/+1
* libxl: add new "defbool" built in type.Ian Campbell2012-03-011-1/+4
* libxl: introduce a descriminating default value for memkb fields.Ian Campbell2012-03-011-0/+1
* libxl: allow specification of testidl random seed.Ian Campbell2012-03-011-1/+2
* libxl: drop libxl_cpuarray -- topology was the only user.Ian Campbell2012-01-311-18/+1
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-311-0/+2
* libxl: Rename libxl IDL infrastructure.Ian Campbell2012-01-311-12/+11
* libxl: idl: support new "private" type attributeIan Jackson2011-12-121-0/+2
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-181-1/+1
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-181-2/+2
* libxl: IDL: autogenerate functions to produce JSON from libxl data structures.Ian Campbell2011-10-071-8/+245
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-4/+4
* libxl: autogenerate to_string and from_string functions for Enumerations.Ian Campbell2011-06-211-0/+63