aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: Intruduce libxl__strndup.Anthony PERARD2011-09-292-0/+11
* libxl: Introduce libxl__realloc.Anthony PERARD2011-09-292-0/+25
* libxl: Introduce libxl_internal_types.idl.Anthony PERARD2011-09-294-5/+18
* libxl: Add get/set_default_namespace in libxltypes.py.Anthony PERARD2011-09-292-2/+18
* libxl: Rename libxl.idl to libxl_types.idl.Anthony PERARD2011-09-294-10/+10
* libxl: Introduce libxl__fd_set_cloexecAnthony PERARD2011-09-292-0/+14
* xl: fixup command line handling for several commands.Ian Campbell2011-09-291-7/+3
* libxl: Expose number of shared pagesAdin Scannell2011-09-292-0/+2
* libxl: attempt to cleanup tapdisk processes on disk backend destroy.Ian Campbell2011-09-286-11/+51
* libxl: correct allocation size in libxl_list_nicsIan Campbell2011-09-281-1/+1
* libxl: correct allocation size in libxl_list_vmIan Campbell2011-09-282-4/+4
* libxl: correctly propagate errors from libxl_domain_destroyIan Campbell2011-09-281-1/+1
* libxl: fail to parse disk vpath if a disk+part number needed but unavailableIan Campbell2011-09-281-1/+5
* libxl: do not try to redo incoming migration on reboot of migrated domainIan Campbell2011-09-271-0/+5
* libxl: make libxl__wait_for_device_model use libxl__spawn_starrting directlyIan Campbell2011-09-273-11/+11
* xl: fixup "xl save" command line handling.Ian Campbell2011-09-271-4/+6
* xenpaging: track number of paged pages in struct domainOlaf Hering2011-09-262-0/+2
* Add save/restore support for viridian APIC assist pfn.Paul Durrant2011-09-261-4/+13
* tools: fix install of lomountIan Campbell2011-09-221-2/+2
* PCI multi-seg: adjust domctl interfaceJan Beulich2011-09-223-41/+45
* mem_event: use different ringbuffers for share, paging and accessOlaf Hering2011-09-168-41/+63
* libxc: Enable cpuid performance counter leaf for HVMJuergen Gross2011-09-151-0/+1
* xenstored: allow guest to shutdown all its watches/transactionsOlaf Hering2011-09-153-0/+17
* tools: Revert seabios and upstream qemu build changesIan Jackson2011-09-144-109/+41
* Clone and build Seabios by defaultStefano Stabellini2011-09-133-2/+84
* Clone and build upstream Qemu by defaultStefano Stabellini2011-09-131-0/+13
* Rename ioemu-dir as qemu-xen-traditional-dirStefano Stabellini2011-09-131-11/+11
* Move the ioemu-dir-find shell script to an external fileStefano Stabellini2011-09-131-31/+4
* xenpaging: use batch of pages during final page-inOlaf Hering2011-09-133-19/+42
* hvmloader: don't clear acpi_info after filling in some fieldsIan Campbell2011-09-131-1/+2
* Add missing 'break' statement.Kaushik Kumar Ram2011-08-261-0/+1
* hvmloader: relicense hvmloader xenbus implementation under moreIan Campbell2011-08-101-11/+19
* Revert 23757:f5176c177b99 "xenstored: allow guests to reintroduce themselves"Ian Jackson2011-08-091-14/+7
* hvmloader: Move init_vm86_tss() back into common code.Keir Fraser2011-08-094-24/+20
* xenstored: allow guests to reintroduce themselvesOlaf Hering2011-08-091-7/+14
* hvmloader: Enable SCI in QEMU has it disabled.Keir Fraser2011-07-283-1/+26
* hvmloader: Allow default response to be specified to xenstore_read().Keir Fraser2011-07-254-31/+27
* hvmloader: Formatting cleanups.Keir Fraser2011-07-258-46/+56
* hvmloader: Replace bios_relocate hook with bios_load hookKeir Fraser2011-07-254-13/+18
* hvmloader: Declare get_hvm_info_table/get_shared_info as const funcs.Keir Fraser2011-07-231-2/+1
* hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl.Keir Fraser2011-07-231-2/+2
* hvmloader: New functions mem_hole_alloc() and mem_hole_populate_ram().Keir Fraser2011-07-232-18/+39
* xend: remove PCI device listing from NetBSD, since it's LinuxRoger Pau Monne2011-07-231-0/+1
* add privileged (dom0) kernel feature indicationJan Beulich2011-07-231-0/+7
* hvmloader: Switch to absolute addressing for calling hypercall stubs.Keir Fraser2011-07-201-68/+69
* hvmloader: Remove hard tabs from source files.Keir Fraser2011-07-206-267/+267
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-1926-169/+169
* libxl: enabling upstream qemu as pure pv backend.Wei Liu2011-07-195-57/+117
* libxl: Keyed unions key off an enum instead of an arbitrary expressionIan Campbell2011-07-184-42/+45
* libxl: use libxl_domain_type enum with libxl__domain_suspend_commonIan Campbell2011-07-183-6/+20