aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* autoconf: only check for dev86 and iasl checks on x86Roger Pau Monne2012-07-242-14/+112
* autoconf: revert 25178:181478052ea2Ian Campbell2012-07-242-15/+4
* QEMU_TAG updateIan Jackson2012-07-231-3/+3
* xen/arm: set paging_mode_translate and paging_mode_externalStefano Stabellini2012-07-231-2/+2
* xen/arm: Initialize lr_queue in vcpu_vgic_init for the first 32 irqsStefano Stabellini2012-07-231-0/+3
* hotplug: vif: fail if a duplicate vifname is used.Ian Campbell2012-07-231-4/+18
* pygrub: don't leave fds openRoger Pau Monne2012-07-231-0/+3
* xenstore: don't print an error when gntdev cannot be openedRoger Pau Monne2012-07-231-1/+1
* libxl: rename stubdomain when renaming domain.Ian Campbell2012-07-233-1/+27
* libxl: move bootloader data strucutres and prototypesRoger Pau Monne2012-07-231-161/+161
* libxl: convert libxl_domain_destroy to an async opRoger Pau Monne2012-07-238-84/+488
* libxl: move device model creation prototypesRoger Pau Monne2012-07-231-38/+37
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-236-196/+390
* libxl: check backend state before setting it to "closing"Roger Pau Monne2012-07-231-23/+36
* libxc: restore: bounds check for start_info.{store_mfn,console.domU.mfn}Ian Campbell2012-07-231-0/+12
* xl: remove stray timer mode debug printIan Campbell2012-07-231-1/+0
* libxl: do not blunder on if bootloader failsIan Jackson2012-07-231-1/+4
* docs/cmdline: Add some more entriesAndrew Cooper2012-07-221-8/+94
* docs/cmdline: Remove ia64 specific argumentsAndrew Cooper2012-07-221-14/+1
* docs/cmdline: Tweak some markdown formattingAndrew Cooper2012-07-221-6/+6
* x86/numa: Remove warning about small NUMA nodesAndrew Cooper2012-07-191-7/+0
* x86/numa: Correct assumption that each NUMA node has memoryAndrew Cooper2012-07-192-8/+22
* vt-d: fix wrong addr in IOTLB invalidation descriptorYang Zhang2012-07-191-1/+1
* Xen/MCE: stick all 1's to MCi_CTL of vMCELiu, Jinsong2012-07-192-39/+7
* nestedhvm: initialize pfec for l1 pagetable walkChristoph Egger2012-07-193-5/+16
* x86/mm/p2m: use NX bit in p2m entries.Christoph Egger2012-07-191-2/+4
* xen/arm: disable the event optimization in the gicStefano Stabellini2012-07-171-42/+0
* xen/arm: gic and vgic fixesStefano Stabellini2012-07-172-6/+5
* xen/arm: implement do_hvm_op for ARMStefano Stabellini2012-07-174-0/+69
* arm/vgic: initialize pending_irqs.lr_queueStefano Stabellini2012-07-172-0/+6
* arm/vgic: vgic: support irq enable/disableStefano Stabellini2012-07-171-1/+22
* arm/gic: support injecting IRQs even to VCPUs not currently runningStefano Stabellini2012-07-174-22/+48
* arm/gic: fix gic context switchStefano Stabellini2012-07-172-0/+6
* arm/vtimer: do not let the guest interact with the physical timerStefano Stabellini2012-07-171-2/+2
* xsm/flask: avoid struct page lookup in mmu_normal_updateDaniel De Graaf2012-07-091-7/+6
* xsm/flask: fix memory AVC formattingDaniel De Graaf2012-07-091-1/+1
* nestedsvm: fix DRn handlingChristoph Egger2012-07-091-6/+7
* libxl: explicitly check for libmath in autoconfDario Faggioli2012-07-064-1/+52
* libxl: introduce some node map helpersDario Faggioli2012-07-062-0/+67
* libxl: expand the libxl_bitmap API a bitDario Faggioli2012-07-062-0/+34
* libxl: rename libxl_cpumap to libxl_bitmapDario Faggioli2012-07-0613-160/+167
* xl: add more NUMA information to `xl info -n'Dario Faggioli2012-07-061-3/+33
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-067-0/+119
* libxl: add a new Array type to the IDLIan Campbell2012-07-066-11/+98
* hotplug/Linux: do not leak lockfilesIan Jackson2012-07-051-3/+83
* tools: honour --libdir when it is passed to ./configureMatt Wilson2012-07-059-49/+12
* tools/m4: add AC_LANG_SOURCE to fix autoconf warningsOlaf Hering2012-07-042-4/+4
* tools/configure.ac: add version check for glib2Olaf Hering2012-07-042-10/+10
* xl: Allow use of /dev/null with xl create to enable command-line definitionW. Michael Petullo2012-07-041-4/+9
* hotplug/Linux: use flock based lockingZhigang Wang2012-07-041-77/+16