aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/lowlevel
Commit message (Expand)AuthorAgeFilesLines
* tools: Cull more ia64 and ppc codeAndrew Cooper2013-08-201-53/+0
* libxc: limit cpu values when setting vcpu affinity4.3.0-rc3Ian Jackson2013-05-291-0/+12
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-131-1/+1
* xen: xen_ulong_t substitutionStefano Stabellini2012-10-171-1/+1
* libxl: make devid a type so it is initialized properlyMatthew Fioravante2012-10-051-0/+9
* libxl: make libxl_device_pci_{add,remove,destroy} interfaces asynchronousIan Campbell2012-08-031-3/+3
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-231-1/+1
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-061-5/+5
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-291-10/+0
* libxl: Rename pci_list_assignable to pci_assignable_listGeorge Dunlap2012-05-151-4/+4
* nstore: rename public xenstore headersIan Campbell2012-05-144-4/+4
* libxl: Move bdf parsing into libxluGeorge Dunlap2012-04-041-1/+2
* tools/python: Fix indenting in 25030:6ced0ed954d6Ian Jackson2012-03-131-2/+2
* tools/python: Py_INCREF(Py_None) when returing Py_NoneMarek Marczykowski2012-03-131-0/+2
* libxl: add new "defbool" built in type.Ian Campbell2012-03-011-0/+15
* libxl: Remove xen/sched.h from public interfaceIan Campbell2012-03-011-5/+5
* remus: libcheckpoint - initialize unused callback fields to NULLShriram Rajagopalan2012-02-201-0/+1
* xend: populate HVM guest grant table on bootIan Campbell2012-02-101-0/+35
* tools/flask: remove libflaskDaniel De Graaf2012-02-061-7/+6
* libxl: drop libxl_cpuarray -- topology was the only user.Ian Campbell2012-01-311-24/+0
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-161-1/+14
* libxl: split libxl_domain_shutdown into libxl_domain_shutdown,..._rebootIan Campbell2011-12-211-3/+18
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-151-3/+3
* remus: command line switch to enable/disable checkpoint compressionShriram Rajagopalan2011-12-013-5/+11
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-1/+0
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-181-1/+1
* libxl: convert PCI device handling to device APIIan Campbell2011-10-181-5/+14
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-181-1/+1
* PCI multi-seg: adjust domctl interfaceJan Beulich2011-09-221-29/+33
* xen.lowlevel.xl: Return None on empty domain nameMarek Marczykowski2011-06-271-2/+3
* tools: libxl: remove libxl_domain_build_state from the IDLIan Campbell2011-04-201-12/+0
* tools: libxl: add libxl_domid to IDLIan Campbell2011-04-201-0/+10
* tools: libxl: add an Enumeration type to the IDLIan Campbell2011-04-201-29/+0
* tools: libxl: namespace enum values within their type.Ian Campbell2011-04-201-8/+8
* tools: libxl: generalize libxl_qemu_machine_type into libxl_domain_typeIan Campbell2011-04-201-2/+2
* tools: libxl: move all enum values into the libxl namespaceIan Campbell2011-04-201-16/+16
* remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint codeShriram Rajagopalan2011-04-121-1/+1
* remus: proper cleanup on checkpoint failure.Shriram Rajagopalan2011-04-081-0/+3
* libxl: do not expose libxenctrl/libxenstore headers via libxl.hIan Campbell2011-04-061-16/+16
* Remove unmaintained Access Control Module (ACM) from hypervisor.Keir Fraser2011-03-251-403/+0
* libxl: remove XS transaction from public API.Ian Campbell2011-03-231-2/+2
* tools: link each shared library or binary only against the libraries it usesIan Campbell2011-03-172-2/+0
* libxl: disk specification interface changeKamala Narasimhan2011-02-151-6/+11
* tools/python/pyxl: Updates to builtin-type marshalling functionsGianni Tedesco2011-01-111-3/+20
* tools/python/pyxl: Export PCI passthrough related libxl functionsGianni Tedesco2011-01-111-0/+74
* tools/python/pyxl: Allow subclassing of auto-generated python typesGianni Tedesco2011-01-111-1/+1
* tools/python/pyxl: Export relevant integer constants from python wrapperGianni Tedesco2011-01-111-0/+32
* tools/python/pyxl: Un-muddle libxl_domain_(pause|unpause) wrappersGianni Tedesco2011-01-111-2/+2
* tools/python/pyxl: Fix reference counting of Py_(None|True|False)Gianni Tedesco2011-01-111-1/+11
* Support getting topology info in libxlJuergen Gross2010-12-091-0/+24