summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/i386: kvm: just return after migrate_add_blocker failedLi Qiang2018-10-191-1/+1
* hyperv: process POST_MESSAGE hypercallRoman Kagan2018-10-191-0/+3
* hyperv: process SIGNAL_EVENT hypercallRoman Kagan2018-10-191-4/+6
* hyperv: make overlay pages for SynICRoman Kagan2018-10-191-6/+14
* hyperv: only add SynIC in compatible configurationsRoman Kagan2018-10-193-8/+25
* hyperv: qom-ify SynICRoman Kagan2018-10-195-0/+60
* hyperv:synic: split capability testing and settingRoman Kagan2018-10-191-4/+16
* i386: add hyperv-stub for CONFIG_HYPERV=nRoman Kagan2018-10-193-7/+47
* hyperv: factor out arch-independent API into hw/hypervRoman Kagan2018-10-193-144/+5Star
* hyperv: make hyperv_vp_index inlineRoman Kagan2018-10-192-9/+8Star
* hyperv: split hyperv-proto.h into x86 and arch-independent partsRoman Kagan2018-10-191-112/+3Star
* hyperv: rename kvm_hv_sint_route_set_sintRoman Kagan2018-10-192-2/+2
* hyperv: make HvSintRoute reference-countedRoman Kagan2018-10-192-9/+26
* hyperv: address HvSintRoute by X86CPU pointerRoman Kagan2018-10-191-2/+8
* hyperv: allow passing arbitrary data to sint ack callbackRoman Kagan2018-10-192-14/+17
* hyperv: synic: only setup ack notifier if there's a callbackRoman Kagan2018-10-191-14/+19
* hyperv: cosmetic: g_malloc -> g_newRoman Kagan2018-10-191-1/+1
* i386: hvf: Remove hvf_disabledRoman Bolshakov2018-10-191-8/+1Star
* i386: hvf: Fix register refs if REX is presentRoman Bolshakov2018-10-192-31/+42
* i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov2018-10-194-1/+16
* target-i386: kvm: do not initialize padding fieldsPaolo Bonzini2018-10-191-2/+0Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell2018-10-181-5/+1Star
|\
| * target/cris/translate: Get rid of qemu_log_separate()Thomas Huth2018-10-161-5/+1Star
* | target/hppa: Raise exception 26 on emulated hardwareHelge Deller2018-10-171-1/+2
* | target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell2018-10-161-2/+2
* | target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay2018-10-161-0/+1
* | target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay2018-10-161-2/+4
* | target/arm: Add the Cortex-A72Edgar E. Iglesias2018-10-161-3/+63
* | target-arm: powerctl: Enable HVC when starting CPUs to EL2Edgar E. Iglesias2018-10-161-0/+10
* | target/arm: Fix cortex-a7 id_isar0Richard Henderson2018-10-161-1/+4
* | target/arm: Align cortex-r5 id_isar0Richard Henderson2018-10-161-1/+1
* | target/arm: Define fields of ISAR registersRichard Henderson2018-10-161-0/+88
* | target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson2018-10-163-7/+22
|/
* s390x/kvm: enable AP instruction interpretation for guestTony Krowiak2018-10-121-0/+19
* s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak2018-10-124-0/+11
* target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth2018-10-121-37/+11Star
* s390x/tcg: always enable AFP for linux-userDavid Hildenbrand2018-10-091-0/+5
* target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell2018-10-081-1/+13
* target/arm: Add v8M stack checks for VLDM/VSTMPeter Maydell2018-10-081-0/+12
* target/arm: Add v8M stack checks for Thumb push/popPeter Maydell2018-10-081-1/+15
* target/arm: Add v8M stack checks for T32 load/store singlePeter Maydell2018-10-081-1/+22
* target/arm: Add v8M stack checks for Thumb2 LDM/STMPeter Maydell2018-10-081-1/+18
* target/arm: Add v8M stack checks for LDRD/STRD (imm)Peter Maydell2018-10-081-2/+25
* target/arm: Add v8M stack limit checks on NS function callsPeter Maydell2018-10-083-2/+15
* target/arm: Add v8M stack checks on exception entryPeter Maydell2018-10-081-8/+46
* target/arm: Add some comments in Thumb decodePeter Maydell2018-10-081-3/+17
* target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell2018-10-084-9/+106
* target/arm: Move v7m_using_psp() to internals.hPeter Maydell2018-10-082-12/+16
* target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell2018-10-082-0/+7
* target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell2018-10-084-0/+19