summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* arm: postpone device listener unregisterPeter Xu2018-02-071-1/+1
* hvf: ept_emulation_fault() needs NetApp BSD attributionPaolo Bonzini2018-02-051-0/+24
* Add missing hvdos public domain attribution:Izik Eidus2018-02-052-0/+6
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-0520-50/+44Star
* target/hppa: Implement PROBE for system modeRichard Henderson2018-01-313-17/+40
* target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson2018-01-311-7/+7
* target/hppa: Enable MTTCGRichard Henderson2018-01-311-0/+6
* target/hppa: Implement STWARichard Henderson2018-01-311-1/+18
* target/hppa: Implement a pause instructionRichard Henderson2018-01-311-0/+36
* target/hppa: Implement LDSID for system modeHelge Deller2018-01-311-1/+13
* target/hppa: Fix commentHelge Deller2018-01-311-1/+1
* target/hppa: Increase number of temp regsRichard Henderson2018-01-311-1/+1
* target/hppa: Only use EXCP_DTLB_MISSRichard Henderson2018-01-311-1/+3
* target/hppa: Implement B,GATE insnRichard Henderson2018-01-313-0/+57
* target/hppa: Add migration for the cpuRichard Henderson2018-01-314-0/+184
* target/hppa: Add system registers to gdbstubRichard Henderson2018-01-311-0/+156
* target/hppa: Optimize for flat addressing spaceRichard Henderson2018-01-312-10/+30
* target/hppa: Implement halt and reset instructionsHelge Deller2018-01-313-1/+39
* target/hppa: Implement SYNCDMA insnRichard Henderson2018-01-301-1/+2
* target/hppa: Implement LCIRichard Henderson2018-01-301-0/+20
* target/hppa: Implement LPARichard Henderson2018-01-305-5/+58
* target/hppa: Implement LDWARichard Henderson2018-01-301-0/+38
* target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson2018-01-303-0/+79
* target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson2018-01-303-4/+132
* target/hppa: Log unimplemented instructionsRichard Henderson2018-01-301-0/+2
* target/hppa: Implement the interval timerRichard Henderson2018-01-306-4/+67
* target/hppa: Implement external interruptsRichard Henderson2018-01-305-1/+83
* target/hppa: Implement tlb_fillRichard Henderson2018-01-303-10/+197
* target/hppa: Implement IASQRichard Henderson2018-01-306-27/+179
* target/hppa: Avoid privilege level decrease during branchesRichard Henderson2018-01-301-5/+47
* target/hppa: Use space registers in data operationsRichard Henderson2018-01-302-147/+201
* target/hppa: Implement unaligned access trapRichard Henderson2018-01-301-1/+18
* target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson2018-01-305-66/+192
* target/hppa: Implement rfiRichard Henderson2018-01-304-2/+55
* target/hppa: Adjust insn mask for mfctl,wRichard Henderson2018-01-301-1/+1
* target/hppa: Add control registersRichard Henderson2018-01-304-35/+72
* target/hppa: Add space registersRichard Henderson2018-01-303-11/+77
* target/hppa: Implement the system mask instructionsRichard Henderson2018-01-303-1/+113
* target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson2018-01-303-26/+50
* target/hppa: Split address size from register sizeRichard Henderson2018-01-306-414/+683
* target/hppa: Define hardware exception typesRichard Henderson2018-01-305-30/+88
* target/hppa: Disable gateway page emulation for system modeRichard Henderson2018-01-301-10/+17
* target/hppa: Define the rest of the PSWRichard Henderson2018-01-302-14/+86
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-306-13/+72
* target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh2018-01-292-0/+76
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell2018-01-2657-186/+1145
|\
| * target/m68k: add HMP command "info tlb"Laurent Vivier2018-01-253-0/+235
| * target/m68k: add pflush/ptestLaurent Vivier2018-01-256-0/+113
| * target/m68k: add movesLaurent Vivier2018-01-255-7/+98
| * target/m68k: add index parameter to gen_load()/gen_store() and Co.Laurent Vivier2018-01-251-59/+66