aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/tests: tweak .gitignoreAndrew Cooper2013-09-131-4/+5
* libxl: Spice vdagent support for upstream qemuFabio Fantoni2013-09-136-0/+44
* xenstored: fix possible, but unlikely, stack overflowMatthew Daley2013-09-131-1/+1
* kdd: fix free of array-typed valueMatthew Daley2013-09-131-1/+0
* mini-os: handle possibly overlong _nodename in init_consfrontMatthew Daley2013-09-131-2/+4
* mini-os: fix use-after-free in xs_daemon_close event iterationMatthew Daley2013-09-131-2/+5
* libxl: correctly handle readlink() errorsMatthew Daley2013-09-131-1/+1
* libxl: fix use-after-free in discard_events iterationMatthew Daley2013-09-131-2/+2
* libxl: fix libxl__device_disk_from_xs_be to parse backend domidRoger Pau Monne2013-09-131-0/+7
* xenstat: Fix buffer over-run with new_domains being negative.Konrad Rzeszutek Wilk2013-09-131-5/+9
* tools/misc: introduce xen-mfndump.Dario Faggioli2013-09-132-2/+430
* libxc: introduce xc_map_domain_meminfo (and xc_unmap_domain_meminfo)Dario Faggioli2013-09-134-155/+183
* libxc: allow for ctxt to be NULL in xc_vcpu_setcontextDario Faggioli2013-09-131-6/+0
* libxc: use xc_vcpu_getinfo() instead of calling do_domctl()Dario Faggioli2013-09-133-18/+14
* libxc: use xc_vcpu_setcontext() instead of calling do_domctl()Dario Faggioli2013-09-132-15/+5
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-1310-78/+48
* xen: arm: describe Xen boot protocol requirementsIan Campbell2013-09-131-0/+30
* xl: fix `xl cpupool-list' behavior in case no pool name is providedDario Faggioli2013-09-131-1/+1
* libxl, hotplug/Linux: default to phy backend for raw format fileWei Liu2013-09-132-10/+12
* acpi/pmstat: fix check for empty name strings.Tim Deegan2013-09-121-2/+2
* ehci-dbgp: avoid division by zero.Tim Deegan2013-09-121-0/+3
* ehci-dbgp: drop dead code.Tim Deegan2013-09-121-5/+0
* cpufreq: missing check of copy_from_guest()Tim Deegan2013-09-121-2/+6
* cpufreq: avoid integer overflows.Tim Deegan2013-09-121-3/+4
* x86/mm: Don't dereference p2m pointer before NULL check.Tim Deegan2013-09-121-1/+3
* libxc/x86: fix page table creation for huge guestsJan Beulich2013-09-121-8/+16
* x86: fix memory cut-off when using PFN compressionJan Beulich2013-09-122-9/+13
* sched/arinc653: check for guest data transfer failuresMatthew Daley2013-09-101-2/+11
* x86: add missing va_end to hypercall_xlat_continuationMatthew Daley2013-09-101-0/+4
* x86/mm: Fix possible increment of uninitialised variableAndrew Cooper2013-09-101-1/+1
* Nested VMX: Clear bit 31 of IA32_VMX_BASIC MSRYang Zhang2013-09-101-1/+1
* x86/ioapic: avoid trying to access the -1th ioapicAndrew Cooper2013-09-101-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-106-40/+102
* libelf: add hvm callback vector featureMukesh Rathor2013-09-101-0/+1
* libxl: ocaml: fix code intended to output comments before definitionsRob Hoes2013-09-101-2/+4
* libxl: idl: complete some enums in the IDL with their defaultsRob Hoes2013-09-101-3/+8
* libxl: idl: add domain_type field to libxl_dominfo structRob Hoes2013-09-102-0/+3
* libxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWNRob Hoes2013-09-102-3/+4
* libxc/pm: Fix NULL pointer checks.Andrew Cooper2013-09-101-7/+7
* xen: Add new string functionJulien Grall2013-09-102-0/+18
* xen/arm: Move __PSCI* from traps.c to the headerJulien Grall2013-09-102-5/+5
* xen/dts: Don't check the number of address and size cells in process_cpu_nodeJulien Grall2013-09-101-6/+0
* xen: Introduce __initconst to store initial const dataJulien Grall2013-09-101-0/+1
* minios: fix xenbus_rm() calls in frontend driversBen Cressey2013-09-104-30/+30
* minios: clean up unneeded "err = NULL" in frontend driversBen Cressey2013-09-104-6/+0
* minios: clean up allocation of char arrays used for xenbus pathsMatt Wilson2013-09-105-16/+16
* minios: correct char array allocation for xenbus pathsMatt Wilson2013-09-105-10/+13
* configure: Regenerate with autoconf 2.69Ian Campbell2013-09-095-654/+774
* tools: allow user to specify a system seabios binaryFabio Fantoni2013-09-095-1/+37
* xen/dts: fix DT_ROOT_NODE_ADDR_CELLS_DEFAULTJulien Grall2013-09-091-1/+1