aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* libxl: remove libxl_button_press in favour of libxl_send_trigger.Ian Campbell2012-01-317-82/+58
* libxl: de-hard-tabbify idl.txtIan Campbell2012-01-311-22/+19
* libxl: Rename libxl IDL infrastructure.Ian Campbell2012-01-319-89/+86
* libxl: only write "disable_pf" key to xenstore when it makes senseIan Campbell2012-01-311-2/+6
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-319-148/+102
* libxl: move "saved_state" to libxl__domain_build_state.Ian Campbell2012-01-314-40/+47
* libxl: move device model selection variables to b_info.Ian Campbell2012-01-317-60/+65
* libxl: remove uuid from device model info.Ian Campbell2012-01-313-6/+1
* libxl: Remove libxl_device_model_info.type.Ian Campbell2012-01-314-14/+10
* libxl: move gfx_passthru setting to b_info->u.hvmIan Campbell2012-01-313-8/+6
* libxl: HVM device configuration info build_info->u.hvmIan Campbell2012-01-314-44/+53
* libxl: move HVM emulated GFX support into b_info->u.hvmIan Campbell2012-01-314-117/+157
* libxl: use vfb[0] directly for xenpv device modelIan Campbell2012-01-311-47/+62
* libxl: drop dm_info.dom_nameIan Campbell2012-01-313-10/+10
* libxl: remove redundant info from dm info.Ian Campbell2012-01-314-20/+22
* libxl: now that dm creation takes domain_config stop passing down devices.Ian Campbell2012-01-313-52/+39
* libxl: plumb libxl_domain_config down into device model creation.Ian Campbell2012-01-315-53/+64
* libxl: define libxl_sdl_info to hold all info about the SDL configIan Campbell2012-01-315-40/+39
* libxl: define libxl_spice_info to hold all info about the spice serverIan Campbell2012-01-313-35/+47
* libxl: define libxl_vnc_info to hold all info about the vnc infoIan Campbell2012-01-316-86/+91