summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools/console: Fix build after "xenconsole tolerate tty errors"staging-4.2stable-4.2Ian Jackson2015-10-211-1/+1
* docs: xl.cfg: permissive option is not PV only.Ian Campbell2015-10-201-1/+1
* tools: libxl: allow permissive qemu-upstream pci passthrough.Ian Campbell2015-10-201-0/+12
* tools/console: xenconsole tolerate tty errorsIan Jackson2015-10-201-3/+3
* libxl: handle read-only drives with qemu-xenStefano Stabellini2015-09-221-3/+9
* libxl: Increase device model startup timeout to 1min.Anthony PERARD2015-09-181-1/+3
* xl: correct handling of extra_config in main_cpupoolcreateWei Liu2015-09-111-2/+3
* libxl: fix leak of config_data in main_cpupoolcreateMatthew Daley2015-09-111-0/+1
* QEMU_TAG updateIan Jackson2015-09-111-3/+3
* libxl: poll: Avoid fd deregistration race POLLNVAL crashIan Jackson2015-08-123-1/+26
* libxl: make libxl__poller_put tolerate p==NULLIan Jackson2015-08-122-2/+3
* libxl: poll: Use poller_get and poller_put for poller_appIan Jackson2015-08-123-6/+11
* libxl: poll: Make libxl__poller_get have only one success return pathIan Jackson2015-08-121-13/+12
* libxl: don't leak memory in libxl__poller_get failure caseMatthew Daley2015-08-121-1/+4
* libxl: event handling: ao_inprogress does waits while reports outstandingIan Jackson2015-08-121-1/+1
* libxl: event handling: Break out ao_work_outstandingIan Jackson2015-08-121-3/+9
* libxl: In libxl_set_vcpuonline check for maximum number of VCPUs against the ...Konrad Rzeszutek Wilk2015-08-121-1/+11
* tools/libxc: Fix build of 32bit toolstacks on CentOS 5.x following XSA-125Andrew Cooper2015-08-121-8/+5
* tools/xenconsoled: Increase file descriptor limitAndrew Cooper2015-08-121-0/+38
* ocaml/xenctrl: Fix stub_xc_readconsolering()Andrew Cooper2015-08-121-10/+49
* ocaml/xenctrl: Make failwith_xc() thread safeAndrew Cooper2015-08-121-7/+8
* ocaml/xenctrl: Check return values from hypercallsAndrew Cooper2015-08-121-0/+9
* libxl: In domain death search, start search at first domid we wantIan Jackson2015-08-121-8/+7
* docs: workaround markdown parser error in xen-command-line.markdownIan Campbell2015-08-121-13/+8
* xl: Sane handling of extra config file argumentsIan Jackson2015-07-291-24/+40
* QEMU_TAG updateIan Jackson2015-07-291-3/+3
* QEMU_TAG updateIan Jackson2015-06-231-3/+3
* QEMU_TAG updateIan Jackson2015-06-111-3/+3
* x86/traps: loop in the correct direction in compat_iret()Andrew Cooper2015-06-111-1/+1
* gnttab: add missing version check to GNTTABOP_swap_grant_ref handlingJan Beulich2015-06-111-0/+3
* QEMU_TAG updateIan Jackson2015-05-271-3/+3
* domctl/sysctl: don't leak hypervisor stack to toolstacksAndrew Cooper2015-04-212-2/+2
* Limit XEN_DOMCTL_memory_mapping hypercall to only process up to 64 GFNs (or l...Konrad Rzeszutek Wilk2015-04-013-5/+56
* QEMU_TAG updateIan Jackson2015-03-311-3/+3
* tools: libxl: Explicitly disable graphics backends on qemu cmdlineIan Campbell2015-03-121-2/+21
* x86emul: fully ignore segment override for register-only operationsJan Beulich2015-03-101-1/+1
* pre-fill structures for certain HYPERVISOR_xen_version sub-opsAaron Adams2015-03-051-0/+6
* x86/HVM: return all ones on wrong-sized reads of system device I/O portsJan Beulich2015-03-054-1/+5
* x86/HVM: prevent use-after-free when destroying a domainMihai Donțu2015-01-061-2/+2
* switch to write-biased r/w locksKeir Fraser2014-12-084-181/+93
* x86/HVM: confine internally handled MMIO to solitary regionsJan Beulich2014-11-272-1/+25
* x86: limit checks in hypercall_xlat_continuation() to actual argumentsJan Beulich2014-11-274-10/+17
* x86/mm: fix a reference counting error in MMU_MACHPHYS_UPDATEAndrew Cooper2014-11-201-7/+6
* x86emul: enforce privilege level restrictions when loading CSJan Beulich2014-11-181-14/+28
* x86: don't allow page table updates on non-PV page tables in do_mmu_update()Jan Beulich2014-11-181-0/+4
* x86/paging: make log-dirty operations preemptibleJan Beulich2014-10-3110-62/+254
* x86/HVM: properly bound x2APIC MSR rangeJan Beulich2014-10-011-2/+2
* x86emul: only emulate software interrupt injection for real modeJan Beulich2014-09-231-0/+1
* x86/emulate: check cpl for all privileged instructionsAndrew Cooper2014-09-231-0/+3
* x86/shadow: fix race condition sampling the dirty vram stateAndrew Cooper2014-09-232-2/+4