aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xenstore: fix crash on platforms with no gntdev driver implementation.Christoph Egger2012-05-291-2/+2
* xl: remove all local "ctx" variablesIan Campbell2012-05-291-7/+7
* libxl: do not overwrite user supplied config when running bootloaderIan Campbell2012-05-2915-179/+130
* xl: track child processes for the benefit of libxlIan Jackson2012-05-293-43/+136
* libxl: When checking BDF of existing slots, function should be decimal, not hexGeorge Dunlap2012-05-291-1/+1
* libxl: reorder libxl_device unplug functionsRoger Pau Monne2012-05-231-70/+78
* libxl: add libxl__xs_path_cleanupRoger Pau Monne2012-05-232-0/+46
* libxl: fix libxl__xs_directory usage of transactionRoger Pau Monne2012-05-231-1/+1
* libxl: pass env vars to libxl__execRoger Pau Monne2012-05-235-8/+34
* libxl: events: debugging output relating to ao'sIan Jackson2012-05-222-8/+43
* libxl: events: debugging output for fdsIan Jackson2012-05-221-2/+13
* libxl: events: improve debugging output for xs watchesIan Jackson2012-05-221-11/+18
* libxl: events: debugging output for timeoutsIan Jackson2012-05-221-0/+43
* libxl: initialise ao when starting pvqemu for stubdomainIan Campbell2012-05-181-0/+1
* libxl: avoid double free of b_info->u.pv.bootloaderIan Campbell2012-05-181-2/+4
* libxl: Remus - xl remus commandShriram Rajagopalan2012-05-183-4/+154
* libxl: Remus - suspend/postflush/commit callbacksShriram Rajagopalan2012-05-186-6/+123
* libxl: resume instead of unpause on xl save -cShriram Rajagopalan2012-05-181-1/+1
* libxl: refactor migrate_domain and generalize migrate_receiveShriram Rajagopalan2012-05-181-45/+77
* libxl: support suspend_cancel in domain_resumeShriram Rajagopalan2012-05-183-11/+21
* libxl: QMP stop/resume & refactor QEMU suspend/resume/saveShriram Rajagopalan2012-05-183-19/+99
* libxl: fix build on platforms where openpty's parameters are not const.Christoph Egger2012-05-172-4/+4
* libxl, xl: fix bootloader immediate console attachIan Jackson2012-05-172-2/+8
* libxl: Do not use-after-free on ao progress reportingIan Jackson2012-05-171-2/+2
* libxl: events: STATE_AO_GC checks ao is still validIan Jackson2012-05-172-1/+9
* xl: Fixup filename->source after 25344:0f3b1e13d6afGeorge Dunlap2012-05-151-1/+1
* xl: Add pci_assignable_add and remove commandsGeorge Dunlap2012-05-153-0/+96
* libxl: Introduce pci_assignable_add and pci_assignable_removeGeorge Dunlap2012-05-152-3/+351
* libxl: Rename pci_list_assignable to pci_assignable_listGeorge Dunlap2012-05-156-38/+38
* libxl: Make a helper function write a BDF to a sysfs pathGeorge Dunlap2012-05-151-19/+34
* xl: Make clear distinction between "filename" and "data source"George Dunlap2012-05-152-27/+33
* libxlu: Rename filename to config_sourceGeorge Dunlap2012-05-154-14/+14
* libxl: Warn that /usr/bin/pygrub is deprecatedGeorge Dunlap2012-05-151-0/+4
* tools: Install pv bootloaders in libexec rather than /usr/binGeorge Dunlap2012-05-152-3/+10
* libxl: Look for bootloader in libexec pathGeorge Dunlap2012-05-151-0/+20
* xl: Introduce vncviewer xm compatibility optionsGoncalo Gomes2012-05-152-17/+69
* xl: code motion of vncviewer() and `struct domain_create`Goncalo Gomes2012-05-151-24/+26
* xl: introduce specific VCPU to PCPU mapping in config fileDario Faggioli2012-05-151-0/+44
* nstore: rename public xenstore headersIan Campbell2012-05-1437-42/+52
* tools: xen-lowmemd is x86 specific, only install for x86Ian Campbell2012-05-141-2/+2
* autoconf: check for dev86 and iasl on x86* onlyRoger Pau Monne2012-05-142-4/+15
* libxc: implement gnttab.set_max_grants for LinuxJan Beulich2012-05-141-0/+22
* libxl: prevent xl from doing operations on domains if xend is runningRoger Pau Monne2012-05-144-68/+90
* libxl: abort bootloader invocation when domain diesIan Jackson2012-05-113-11/+108
* libxl: child processes cleanupsIan Jackson2012-05-118-46/+61
* libxl: clarify definition of "slow" operationIan Jackson2012-05-111-6/+23
* libxl: convert console callback to libxl_asyncprogress_howIan Jackson2012-05-116-45/+67
* libxl: remove malloc failure handling from NEW_EVENTIan Jackson2012-05-113-11/+3
* libxl: provide progress reporting for long-running operationsIan Jackson2012-05-113-3/+149
* libxl: Fix an ao completion bug; document locking policyIan Jackson2012-05-112-1/+29