aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in c/s 20332 "Add commands to hotplug usb devices to hvm guests"Keir Fraser2009-12-141-1/+1
* HVM vcpu add/remove: parse vcpu_avail to QemuKeir Fraser2009-12-142-0/+4
* HVM vcpu add/remove: parse 'vcpu_avail' to firmware and set up madtKeir Fraser2009-12-145-9/+19
* HVM vcpu add/remove: setup dsdt infrastructure by mk_dsdt.c for vcpu add/removeKeir Fraser2009-12-147-7793/+11186
* xend: fix empty 'cpus' parsingKeir Fraser2009-12-141-0/+2
* xend: fix a typo introduced by changeset 20621:f9392f6eda79Keir Fraser2009-12-141-1/+1
* Fix bug in c/s 20332 "Add commands to hotplug usb devices to hvm guests"Keir Fraser2009-12-141-1/+1
* Fix losetup -f not working on SLES10Keir Fraser2009-12-141-1/+21
* libxenlight: Disable unneeded C++ binding for libconfigKeir Fraser2009-12-111-1/+1
* tools: improve NUMA guest placement when ballooningKeir Fraser2009-12-111-4/+3
* PVUSB: xm/xend supportKeir Fraser2009-12-1110-1/+803
* libxenlight: fix cd-insert cli arguments parsingKeir Fraser2009-12-111-3/+3
* libxenlight: add a cli option to exit right after domain creationKeir Fraser2009-12-111-7/+18
* libxenlight: fix two memory related issuesKeir Fraser2009-12-112-2/+2
* tools: simplify PYTHON_PATH computation (and fixes for NetBSD)Keir Fraser2009-12-093-42/+36
* tmem, xentop: Report a few key per-domain tmem statistics in xentop.Keir Fraser2009-12-094-0/+113
* libxenlight: implement libxl_set_memory_targetKeir Fraser2009-12-095-4/+81
* libxenlight: xenstore data path writable by the guestKeir Fraser2009-12-091-2/+2
* xend: Add keymap to vfb config for existing hvm guestsKeir Fraser2009-12-081-0/+9
* libxenlight: implement cdrom insert/ejectKeir Fraser2009-12-087-31/+406
* fs-backend: add a backend cleanup functionKeir Fraser2009-12-083-1/+25
* libxenlight: minimal vfs supportKeir Fraser2009-12-082-0/+4
* libxenlight: physmap slack for pv domainsKeir Fraser2009-12-053-1/+6
* libxenlight: get state for one domainKeir Fraser2009-12-042-0/+26
* libxenlight: domain resumeKeir Fraser2009-12-042-0/+23
* libxenlight: Destroy device model only for domains that have itKeir Fraser2009-12-041-6/+19
* libxenlight: avoid writing empty values to xenstoreKeir Fraser2009-12-041-8/+14
* libxenlight: disk and nic destroy callsKeir Fraser2009-12-042-16/+26
* libxenlight: refactor libxl destroy codeKeir Fraser2009-12-042-21/+84
* libxenlight: fix GC when cloning contextsKeir Fraser2009-12-044-9/+63
* xend: Fix parameters to PyArg_ParseTupleAndKeywords()Keir Fraser2009-12-041-2/+2
* libxenlight: Get rid of the dependency on the LIBCONFIG_SOURCE directory.Keir Fraser2009-12-041-5/+3
* libxenlight: Delete dep files on 'make clean', and include them in Makefile r...Keir Fraser2009-12-041-1/+2
* xend: Add GPL license stanza to MemoryPool.pyKeir Fraser2009-12-031-0/+18
* Remus: fall back to xenstore if necessaryKeir Fraser2009-12-031-99/+146
* Remus: fix shadow memory allocation, broken by 20558:4ed3b9b1de3fKeir Fraser2009-12-031-5/+10
* xentop: Allow full domain name displayKeir Fraser2009-12-021-2/+11
* libxenlight: fix multiple xenstore watches problemKeir Fraser2009-12-021-18/+22
* libxenlight: use watch and select in libxl_wait_for_device_modelKeir Fraser2009-12-023-17/+35
* libxenlight: fix dm_xenstore_record_pidKeir Fraser2009-12-021-3/+3
* xenstat: Fixes for 20528:e6e3bf767d16 (stats for dom0 network bonding)Keir Fraser2009-12-021-198/+204
* xend, vt-d: do not reserve vtd_mem if iommu is not enabledKeir Fraser2009-12-021-4/+7
* xend: Memory pool for pv guest on systems with >128G memoryKeir Fraser2009-12-029-7/+244
* xm: fix message in OptionError deprecated since Python 2.6Keir Fraser2009-12-021-0/+9
* remus: Skip Linux-specific build components on other OSesKeir Fraser2009-12-021-1/+1
* libxenlight: write stubdoms logs to fileKeir Fraser2009-12-022-2/+11
* libxenlight: two small fixesKeir Fraser2009-12-022-2/+2
* libxl: include signal.h, required for SIGKILL definitionKeir Fraser2009-12-021-0/+1
* hvmloader: Fix bug in 20510:749b5d46e7a9 (GPE notifications)Keir Fraser2009-12-012-315/+315
* libxenlight: wait for pv qemu initializationKeir Fraser2009-12-013-26/+42