aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stubdom: fix error assignment in grub:load_moduleOlaf Hering2012-10-111-1/+1
* docs, build: Do not ignore install-docs errorsIan Jackson2012-10-091-1/+1
* docs, build: Tolerate missing pod2textIan Jackson2012-10-091-1/+4
* docs, build: Tolerate missing fig2devIan Jackson2012-10-091-1/+3
* arm: Use per-CPU irq_desc for PPIs and SGIsIan Campbell2012-10-098-19/+67
* arm/vtimer: convert result to ticks when reading CNTPCT registerIan Campbell2012-10-091-2/+4
* arm: don't bother setting up vtimer, vgic etc on idle CPUsIan Campbell2012-10-091-0/+4
* xen/arm: introduce __lshrdi3 and __aeabi_llsrStefano Stabellini2012-10-092-1/+55
* xen/arm: protect LR registers and lr_mask changes with spin_lock_irqStefano Stabellini2012-10-091-0/+6
* arm: disable distributor delivery on boot CPU onlyIan Campbell2012-10-091-6/+17
* libxc/arm: allocate xenstore and console pagesStefano Stabellini2012-10-091-6/+27
* arm: kill a guest which uses hvc with an immediate operand != XEN_HYPERCALL_TAGIan Campbell2012-10-091-6/+1
* xen/arm: create_p2m_entries should not call free_domheap_pageStefano Stabellini2012-10-091-5/+0
* xen/arm: implement get/put_page_typeStefano Stabellini2012-10-093-5/+13
* xen/arm: implement page reference and gnttab functions needed by grant_table.cStefano Stabellini2012-10-093-33/+168
* arm: implement VGCF_onlineIan Campbell2012-10-093-1/+10
* libxc: add ARM support to xc_dom (PV domain building)Ian Campbell2012-10-096-10/+339
* Implement page offline recovery action for AMDChristoph Egger2012-10-098-119/+204
* trace: rename trace_hypercall() to __trace_hypercall_entry()David Vrabel2012-10-093-5/+5
* build: Fix build when using -fno-inlineAndrew Cooper2012-10-091-1/+1
* libxl: Fix cd-insert with qemu-xen.Anthony PERARD2012-10-091-6/+6
* libxl_dm: Set an id to cdrom drives with qemuu.Anthony PERARD2012-10-091-3/+4
* libxl_qmp: Introduce libxl__qmp_insert_cdrom.Anthony PERARD2012-10-092-0/+17
* minios: add select definition to sys/time.h when HAVE_LIBC is definedMatthew Fioravante2012-10-092-1/+5
* minios: add posix io for blkfrontMatthew Fioravante2012-10-094-2/+224
* pygrub: correct typo in --args assignmentOlaf Hering2012-10-091-3/+3
* minios: setup fpu and sse in mini-osMatthew Fioravante2012-10-081-0/+20
* minios: add CONFIG_XC conditionalMatthew Fioravante2012-10-082-1/+9
* minios: Disable the mfn_is_ram() check, it doesn't work correctly on all systemsMatthew Fioravante2012-10-083-30/+0
* minios: Add endian, byteswap, and wordsize macros to mini-osMatthew Fioravante2012-10-086-25/+92
* minios: Add ioread/iowrite functions to mini-osMatthew Fioravante2012-10-082-0/+51
* tools/configure.ac: fill PACKAGE_TARNAME in AC_INITOlaf Hering2012-10-082-5/+7
* stubdom: fix parallel build by expanding CROSS_MAKEOlaf Hering2012-10-081-28/+26
* xend/pvscsi: update sysfs parser for Linux 3.0Olaf Hering2012-10-081-6/+22
* xend/pvscsi: fix usage of persistant device names for SCSI devicesOlaf Hering2012-10-081-2/+2
* xend/pvscsi: fix passing of SCSI control LUNsOlaf Hering2012-10-081-0/+2
* xenballoond.init: remove 4 from default runlevelOlaf Hering2012-10-081-1/+1
* hotplug/Linux: Remove tracing (bash -x) from network-nat scriptOlaf Hering2012-10-081-1/+1
* autoconf: add -Werror to libutil.h header checkRoger Pau Monne2012-10-082-0/+14
* libxl: Allow migration with qemu-xen.Anthony PERARD2012-10-081-17/+0
* libxl_dom: Call the right switch logdirty for the right DM.Anthony PERARD2012-10-081-3/+42
* libxl_qmp: Introduce libxl__qmp_set_global_dirty_log.Anthony PERARD2012-10-082-2/+12
* libxl_qmp: Simplify run of single QMP commands.Anthony PERARD2012-10-081-48/+22
* libxl_qmp: Use qmp_parameters_* functions for param list of a QMP command.Anthony PERARD2012-10-081-43/+28
* libxl_qmp: Introduces helpers to create an argument list.Anthony PERARD2012-10-081-0/+51
* libxl_json: Introduce libxl__json_object_to_yajl_gen.Anthony PERARD2012-10-082-0/+64
* libxl_json: Replace JSON_TRUE/FALSE by JSON_BOOL.Anthony PERARD2012-10-083-5/+17
* libxl_json: Remove JSON_ERROR from enum.Anthony PERARD2012-10-081-1/+0
* libxl_json: Export json_object related function.Anthony PERARD2012-10-082-19/+29
* libxl: Add a comment about NOGC usage with flexarrayAnthony PERARD2012-10-081-1/+7