aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-04-07target/xtensa: add FIXME for translation memory leakAlex Bennée1-0/+5
2020-04-03target/arm: Remove obsolete TODO note from get_phys_addr_lpae()Peter Maydell1-6/+1
2020-04-03target/arm: PSTATE.PAN should not clear exec bitsPeter Maydell1-2/+4
2020-04-03target/arm: don't expose "ieee_half" via gdbstubAlex Bennée1-1/+6
2020-04-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into stagingPeter Maydell1-1/+16
2020-04-03Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-132/+77
2020-04-02target/i386: do not set unsupported VMX secondary execution controlsVitaly Kuznetsov1-15/+26
2020-04-02i386: hvf: Reset IRQ inhibition after moving RIPRoman Bolshakov1-0/+3
2020-04-02s390x: kvm: Fix number of cpu reports for stsi 3.2.2Janosch Frank1-1/+16
2020-03-31target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li1-0/+13
2020-03-31target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang1-3/+8
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger2-2/+3
2020-03-31target/i386: Enable new apic id encoding for EPYC based cpus modelsBabu Moger1-0/+2
2020-03-31i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinitionBabu Moger2-0/+17
2020-03-31target/i386: Cleanup and use the EPYC mode topology functionsBabu Moger1-127/+34
2020-03-31Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200330' into stagingPeter Maydell1-4/+31
2020-03-30target/arm: fix incorrect current EL bug in aarch32 exception emulationChangbin Du1-1/+4
2020-03-28target/mips: Fix loongson multimedia condition instructionsJiaxun Yang1-4/+31
2020-03-26linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson2-1/+20
2020-03-26target/i386: Renumber EXCP_SYSCALLRichard Henderson1-3/+2
2020-03-24hw/ppc: Take QEMU lock when calling ppc_dcr_read/write()Peter Maydell1-14/+26
2020-03-24target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin3-9/+54
2020-03-24target/ppc: Fix slbia TLB invalidation gapNicholas Piggin1-6/+15
2020-03-23target/arm: Move computation of index in handle_simd_dupeRichard Henderson1-1/+2
2020-03-23target/arm: Assert immh != 0 in disas_simd_shift_immRichard Henderson1-0/+3
2020-03-23target/arm: Rearrange disabled check for watchpointsRichard Henderson1-5/+6
2020-03-19target/rx: Dump bytes for each insn during disassemblyRichard Henderson1-1/+15
2020-03-19target/rx: Collect all bytes during disassemblyRichard Henderson1-20/+42
2020-03-19target/rx: Emit all disassembly in one prt()Richard Henderson1-36/+39
2020-03-19target/rx: Use prt_ldmi for XCHG_mr disassemblyRichard Henderson1-7/+1
2020-03-19target/rx: Replace operand with prt_ldmi in disassemblerRichard Henderson1-50/+27
2020-03-19target/rx: Disassemble rx_index_addr into a stringRichard Henderson1-99/+55
2020-03-19target/rx: RX disassemblerYoshinori Sato1-0/+1480
2020-03-19target/rx: CPU definitionsYoshinori Sato7-6/+612
2020-03-19target/rx: TCG helpersYoshinori Sato3-0/+650
2020-03-19target/rx: TCG translationYoshinori Sato3-0/+3065
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell39-106/+243
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell38-202/+471
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell1-6/+2
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell8-324/+251
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger2-0/+2
2020-03-17hw/i386: Consolidate topology functionsBabu Moger1-12/+11
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell38-87/+93
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu2-1/+103
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu1-4/+13
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu1-2/+9
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu1-0/+12
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-222/+145
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée1-5/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée3-5/+261