aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS optionsJulian Pidancet2012-02-132-21/+29
* hvmloader: Move option ROM loading into a separate optionnal fileJulian Pidancet2012-02-137-228/+259
* firmware: Use mkhex from hvmloader directory for etherboot ROMsJulian Pidancet2012-02-133-15/+9
* hvmloader: Allow the mkhex command to take several file argumentsJulian Pidancet2012-02-131-1/+2
* hvmloader: Only compile 32bitbios_support.c when rombios is enabledJulian Pidancet2012-02-131-2/+2
* xend: populate HVM guest grant table on bootIan Campbell2012-02-103-0/+43
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-103-0/+23
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-107-137/+138
* xenpaging: deal with MEM_EVENT_FLAG_EVICT_FAIL request in tools/xenpagingOlaf Hering2012-02-091-1/+1
* libxl: fix bootloader args settingZhigang Wang2012-02-091-3/+5
* xenstored: Add stub domain builderDaniel De Graaf2012-02-093-3/+146
* xenstored: add --priv-domid parameterDaniel De Graaf2012-02-093-1/+7
* xenstored: use domain_is_unprivileged instead of checking conn->idDaniel De Graaf2012-02-092-7/+7
* xenstored: add --event parameter for bootstrappingDaniel De Graaf2012-02-094-3/+13
* xenstored: support running in minios stubdomDaniel De Graaf2012-02-097-82/+195
* xenstored: add --internal-db flagDaniel De Graaf2012-02-091-6/+14
* xenstored: support for tdb_copy with TDB_INTERNALAlex Zeffertt2012-02-091-0/+35
* xenstored: add NO_SOCKETS compilation optionAlex Zeffertt2012-02-091-5/+23
* xenstored: refactor socket setup codeDaniel De Graaf2012-02-091-39/+46
* xenstored: use grant references instead of map_foreign_rangeAlex Zeffertt2012-02-091-6/+48
* mini-os: remove per-fd evtchn limitAlex Zeffertt2012-02-091-66/+74
* lib{xc,xl}: Seed grant tables with xenstore and console grantsAlex Zeffertt2012-02-097-7/+211
* tools/libxl: pull xenstore/console domids from xenstoreDaniel De Graaf2012-02-092-2/+14
* flask/policy: add device model types to example policyDaniel De Graaf2012-02-092-1/+23
* libxl: Add device_model_stubdomain_seclabelDaniel De Graaf2012-02-093-0/+17
* libxl: helper function to send commands to traditional qemuShriram Rajagopalan2012-02-094-10/+16
* libxl: bugfix: create_domain() return to caller if !daemonizeShriram Rajagopalan2012-02-091-1/+1
* Tools: Make xen-access test compile in 32 bits modeAndres Lagar-Cavilla2012-02-092-12/+13
* tools/python: remove references to removed libflask from setup.pyOlaf Hering2012-02-091-5/+3
* libxc: Replace malloc with alloca in hot pathSantosh Jodh2012-02-071-5/+2
* pygrub: extlinux parsing correctnessRoger Pau Monne2012-02-071-1/+1
* libxl: remove shebang from bash_completion helperOlaf Hering2012-02-071-1/+0
* xl: use json output by defaultIan Campbell2012-02-079-182/+462
* xl: Drop -l option to xl cpupool-listIan Campbell2012-02-071-6/+1
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+1
* Tools: build testsAndres Lagar-Cavilla2012-02-062-0/+22
* flask: Update flask_op hypercall structureDaniel De Graaf2012-02-063-257/+220
* tools/flask: remove libflaskDaniel De Graaf2012-02-0615-717/+94
* flask/policy: Add boolean exampleDaniel De Graaf2012-02-021-1/+9
* flask: add flask-{get,set}-bool toolsDaniel De Graaf2012-02-023-1/+169
* libflask: Add boolean manipulation functionsDaniel De Graaf2012-02-022-0/+62
* flask/policy: use declare_domain for dom0_tDaniel De Graaf2012-02-022-5/+3
* flask/policy: Add user and constraint examplesDaniel De Graaf2012-02-023-18/+39
* flask/policy: Policy build updatesDaniel De Graaf2012-02-023-63/+20
* xl: allow enable automatic fallback to ACPI events if PV control not available.Ian Campbell2012-01-311-16/+39
* libxl: add named enum for timer mode.Ian Campbell2012-01-314-4/+45
* libxl: drop libxl_cpuarray -- topology was the only user.Ian Campbell2012-01-317-97/+1
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-3110-128/+128
* ocaml: Topology.get returns an array not a single element.Ian Campbell2012-01-312-2/+2
* ocaml: add helpers for Some/None option types.Ian Campbell2012-01-311-3/+15