summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-13' into st...Peter Maydell2020-07-141-3/+3
|\
| * hax: Fix setting of FD_CLOEXECEric Blake2020-07-131-3/+3
* | target/nios2: Use gen_io_start around wrctl instructionWentong Wu2020-07-131-0/+5
* | target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu2020-07-131-1/+1
* | target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu2020-07-131-2/+3
* | target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay2020-07-131-2/+2
* | target/arm: Fix mtedesc for do_mem_zpzRichard Henderson2020-07-131-1/+1
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell2020-07-1112-0/+4818
|\
| * target/avr/disas: Fix store instructions display orderPhilippe Mathieu-Daudé2020-07-111-10/+10
| * target/avr/cpu: Fix $PC displayed addressPhilippe Mathieu-Daudé2020-07-111-1/+1
| * target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé2020-07-111-2/+0Star
| * target/avr: Register AVR support with the rest of QEMUMichael Rolnik2020-07-111-0/+34
| * target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik2020-07-114-1/+259
| * target/avr: Initialize TCG register variablesMichael Rolnik2020-07-111-0/+29
| * target/avr: Add instruction translation - CPU main translation functionMichael Rolnik2020-07-111-0/+213
| * target/avr: Add instruction translation - MCU Control InstructionsMichael Rolnik2020-07-112-0/+73
| * target/avr: Add instruction translation - Bit and Bit-test InstructionsMichael Rolnik2020-07-112-0/+261
| * target/avr: Add instruction translation - Data Transfer InstructionsMichael Rolnik2020-07-112-0/+1046
| * target/avr: Add instruction translation - Branch InstructionsMichael Rolnik2020-07-112-0/+576
| * target/avr: Add instruction translation - Arithmetic and Logic InstructionsMichael Rolnik2020-07-112-0/+896
| * target/avr: Add instruction translation - Register definitionsMichael Rolnik2020-07-111-0/+142
| * target/avr: Add instruction helpersMichael Rolnik2020-07-112-0/+238
| * target/avr: Add definitions of AVR core typesMichael Rolnik2020-07-101-0/+151
| * target/avr: Introduce enumeration AVRFeatureMichael Rolnik2020-07-101-0/+46
| * target/avr: CPU class: Add GDB supportMichael Rolnik2020-07-103-0/+90
| * target/avr: CPU class: Add migration supportMichael Rolnik2020-07-103-0/+122
| * target/avr: CPU class: Add memory management supportMichael Rolnik2020-07-102-0/+53
| * target/avr: CPU class: Add interrupt handling supportMichael Rolnik2020-07-102-0/+91
| * target/avr: Introduce basic CPU class objectMichael Rolnik2020-07-103-0/+399
| * target/avr: Add basic parameters of the new platformMichael Rolnik2020-07-102-0/+102
* | apic: Report current_count via 'info lapic'Jan Kiszka2020-07-111-2/+3
* | target/i386: Enable TSX Suspend Load Address Tracking featureCathy Zhang2020-07-112-1/+3
* | target/i386: Add SERIALIZE cpu featureCathy Zhang2020-07-112-1/+3
* | target/i386: Correct the warning message of Intel PTLuwei Kang2020-07-111-1/+1
* | target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEVPaolo Bonzini2020-07-111-0/+9
* | target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini2020-07-114-20/+13Star
* | KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini2020-07-113-6/+9
* | target/i386: implement undocumented "smsw r32" behaviorPaolo Bonzini2020-07-111-6/+7
* | target/i386: remove gen_io_endPaolo Bonzini2020-07-111-13/+9Star
* | i386: hvf: Clean up synchronize functionsRoman Bolshakov2020-07-111-20/+16Star
* | i386: hvf: Don't duplicate register resetRoman Bolshakov2020-07-112-92/+0Star
* | i386: hvf: Move Guest LMA reset to macvm_set_cr0()Roman Bolshakov2020-07-112-1/+4
* | i386: hvf: Make long mode enter and exit clearerCameron Esfahani2020-07-111-5/+7
* | i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov2020-07-111-0/+11
* | i386: hvf: Set env->eip in macvm_set_rip()Roman Bolshakov2020-07-111-0/+1
* | KVM: add support for AMD nested live migrationPaolo Bonzini2020-07-114-9/+70
* | target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers2020-07-119-12/+82
* | target/i386: set SSE FTZ in correct floating-point stateJoseph Myers2020-07-111-1/+1
* | tcg/svm: use host cr4 during NPT page table walkAlexander Boettcher2020-07-113-3/+9
|/
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-14/+5Star