aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libxl: clarify definition of "slow" operationIan Jackson2012-05-111-6/+23
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-116-45/+67
* libxl: remove malloc failure handling from NEW_EVENTIan Jackson2012-05-113-11/+3
* libxl: provide progress reporting for long-running operationsIan Jackson2012-05-113-3/+149
* libxl: Fix an ao completion bug; document locking policyIan Jackson2012-05-112-1/+29
* libxl: make libxl_create run bootloader via callbackIan Jackson2012-05-112-13/+41
* libxl: set guest_domid even if libxl__domain_make failsRoger Pau Monne2012-05-112-2/+5
* libxl: ao: convert libxl__spawn_*Ian Jackson2012-05-116-402/+683
* libxl: change some structures to unit arraysIan Jackson2012-05-112-51/+51
* libxl: remove ctx->waitpid_insteadIan Jackson2012-05-112-12/+3
* libxl: add a dummy ao_how to libxl_domain_core_dumpIan Campbell2012-05-113-7/+19
* libxl: Allow AO_GC and EGC_GC even if not usedIan Jackson2012-05-111-2/+2
* libxl: log bootloader outputIan Jackson2012-05-113-1/+36
* libxl: make libxl_create_logfile const-correctIan Jackson2012-05-112-2/+2
* libxl: ao: Convert libxl_run_bootloaderIan Jackson2012-05-115-343/+419
* libxl: provide libxl__openpty_*Ian Jackson2012-05-112-0/+163
* libxl: provide libxl__datacopier_*Ian Jackson2012-05-113-1/+231
* libxl: Clean up setdefault in do_domain_createIan Jackson2012-05-111-3/+0
* libxl: Introduce libxl__sendmsg_fds and libxl__recvmsg_fdsIan Jackson2012-05-112-0/+115
* libxl: provide libxl__remove_file et al.Ian Jackson2012-05-112-0/+86
* autoconf: New test for openpty et al.Ian Jackson2012-05-117-1/+101
* autoconf: trim the configure script; use autoheaderIan Jackson2012-05-114-3734/+737
* of SIGCHLD. The application can tell us whether it wants to ownIan Jackson2012-05-116-20/+515
* libxl: support multiple libxl__ev_fds for the same fdIan Jackson2012-05-112-30/+42
* libxl: handle POLLERR, POLLHUP, POLLNVAL properlyIan Jackson2012-05-112-1/+11
* blktap2: Fix naked unchecked uses of read/write/chdir.Keir Fraser2012-05-117-8/+56
* libxl_qmp: remove libxl__qmp_migrate, introduce libxl__qmp_saveStefano Stabellini2012-05-113-90/+5
* libxl: save/restore qemu's physmapStefano Stabellini2012-05-111-1/+162
* libxc: introduce XC_SAVE_ID_TOOLSTACKStefano Stabellini2012-05-116-4/+94
* xl: Call xlu_cfg_destroy in main_cpupoolcreateGeorge Dunlap2012-05-111-24/+29
* xl: Call xlu_cfg_destroy in the pciattach and pcidetachGeorge Dunlap2012-05-111-0/+4
* xl: Replace memset with libxl_device_pci_initGeorge Dunlap2012-05-111-2/+2
* xl: use libxl_cpumap_set_none not memsetIan Campbell2012-05-111-1/+1
* libxl: default to xenconsoled for pv guestsIan Campbell2012-05-112-3/+6
* libxl/xend: name tap devices vifX.Y-emuIan Campbell2012-04-257-36/+59
* QEMU_TAG updateIan Jackson2012-05-111-3/+3
* libxl: use xc_topologyinfo to figure out how many CPUs we actually haveDarrio Faggioli2012-05-111-0/+3
* docs: add vpmu description to xen-command-line.markdownDietmar Hahn2012-04-271-0/+21
* libxl: fix indentation in libxl_dm.c for qemuRoger Pau Monne2012-05-101-2/+4
* libxl: add "downscript=no" to Qemu callRoger Pau Monne2012-05-101-7/+14
* tools/vtpm: use LDLIBS to pass -lgmpOlaf Hering2012-05-042-1/+14
* tools/hotplug: remove 4 from default runlevel in init scriptsOlaf Hering2012-05-043-3/+3
* tools/vtpm_manager: add missing DESTDIR to install ruleOlaf Hering2012-05-042-3/+3
* blktap2: Fix another uninitialised value errorIan Jackson2012-05-101-1/+1
* MAINTAINERS: add Ian Campbell as a tools maintainerIan Campbell2012-05-101-0/+1
* libxl: log failure from libxl__blktap_devpath in libxl_device_disk_addIan Campbell2012-05-081-0/+2
* libxl: Fix incorrect return of OSEVENT_HOOK macroDaniel De Graaf2012-05-101-12/+16
* xl: xl.cfg: fix typo in opengl sectionOlaf Hering2012-05-071-1/+1
* Remove bool return code from evtchn_set_pending() and callers.Keir Fraser2012-05-105-21/+16
* blktap2: Do not build with -O0Keir Fraser2012-05-101-1/+1