aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-07-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell3-4/+9
2020-07-14Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-13' into st...Peter Maydell1-3/+3
2020-07-13target/riscv: Fix pmp NA4 implementationAlexandre Mergnat1-1/+1
2020-07-13target/riscv: fix vill bit index in vtype registerFrank Chang1-1/+1
2020-07-13target/riscv: fix return value of do_opivx_widen()Frank Chang1-1/+1
2020-07-13target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()Frank Chang1-1/+1
2020-07-13target/riscv: fix rsub gvec tcg_assert_listed_vecop assertionFrank Chang1-0/+5
2020-07-13hax: Fix setting of FD_CLOEXECEric Blake1-3/+3
2020-07-13target/nios2: Use gen_io_start around wrctl instructionWentong Wu1-0/+5
2020-07-13target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu1-1/+1
2020-07-13target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu1-2/+3
2020-07-13target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay1-2/+2
2020-07-13target/arm: Fix mtedesc for do_mem_zpzRichard Henderson1-1/+1
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell12-0/+4818
2020-07-11target/avr/disas: Fix store instructions display orderPhilippe Mathieu-Daudé1-10/+10
2020-07-11target/avr/cpu: Fix $PC displayed addressPhilippe Mathieu-Daudé1-1/+1
2020-07-11target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()Philippe Mathieu-Daudé1-2/+0
2020-07-11target/avr: Register AVR support with the rest of QEMUMichael Rolnik1-0/+34
2020-07-11target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik4-1/+259
2020-07-11target/avr: Initialize TCG register variablesMichael Rolnik1-0/+29
2020-07-11target/avr: Add instruction translation - CPU main translation functionMichael Rolnik1-0/+213
2020-07-11target/avr: Add instruction translation - MCU Control InstructionsMichael Rolnik2-0/+73
2020-07-11target/avr: Add instruction translation - Bit and Bit-test InstructionsMichael Rolnik2-0/+261
2020-07-11target/avr: Add instruction translation - Data Transfer InstructionsMichael Rolnik2-0/+1046
2020-07-11target/avr: Add instruction translation - Branch InstructionsMichael Rolnik2-0/+576
2020-07-11target/avr: Add instruction translation - Arithmetic and Logic InstructionsMichael Rolnik2-0/+896
2020-07-11target/avr: Add instruction translation - Register definitionsMichael Rolnik1-0/+142
2020-07-11target/avr: Add instruction helpersMichael Rolnik2-0/+238
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka1-2/+3
2020-07-10target/i386: Enable TSX Suspend Load Address Tracking featureCathy Zhang2-1/+3
2020-07-10target/i386: Add SERIALIZE cpu featureCathy Zhang2-1/+3
2020-07-10target/i386: Correct the warning message of Intel PTLuwei Kang1-1/+1
2020-07-10target/i386: sev: fail query-sev-capabilities if QEMU cannot use SEVPaolo Bonzini1-0/+9
2020-07-10target/i386: sev: provide proper error reporting for query-sev-capabilitiesPaolo Bonzini4-20/+13
2020-07-10KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini3-6/+9
2020-07-10target/i386: implement undocumented "smsw r32" behaviorPaolo Bonzini1-6/+7
2020-07-10target/i386: remove gen_io_endPaolo Bonzini1-13/+9
2020-07-10i386: hvf: Clean up synchronize functionsRoman Bolshakov1-20/+16
2020-07-10i386: hvf: Don't duplicate register resetRoman Bolshakov2-92/+0
2020-07-10i386: hvf: Move Guest LMA reset to macvm_set_cr0()Roman Bolshakov2-1/+4
2020-07-10i386: hvf: Make long mode enter and exit clearerCameron Esfahani1-5/+7
2020-07-10i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov1-0/+11
2020-07-10i386: hvf: Set env->eip in macvm_set_rip()Roman Bolshakov1-0/+1
2020-07-10KVM: add support for AMD nested live migrationPaolo Bonzini4-9/+70
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers9-12/+82
2020-07-10target/i386: set SSE FTZ in correct floating-point stateJoseph Myers1-1/+1
2020-07-10tcg/svm: use host cr4 during NPT page table walkAlexander Boettcher3-3/+9
2020-07-10target/avr: Add definitions of AVR core typesMichael Rolnik1-0/+151
2020-07-10target/avr: Introduce enumeration AVRFeatureMichael Rolnik1-0/+46
2020-07-10target/avr: CPU class: Add GDB supportMichael Rolnik3-0/+90