aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vtpm/vtpmmgr and required libs to stubdom/MakefileMatthew Fioravante2013-01-185-1/+215
* add stubdom/vtpmmgr codeMatthew Fioravante2013-01-1818-0/+4766
* add vtpm-stubdom codeMatthew Fioravante2013-01-1812-0/+1214
* x86: find a better location for the real-mode trampolinePaolo Bonzini2013-01-182-11/+26
* xen: arm: fix assert in select_user_regIan Campbell2013-01-171-1/+1
* xen/arm: initialize the GIC irq properties of interrupts routed to guestsStefano Stabellini2013-01-171-18/+31
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-177-45/+105
* xen: return a per-mapping error from XENMEM_add_to_physmap_range.Ian Campbell2013-01-172-1/+11
* xen: arm: Correct register values and comment in early init_uart.Lars Rasmusson2013-01-171-2/+2
* libxl: correct xenstore permissions on console deviceDaniel De Graaf2013-01-171-0/+2
* xenconsoled: use grant references instead of map_foreign_rangeDaniel De Graaf2013-01-173-10/+42
* QEMU_TAG updateIan Jackson2013-01-171-3/+3
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-1714-355/+397
* tools: Update to SeaBIOS 1.7.1Ian Campbell2013-01-172-5/+22
* libxl: don't continue to create the domain if the device model is not spawnedJulien Grall2013-01-171-2/+0
* Fix pygrub handling non-default entryMiroslav Rezanina2013-01-171-1/+1
* Switch from select() to poll() in xenconsoled's IO loopWei Liu2013-01-171-72/+140
* x86: handle both NMI kinds if they occur simultaneouslyJan Beulich2013-01-171-3/+3
* mem_event: Add support for MEM_EVENT_REASON_MSRRazvan Cojocaru2013-01-174-1/+16
* Config.mk: delete accidentally introduced drivelIan Jackson2013-01-171-6/+0
* QEMU_TAG updateIan Jackson2013-01-171-0/+3
* QEMU_TAG updateIan Jackson2013-01-171-3/+6
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-1716-397/+1421
* miscellaneous cleanupJan Beulich2013-01-178-39/+17
* x86/EFI: retrieve PCI ROM contents not accessible through BARsJan Beulich2013-01-175-0/+357
* QEMU_TAG updateIan Jackson2013-01-161-3/+3
* x86: consistently mask floating point exceptionsJan Beulich2013-01-161-1/+3
* fix XENMEM_remove_from_physmap return valueJan Beulich2013-01-151-2/+3
* nEPT: Expose EPT & VPID capablities to L1 VMMZhang Xiantao2013-01-153-9/+35
* nVMX: virutalize VPID capability to nested VMMZhang Xiantao2013-01-153-3/+61
* nEPT: handle invept instruction from L1 VMMZhang Xiantao2013-01-153-1/+40
* nEPT: Use minimal permission for nested p2mZhang Xiantao2013-01-157-20/+42
* nEPT: Sync PDPTR fields if L2 guest in PAE paging modeZhang Xiantao2013-01-151-1/+9
* nEPT: Try to enable EPT paging for L2 guestZhang Xiantao2013-01-153-15/+62
* EPT: Make ept data structure or operations neutralZhang Xiantao2013-01-157-126/+209
* nested_ept: Implement guest ept's walkerZhang Xiantao2013-01-1511-10/+388
* nestedhap: Change nested p2m's walker to vendor-specificZhang Xiantao2013-01-158-31/+76
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-1510-38/+40
* xen: Introduce ASSERT_NOT_IN_ATOMIC() to give more info on in_atomic() crash.Keir Fraser2013-01-146-7/+16
* x86/hvm: Remove 32-/64-bit abstraction macros from asm files.Keir Fraser2013-01-142-89/+78
* x86: Assert !in_atomic() before exiting to guest context.Keir Fraser2013-01-146-0/+18
* mergeIan Campbell2013-01-131-136/+73
|\
| * Revert 0b9dfd067b42: Switch from select() to poll() in xenconsoled's IO loopIan Campbell2013-01-131-136/+73
* | nested vmx: fix CR0/CR4 emulationDongxiao Xu2013-01-111-25/+103
* | xsm: Dummy hook functions must be always_inline to ensure constantKeir Fraser2013-01-111-3/+3
* | mergeIan Campbell2013-01-1145-2064/+1759
|\ \ | |/ |/|
| * xsm/flask: remove unused permissionsDaniel De Graaf2013-01-111-6/+0
| * xsm/flask: document the access vectorsDaniel De Graaf2013-01-111-104/+355
| * xen/xsm: distinguish scheduler get/set operationsDaniel De Graaf2013-01-118-16/+81
| * tmem: add XSM hooksDaniel De Graaf2013-01-118-2/+54