aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* flask: move policy headers into hypervisorDaniel De Graaf2013-01-104-47/+6
* hvmloader: Allocate 3 pages for Intel GPU OpRegion passthrough.Keir Fraser2013-01-103-3/+5
* HVM firmware passthrough ACPI processingRoss Philipson2013-01-101-1/+53
* HVM firmware passthrough SMBIOS processingRoss Philipson2013-01-102-25/+363
* HVM firmware passthrough control tools supportRoss Philipson2013-01-104-8/+135
* tools/tests: Restrict some tests to x86 onlyIan Campbell2012-12-211-2/+2
* libxl: move definition of libxl_domain_config into the IDLIan Campbell2012-12-195-209/+18
* libxenstore: filter watch events in libxenstore when we unwatchJulien Grall2012-12-172-8/+97
* libxl: introduce XSM relabel on buildDaniel De Graaf2012-12-137-14/+88
* libxl: qemu trad logdirty: Tolerate ENOENT on ret pathIan Jackson2012-12-131-1/+1
* tools/gdbsx: fix build failure with glibc-2.17Olaf Hering2012-12-061-0/+1
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-064-3/+58
* libxl: Make an internal function explicitly check existence of expected pathsGeorge Dunlap2012-12-061-20/+47
* xl: Check for duplicate vncdisplay options, and return an errorGeorge Dunlap2012-12-041-0/+11
* libxl: fix wrong commentRoger Pau Monne2012-12-041-1/+1
* libxl: Fix bug in libxl_cdrom_insert, make more robust against bad xenstore dataGeorge Dunlap2012-11-271-1/+16
* libxl: fix a variable underflow in libxl_wait_for_free_memoryRonny Hegewald2012-11-271-1/+2
* xenstore-chmod: handle arbitrary number of perms rather than MAX_PERMS constantChunyan Liu2012-11-271-21/+17
* xend: enable environment passing in xPopen3Olaf Hering2012-11-231-3/+2
* xl: Suppress spurious warning message for cpupool-listGeorge Dunlap2012-11-231-1/+2
* xend: reinstate XendOptionsFile.get_external_migration_toolIan Campbell2012-11-202-0/+6
* docs: document/mark-up SCHEDOP_*Ian Campbell2012-11-192-3/+16
* tools: Remove old vtpm stuff from tools/libxenMatthew Fioravante2012-11-196-516/+0
* xend: Remove old vtpm support from xmMatthew Fioravante2012-11-1916-507/+4
* libxl: Fix passing of application data to timeout_deregister hookJim Fehlig2012-11-151-1/+1
* tools: rerun autoconf after 26144:170d45f7a2ebIan Campbell2012-11-141-27/+0
* xen-tmem-list-parse: fix ugly parse outputDan Magenheimer2012-11-141-0/+2
* hotplug/Linux: Fix locking in tools/hotplug/Linux/locking.shJacek Konieczny2012-11-141-1/+1
* libxl: fix vfb related assertion problem when starting pv-domURonny Hegewald2012-11-131-0/+2
* tools: Remove the vtpm process modelMatthew Fioravante2012-11-13101-17106/+2
* libxl: add vtpm supportMatthew Fioravante2012-11-1312-7/+586
* pygrub: Fix command line argument error handlingMatthew Daley2012-11-123-4/+4
* libxl: fix reboot failure of migrated domainKouya Shimura2012-11-121-1/+1
* tools: Synchronize privcmd header constantsAndres Lagar-Cavilla2012-11-122-5/+8
* tools: Make restore work properly with PV superpage flagDave McCracken2012-11-121-29/+101
* autoconf: add file missing from 26123:f6d5b3bf74a8Ian Jackson2012-10-301-0/+14
* autoconf: check for wget and ftpRoger Pau Monne2012-10-303-1/+110
* x86: save/restore only partial register state where possibleJan Beulich2012-10-301-0/+1
* libxc: builder: limit maximum size of kernel/ramdisk.Ian Jackson2012-10-263-9/+150
* pygrub: Add option to list grub entriesCharles Arnold2012-10-261-4/+20
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-261-0/+2
* Revert 26109:6ccfe4d29f95Ian Jackson2012-10-264-130/+9
* libxl: NetBSD PCI passthrough supportChristoph Egger2012-10-252-3/+14
* libxl: Use libxl__realloc in a couple of places in libxl_events.cIan Campbell2012-10-251-2/+3
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-254-9/+130
* hvmloader: Reserve FE700000-FE800000 in physical memory map for guest use.Keir Fraser2012-10-252-11/+22
* xl: Fix accidently waiting for domains to shutdown without --wait optionSander Eikelenboom2012-10-251-1/+3
* xl: avoid shadowing reboot(2)Christoph Egger2012-10-251-2/+2
* xl: Add --wait and --all to xl reboot.Ian Campbell2012-10-182-26/+29
* xl: Introduce xl shutdown --all support for xm compatibilityIan Campbell2012-10-182-38/+88