aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QEMU_TAG updateIan Jackson2012-12-071-1/+3
* x86: mark certain items staticJan Beulich2012-12-079-13/+15
* x86/HVM: add missing assert to stdvga's mmio_move()Jan Beulich2012-12-071-0/+1
* x86/EFI: add code interfacing with the secure boot shimJan Beulich2012-12-071-0/+19
* x86/p2m: drop redundant macro definitionsJan Beulich2012-12-072-19/+7
* x86: properly fail mmuext ops when get_page_from_gfn() failsJan Beulich2012-12-071-1/+2
* nested vmx: check host ability when intercept MSR readDongxiao Xu2012-12-061-16/+16
* nested vmx: fix interrupt delivery to L2 guestDongxiao Xu2012-12-061-4/+7
* nested vmx: enable PAUSE and RDPMC exiting for L1 VMMDongxiao Xu2012-12-061-0/+2
* nested vmx: enable "Virtualize APIC accesses" feature for L1 VMMDongxiao Xu2012-12-061-1/+26
* nested vmx: enable IA32E mode while do VM entryDongxiao Xu2012-12-061-1/+2
* nested vmx: fix DR access VM exitDongxiao Xu2012-12-061-1/+2
* nested vmx: fix handling of RDTSCDongxiao Xu2012-12-063-1/+4
* nested vmx: fix rflags status in virtual vmexitDongxiao Xu2012-12-061-1/+2
* nested vmx: expose bit 55 of IA32_VMX_BASIC_MSR to guest VMMDongxiao Xu2012-12-063-2/+12
* nested vmx: use literal name instead of hard numbersDongxiao Xu2012-12-062-10/+16
* nested vmx: emulate MSR bitmapsDongxiao Xu2012-12-064-2/+67
* tools/gdbsx: fix build failure with glibc-2.17Olaf Hering2012-12-061-0/+1
* tighten guest memory accessesJan Beulich2012-12-064-14/+32
* memop: adjust error checking in populate_physmap()Jan Beulich2012-12-061-3/+3
* x86/HVM: remove dead codeJan Beulich2012-12-061-6/+0
* gnttab_usage_print() should be staticJan Beulich2012-12-061-1/+1
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-066-5/+101
* libxl: Make an internal function explicitly check existence of expected pathsGeorge Dunlap2012-12-061-20/+47
* xen/arm: disable interrupts on return_to_hypervisorStefano Stabellini2012-12-061-0/+1
* README: docs/pdf/user.pdf was deleted in 24563:4271634e4c86Ian Campbell2012-12-061-5/+2
* gitignore: ignore xen-foreign/arm.hIan Campbell2012-12-061-0/+1
* MAINTAINERS: Reference stable maintenance policyIan Campbell2012-12-061-1/+23
* mini-os: drop shutdown variables when CONFIG_XENBUS=nSamuel Thibault2012-12-061-0/+2
* MAINTAINERS: Device tree is maintained by the ARM maintainersDavid Vrabel2012-12-061-1/+3
* IOMMU/ATS: fix maximum queue depth calculationJan Beulich2012-12-053-3/+4
* x86: get_page_from_gfn() must return NULL for invalid GFNsJan Beulich2012-12-041-1/+1
* memop: limit guest specified extent orderJan Beulich2012-12-041-2/+7
* xen: fix error handling of guest_physmap_mark_populate_on_demand()Jan Beulich2012-12-041-3/+5
* xen: add missing guest address range checks to XENMEM_exchange handlersJan Beulich2012-12-042-0/+13
* hvm: Limit the size of large HVM op batchesTim Deegan2012-12-041-4/+34
* gnttab: fix releasing of memory upon switches between versionsJan Beulich2012-12-041-14/+20
* xl: Check for duplicate vncdisplay options, and return an errorGeorge Dunlap2012-12-042-0/+17
* xen: arm: Use $(OBJCOPY) not bare objcopyIan Campbell2012-12-041-1/+1
* libxl: fix wrong commentRoger Pau Monne2012-12-041-1/+1
* docs: expand persistent grants protocolRoger Pau Monne2012-12-041-3/+34
* mini-os: shutdown_thread depends on xenbusDaniel De Graaf2012-11-301-0/+4
* arm: const-correctness in virt_to_maddrIan Campbell2012-11-301-1/+1
* arm: handle xenheap which isn't at the start of RAM.Ian Campbell2012-11-301-7/+5
* arm: create a raw binary target.Ian Campbell2012-11-301-1/+5
* arm: Enable build without CONFIG_DTB_FILEIan Campbell2012-11-302-4/+2
* AMD IOMMU: add locking missing from c/s 26198:ba90ecb0231fJan Beulich2012-11-301-1/+6
* Add gtags and tags rune in gitignore.Wei Liu2012-11-301-0/+5
* minios/console: console_input() weak referenceAndrew Cooper2012-11-301-3/+7
* [minios] Add xenbus shutdown control supportSamuel Thibault2012-11-305-24/+128