aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* x86: blacklist new AMD CPUID bits for PV domainsKeir Fraser2011-01-262-0/+10
* Update my email address to long-term stable address.Keir Fraser2011-01-074-4/+4
* tools/python: fix xm list for Python 2.7Keir Fraser2010-12-202-1/+10
* tools: fetch remote changesets when force refetching/resetting qemuKeir Fraser2010-12-171-0/+1
* tools: provide explicit target for refetching/resetting qemuKeir Fraser2010-12-171-0/+8
* tools/python: Replace python string exceptions with ValueError exceptionsKeir Fraser2010-12-174-4/+4
* tools/hotplug/Linux: Avoid dependency on iptables conntrack module.Keir Fraser2010-12-171-4/+4
* tmem: Use of 'new' clashes with C++ reserved namespace.Keir Fraser2010-12-101-8/+8
* hvmloader: fix off-by-one-bit error when initialising PCI devicesKeir Fraser2010-11-101-7/+5
* tools: gdbsx: Check return of write()Keir Fraser2010-11-081-2/+8
* Fix "Error: Device 51952 not connected" error when using pygrubKeir Fraser2010-11-081-3/+6
* tools/xenpaging: Add _XOPEN_SOURCE to fix build problems with recent gccKeir Fraser2010-11-081-0/+1
* pygrub: support grub2 "(hdX,msdosY)" partition syntaxKeir Fraser2010-10-291-0/+2
* Fix fd leak in xenstoreKeir Fraser2010-09-151-0/+2
* tmem (tools): move to new ABI version to handle long object-idsKeir Fraser2010-09-132-11/+70
* tools/debugger/gdbsx: use MTF flag for HVM guests for single stepKeir Fraser2010-09-131-0/+14
* blktap2: make protocol specific usage of shared sring explicitKeir Fraser2010-08-151-1/+1
* [Xen-devel] [PATCH] PoD: Fix domain build populate-on-demand cacheKeir Fraser2010-08-131-9/+4
* xl: Fix xl vcpu-list output on machines with more than 16 coresKeir Fraser2010-08-131-1/+1
* xc: fix segfault in pv domain create if kernel is an invalid imageKeir Fraser2010-08-131-0/+1
* gdbsx: Install into correct directory $(SBINDIR)Keir Fraser2010-08-021-4/+2
* libxl: fix fstat implicit declaration build errorKeir Fraser2010-08-021-0/+1
* tools/libxl: usbdevice should imply usbKeir Fraser2010-08-021-1/+1
* Without this we leak an fd on each domain shutdown and eventually runKeir Fraser2010-08-021-0/+5
* Before this patch only log messages with precisely priorityKeir Fraser2010-08-021-2/+4
* xenconsole: do not exit if a pty device is missingKeir Fraser2010-08-021-0/+2
* gdbsx: Always build -- remove build-time config option.Keir Fraser2010-08-021-0/+12
* x86: Add -fno-exceptions to list of possibly-supported CFLAGS for embedded ta...Keir Fraser2010-07-252-8/+2
* xm: Do not check path of kernel if bootloader is specifiedKeir Fraser2010-07-161-2/+10
* gdbsx: update README and remove space in q packetKeir Fraser2010-07-162-6/+6
* xl: start numbering vifs from 0Keir Fraser2010-07-161-1/+1
* xl: default timer_mode to 1Keir Fraser2010-07-161-1/+1
* tools/hotplug: locking.sh script: fix lock directory remains on error bugKeir Fraser2010-07-161-1/+7
* tools/pygrub: Fix a typo handling device specs with no partition partKeir Fraser2010-07-161-1/+1
* xl: Fix help message.Keir Fraser2010-07-091-1/+1
* xend: Continue domain building even if memshr extensions are notKeir Fraser2010-07-081-2/+4
* rombios: wait 30s after a failed bootKeir Fraser2010-07-081-15/+6
* xl: Fix cmdline parsing after backport changeset.Keir Fraser2010-07-081-1/+3
* tools/libxl: allow setting of timer_mode, hpet and vpt_align parametersKeir Fraser2010-07-064-16/+18
* rombios: pause for a keypress after a failed bootKeir Fraser2010-07-061-1/+21
* libxl: Backported stuff from unstableKeir Fraser2010-07-0622-1967/+6549
* xenpaging: Fix 32-bit build after fixed-width type changes.Keir Fraser2010-06-301-4/+8
* trace: share t_info pages only in read-only modeKeir Fraser2010-06-302-10/+10
* Remus: fix missing import in device.pyKeir Fraser2010-06-221-1/+1
* Remus: use IFB for net buffer on newer kernelsKeir Fraser2010-06-222-37/+238
* Remus: add file locking and modprobe utility functionsKeir Fraser2010-06-221-1/+50
* Remus: include device name in vif objectsKeir Fraser2010-06-222-3/+13
* Remus: fix VM stringificationKeir Fraser2010-06-221-2/+3
* Remus: move device handling into its own moduleKeir Fraser2010-06-222-135/+143
* Remus: remove obsolete codeKeir Fraser2010-06-221-18/+0