aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix nomigrate option implementation so that Xen builds.Keir Fraser2009-10-201-1/+1
* Add nomigrate config option to disable migration/restoreKeir Fraser2009-10-208-3/+63
* xend: Cast oos flag to int before arithmetic.Keir Fraser2009-10-201-1/+1
* Per-domain switch to disable oos shadow page tablesKeir Fraser2009-10-194-2/+15
* gdbsx: malloc extra bye for null charKeir Fraser2009-10-192-2/+3
* xm,xend: Add commands to hotplug usb devices to hvm guestsKeir Fraser2009-10-193-0/+70
* xm: Fix xm network2-{attach,detach}Keir Fraser2009-10-191-3/+4
* xend: Implement VBD.media_changeKeir Fraser2009-10-162-2/+69
* xm: Use 'vifname' config option to construct a qemu tap name.Keir Fraser2009-10-161-2/+7
* xend: Check no VBDs attached on VDI.destroyKeir Fraser2009-10-162-0/+18
* x86: document tsc_native configuration option in xmexample.hvm.Keir Fraser2009-10-161-0/+6
* xm,xend: A few fixes for changeset 20314Keir Fraser2009-10-163-3/+6
* xend: passthrough: do not check non-page-aligned MMIO BAR if not strict-checkKeir Fraser2009-10-162-5/+6
* xend: add a description config item for each guest.Keir Fraser2009-10-163-1/+9
* gdbsx: a gdbserver stub for xen.Keir Fraser2009-10-1513-0/+2629
* xm: Reuse VDI if location is sameKeir Fraser2009-10-151-0/+10
* lockprof: Fix x86_32 build and clean up coding styleKeir Fraser2009-10-151-16/+19
* xend: destroy stubdoms synchronouslyKeir Fraser2009-10-152-7/+17
* xm,xend: Add new option "change_home_server" to xm migrateKeir Fraser2009-10-144-103/+151
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-144-3/+171
* xend: call pci_device_configure on the stubdomKeir Fraser2009-10-141-0/+7
* xend: allow a device to be assigned to a guest and its stubdomKeir Fraser2009-10-142-2/+6
* xend: Fix VDI-VBD link for XenAPIKeir Fraser2009-10-094-29/+21
* blktap2: Check gcrypt library has MD5() function.Keir Fraser2009-10-091-1/+6
* xend: Fix bug in superpage flag handlingKeir Fraser2009-10-091-1/+3
* libxenctrl: Fix non-Linux definitions of xc_gnttab_map_table*().Keir Fraser2009-10-073-3/+24
* libxenctrl: Build fix after gnttab_v2 changes.Keir Fraser2009-10-073-15/+15
* Tools-side support for creating and destroying netchannel2 interfaces.Keir Fraser2009-10-078-4/+280
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-073-12/+69
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-073-7/+7
* xend: Updated setpolicy to support loading of flask policyKeir Fraser2009-10-067-55/+120
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+7
* Fix memory leak in libxenstore python bindingsKeir Fraser2009-10-011-3/+3
* xend: allow domain creation with multiple empty CD-ROM devicesKeir Fraser2009-09-301-4/+4
* xend: Fix memory leaks in libxc python bindingsKeir Fraser2009-09-301-6/+18
* vmx: add the support of XSAVE/XRSTOR to VMX guestKeir Fraser2009-09-291-1/+1
* xend: Fix save/restore after previous changeset.Keir Fraser2009-09-281-1/+1
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-287-2/+52
* xend: Unlink VDI instances and VBD instancesKeir Fraser2009-09-252-0/+16
* Revert 20221:fc94d586d02fKeir Fraser2009-09-182-14/+0
* xend: Implement VIF.get_networkKeir Fraser2009-09-181-0/+3
* xend: Unlink VDI instances and VBD instancesKeir Fraser2009-09-182-0/+14
* xend: Consider ioemu devices for inactive managed domainsKeir Fraser2009-09-161-0/+3
* x86 hvm: Guests should scan CPUID range 40000000-4000ff00 for Xen leaves.Keir Fraser2009-09-162-2/+2
* xend: Fix VDI.get_recordKeir Fraser2009-09-151-4/+6
* pygrub: Correct pygrub return valueKeir Fraser2009-09-151-2/+3
* xend: Receive error message of migration from destination serverKeir Fraser2009-09-151-6/+67
* blktap2: Fix off-by-one error in driver lookupKeir Fraser2009-09-151-1/+1
* Fix typo in c/s 20158:f9ce5858.Keir Fraser2009-09-091-1/+1
* xm,xend: Make cpus parameter availableKeir Fraser2009-09-093-26/+61