aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-10target/avr: CPU class: Add migration supportMichael Rolnik3-0/+122
2020-07-10target/avr: CPU class: Add memory management supportMichael Rolnik2-0/+53
2020-07-10target/avr: CPU class: Add interrupt handling supportMichael Rolnik2-0/+91
2020-07-10target/avr: Introduce basic CPU class objectMichael Rolnik3-0/+399
2020-07-10target/avr: Add basic parameters of the new platformMichael Rolnik2-0/+102
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-14/+5
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster6-40/+14
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster3-11/+6
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster4-33/+30
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster6-28/+14
2020-07-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell1-9/+8