aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* gcov: Add small utility to deal with test coverage information from XenFrediano Ziglio2013-02-212-2/+158
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-2181-81/+81
* libxl: fix build on 32-bitIan Campbell2013-02-211-2/+2
* libxl: Add qxl vga interface support for upstream qemuFabio Fantoni2013-02-204-11/+38
* MergeIan Campbell2013-02-161-1/+1
|\
| * xm: fix description of xm vcpu-set commandLalith Suresh2013-02-151-1/+1
* | tools/libxl: Disable useless empty floppy drive with qemu-xenFabio Fantoni2013-02-151-0/+3
|/
* tools/libxl: Improve videoram settingFabio Fantoni2013-02-152-1/+23
* tools/libxl: Added vga parameter for hvm domUsFabio Fantoni2013-02-151-1/+13
* xen/arm: compile and run libxl/xlStefano Stabellini2013-02-152-47/+55
* libxc: fixes for the ARM platformStefano Stabellini2013-02-154-25/+33
* libxl: Cleanup, use LOG* and GCSPRINTF macro in libxl_dom.cRoss Philipson2013-02-151-58/+39
* libxl: HVM firmware passthrough supportRoss Philipson2013-02-154-17/+129
* libxl: switch to using the new xc_hvm_build() libxc API.Ross Philipson2013-02-151-6/+13
* libxl: pass debug flag down to libxl_domain_suspendOlaf Hering2013-02-152-7/+15
* xl: correct help text of xl migrateOlaf Hering2013-02-151-1/+1
* tools/xc: log pid in xc_save/xc_restore outputOlaf Hering2013-02-154-6/+15
* tools/xc: restore logging in xc_saveOlaf Hering2013-02-151-5/+10
* tools/xc: turn XCFLAGS_* into shiftsOlaf Hering2013-02-151-5/+6
* tools/xc: handle tty output differently in stdiostream_progressOlaf Hering2013-02-151-2/+20
* tools/xc: fix logic error in stdiostream_progressOlaf Hering2013-02-151-1/+1
* trivial: Optimize printnumFrediano Ziglio2013-02-151-14/+6
* tools/ocaml: oxenstored: correctly handle a full ring.Ian Campbell2013-02-151-2/+2
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-136-6/+6
* oxenstored: Enforce a maximum message size of 4096 bytesIan Jackson2013-02-071-0/+8
* tools/ocaml: oxenstored: Be more paranoid about ring readingIan Jackson2013-02-071-8/+10
* libxl: fix xcflags assignment in libxl__domain_suspendOlaf Hering2013-02-051-3/+3
* tools: update ocamlfind handlingOlaf Hering2013-02-059-21/+120
* xencommons: redirect serial and parallel to /dev/nullStefano Stabellini2013-02-051-1/+3
* tools: revert to installing in /usrIan Campbell2013-01-282-0/+3
* xl: SWITCH_FOREACH_OPT handles special options directly.Ian Campbell2013-01-251-145/+51
* xl: Introduce helper macro for option parsing.Ian Campbell2013-01-251-444/+528
* xl: allow def_getopt to handle long optionsIan Campbell2013-01-251-198/+125
* libxl: libxl__prepare_ao_device should reset num_execRoger Pau Monne2013-01-251-0/+1
* libxc: drop relics of running on non-PAE 32-bit hostsJan Beulich2013-01-245-127/+14
* libxc: match types of 'subject' and 'foreigndom' between struct xc_mmu and do...Dario Faggioli2013-01-242-4/+4
* tools+stubdom: install under /usr/local by default.Ian Campbell2013-01-242-3/+0
* libxl: fix stale timeout event callback raceIan Jackson2013-01-242-77/+29
* libxl: fix stale fd event callback raceIan Jackson2013-01-242-29/+163
* Add a top level configure scriptMatthew Fioravante2013-01-185-3232/+15
* stubdom: Add autoconfMatthew Fioravante2013-01-1815-652/+14
* libxl: correct xenstore permissions on console deviceDaniel De Graaf2013-01-171-0/+2
* xenconsoled: use grant references instead of map_foreign_rangeDaniel De Graaf2013-01-173-10/+42
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-171-14/+6
* tools: Update to SeaBIOS 1.7.1Ian Campbell2013-01-171-2/+19
* libxl: don't continue to create the domain if the device model is not spawnedJulien Grall2013-01-171-2/+0
* Fix pygrub handling non-default entryMiroslav Rezanina2013-01-171-1/+1
* Switch from select() to poll() in xenconsoled's IO loopWei Liu2013-01-171-72/+140
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-171-6/+14
* mergeIan Campbell2013-01-131-136/+73
|\