aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* rombios/debug: Reduce verbosity of rombiosAndrew Cooper2013-08-081-1/+2
* rombios/ata Remove another needless trap from the int 0x13 hotpathAndrew Cooper2013-08-081-19/+13
* rombios/ata: Reading this status register has no relevant side effectsAndrew Cooper2013-08-081-1/+0
* rombios/ata: Do not wait for BSY to be setAndrew Cooper2013-08-081-2/+2
* rombios/keyboard: Don't needlessly poll the status registerAndrew Cooper2013-08-081-2/+2
* autoconf: regenerate configure scripts with 4.4 versionIan Campbell2013-08-081-9/+9
* Add vendor_device parameter for HVM guestsPaul Durrant2013-08-054-0/+36
* libxl: Fix function libxl__domain_resume_device_modelrwxybh2013-08-021-0/+1
* flask: use DESTDIR directly in install target rulesVadim A. Misbakh-Soloviov2013-08-021-3/+3
* tools: build flask-tools and flask policy only if flask enabledVadim A. Misbakh-Soloviov2013-08-021-1/+1
* flask: avoid installing policy file as '/boot'Vadim A. Misbakh-Soloviov2013-08-021-0/+1
* oxenstored: Protect oxenstored from malicious domains.=John Liu2013-07-225-6/+31
* libxl: Add vif.default.backend to xl.confGeorge Dunlap2013-07-224-0/+15
* xl: Enable by default claim mode.Konrad Rzeszutek Wilk2013-07-222-2/+2
* libxl: Allow network driver domains when run_hotplug_scritps is setGeorge Dunlap2013-07-171-7/+0
* xl: support for leaving domain paused after saveIan Murray2013-07-172-7/+16
* pygrub: allow user to specify an explicit offset to fsKjetil Torgrim Homme2013-07-171-4/+13
* xl: Add 'xen_version' to `xl info`Andrew Cooper2013-07-121-0/+2
* Revert "hvmloader: always include HPET table"Jan Beulich2013-07-081-5/+7
* Revert "/home/jbeulich/tmp/commit.txt"Jan Beulich2013-07-081-7/+5
* /home/jbeulich/tmp/commit.txtJan Beulich2013-07-081-5/+7
* libxl: do not call exit() in libxl_device_vtpm_listMarek Marczykowski2013-07-041-5/+6
* cpufreq, xenpm: fix cpufreq and xenpm mismatchJacob Shin2013-07-021-11/+3
* libxl: suppress device assignment to HVM guest when there is no IOMMUIan Jackson2013-07-011-0/+12
* libxc: xc_evtchn_open does not return -1 on error.Vincent Bernardoff2013-06-281-2/+2
* gcov: Do not use mmap directly but use xc_hypercall_buffer_allocFrediano Ziglio2013-06-271-13/+9
* pygrub: add fedora 19 grub.cfg exampleMarcel J.E. Mol2013-06-271-0/+117
* pygrub/GrubConf: fix boot problem for fedora 19 grub.cfg (2nd attempt)Marcel J.E. Mol2013-06-271-0/+2
* Xendomains was not correctly suspending domains when a STOP was issued.Ian Murray2013-06-271-5/+5
* libxl: Use QMP cpu-add to hotplug CPU with qemu-xen.Anthony PERARD2013-06-261-6/+46
* libxl: Add "cpu-add" QMP command.Anthony PERARD2013-06-262-0/+23
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-06-261-0/+1
|\
| * also override library path for hotplug scriptsJan Beulich2013-06-261-0/+1
* | tools/libxc: Fix memory leaks in xc_domain_save()Andrew Cooper2013-06-261-0/+9
* | libxc: Fix guest boot on ARM after XSA-55Julien Grall2013-06-262-4/+7
* | libxl: Fix assignment of devid value returned from libxl__device_nextidJim Fehlig2013-06-261-4/+4
|/
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-255-36/+78
* tools/libxc: Fix memory leaks in xc_domain_restore()Andrew Cooper2013-06-241-0/+3
* libxl,hvmloader: Don't relocate memory for MMIO holeGeorge Dunlap2013-06-242-2/+55
* hvmloader: Remove minimum size for BARs to relocate to 64-bit spaceGeorge Dunlap2013-06-242-4/+2
* hvmloader: Load large devices into high MMIO space as neededGeorge Dunlap2013-06-241-1/+7
* hvmloader: Correct bug in low mmio region accountingGeorge Dunlap2013-06-241-5/+15
* hvmloader: Fix check for needing a 64-bit barGeorge Dunlap2013-06-241-1/+1
* hvmloader: Set up highmem resouce appropriately if there is no RAM above 4GGeorge Dunlap2013-06-241-1/+12
* hvmloader: Make the printfs more informativeGeorge Dunlap2013-06-241-2/+11
* hvmloader: Remove all 64-bit print argumentsGeorge Dunlap2013-06-242-4/+9
* libxc: Better range check in xc_dom_alloc_segmentIan Jackson2013-06-141-1/+2
* libxc: check blob size before proceeding in xc_dom_check_gzipMatthew Daley2013-06-141-0/+5
* libxc: range checks in xc_dom_p2m_host and _guestIan Jackson2013-06-141-0/+4
* libxc: check return values from mallocIan Jackson2013-06-149-3/+58