aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix buildsystem to detect udev > version 124Keir Fraser2009-06-252-3/+11
* tools: fix x11 checkKeir Fraser2009-06-252-1/+7
* blktap2: A final few NetBSD fixesKeir Fraser2009-06-243-7/+11
* blktap2: Further netbsd build fixes.Keir Fraser2009-06-249-43/+117
* tools: remove hard coded paths in example config filesKeir Fraser2009-06-247-21/+16
* blktap2: Fix a & vs && typoKeir Fraser2009-06-241-1/+1
* xend: Fix vbd/tapdisk device destructionKeir Fraser2009-06-241-0/+5
* blktap2: Fix some printf format specifiers (PRIu64).Keir Fraser2009-06-242-3/+4
* xend: Fix python syntax errorKeir Fraser2009-06-231-1/+1
* tools python: remove unused auxbin functionsKeir Fraser2009-06-231-6/+0
* Get rid of hardcoded pathes for stubdom and hotplug scriptsKeir Fraser2009-06-2315-41/+48
* blktap2: portability fixes for NetBSDKeir Fraser2009-06-2336-239/+372
* xenconsoled: fix timestamp logKeir Fraser2009-06-231-1/+1
* xenconsoled: Fix rate-limit calculation overflow leading to console freezes.Keir Fraser2009-06-231-2/+2
* tools: don't require hardcoded firmware path in guest config fileKeir Fraser2009-06-235-21/+61
* Fix network-bridge ifup problem when bridge has no IP address.Keir Fraser2009-06-231-2/+2
* xend: Fix tapdisk creation for managed domainsKeir Fraser2009-06-232-1/+2
* tools: consistently use $(PYTHON)Keir Fraser2009-06-231-1/+1
* xend: fix a regression in c/s 19791.Keir Fraser2009-06-191-3/+2
* xend: fix BlktapController's device creationKeir Fraser2009-06-191-2/+4
* blktap: re-enable blktap1 if blktap2 is disabledKeir Fraser2009-06-1812-2737/+15
* xend: Improve error messages of xm sched-creditKeir Fraser2009-06-181-2/+5
* xendomains script: Small fixKeir Fraser2009-06-181-3/+3
* Allow tools to see the hypervisor command line.Keir Fraser2009-06-183-2/+11
* stubdoms: qemu monitor supportKeir Fraser2009-06-183-15/+31
* xend: pci: find_parent: should return string rather than intKeir Fraser2009-06-181-4/+4
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-1814-67/+143
* xend: pass-through: Clean up hvm_destroyPCIDevice()Keir Fraser2009-06-171-26/+6
* xend: pass-through: Use common parsing code in getDeviceConfiguration()Keir Fraser2009-06-171-24/+11
* xend: pass-through: Use common parsing code in parse_pci_configuration()Keir Fraser2009-06-171-25/+5
* xend: pass-through: Add pci_tuple_to_dict()Keir Fraser2009-06-171-7/+14
* xend: pass-through: Use generic code in pci_opts_list_to_sxp()Keir Fraser2009-06-172-2/+1
* xend: pass-through: Move pci conversion functions to pci.pyKeir Fraser2009-06-174-90/+100
* Subject: xend: pass-through: Add pci_dict_cmp()Keir Fraser2009-06-172-17/+13
* xend: pass-through: Common parse_pci_name()Keir Fraser2009-06-174-170/+128
* stubdom: update config example to reflect that the serial option canKeir Fraser2009-06-171-3/+5
* xenconsole: fix assumption about printed max domid length.Keir Fraser2009-06-171-2/+2
* Introduce mechanism to check standard conformance of headersKeir Fraser2009-06-171-22/+22
* tmem: fix 32-on-64 supportKeir Fraser2009-06-171-5/+5
* xend: support for older pciutils without -vmm option, and improveKeir Fraser2009-06-161-13/+18
* xend: pass-through: Use common parsing code in preprocess_pci()Keir Fraser2009-06-161-36/+14
* xend: pass-through: Use PCIDevice as the parameter for the constructor for PC...Keir Fraser2009-06-162-13/+13
* xend: pass-through: Remove PciDeviceNotFoundError, it is never usedKeir Fraser2009-06-161-11/+0
* xend: pass-through: sxp.merge() cant deal with values being a listKeir Fraser2009-06-166-47/+58
* xend: pass-through: cleanupDevice: move and remove recently added vslot entryKeir Fraser2009-06-161-2/+2
* xend: pass-through: tidy up PciController()Keir Fraser2009-06-161-25/+16
* xend: pass-through: fix typo: spx -> sxpKeir Fraser2009-06-162-3/+3
* xend: pass-through: Only call setupOneDevice() once per deviceKeir Fraser2009-06-161-2/+0
* xend: support multiple consoles per domainKeir Fraser2009-06-163-7/+19
* xenconsole: support for multiple consoles per domainKeir Fraser2009-06-163-19/+27