Age | Commit message (Expand) | Author | Files | Lines |
2021-09-16 | target/i386: spelling: occured=>occurred, mininum=>minimum | Michael Tokarev | 1 | -1/+1 |
2021-09-13 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210913-... | Peter Maydell | 9 | -108/+156 |
2021-09-13 | target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn | Richard Henderson | 1 | -115/+109 |
2021-09-13 | target/arm: Take an exception if PSTATE.IL is set | Peter Maydell | 7 | -0/+49 |
2021-09-13 | hw/arm/virt: add ITS support in virt GIC | Shashi Mallela | 1 | -2/+2 |
2021-09-13 | hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM | Marc Zyngier | 1 | -1/+6 |
2021-09-13 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 9 | -56/+169 |
2021-09-13 | Fix nvmm_ram_block_added() function arguments | Reinoud Zandijk | 1 | -2/+3 |
2021-09-13 | target/i386: Added vVMLOAD and vVMSAVE feature | Lara Lazier | 4 | -1/+34 |
2021-09-13 | target/i386: Added changed priority check for VIRQ | Lara Lazier | 3 | -15/+22 |
2021-09-13 | target/i386: Added ignore TPR check in ctl_has_irq | Lara Lazier | 1 | -0/+5 |
2021-09-13 | target/i386: Added VGIF V_IRQ masking capability | Lara Lazier | 3 | -2/+19 |
2021-09-13 | target/i386: Moved int_ctl into CPUX86State structure | Lara Lazier | 6 | -38/+41 |
2021-09-13 | target/i386: Added VGIF feature | Lara Lazier | 3 | -3/+37 |
2021-09-13 | target/i386: VMRUN and VMLOAD canonicalizations | Lara Lazier | 3 | -18/+30 |
2021-09-13 | target/i386: add missing bits to CR4_RESERVED_MASK | Daniel P. Berrangé | 1 | -0/+1 |
2021-09-08 | target/sparc: Drop use of gen_io_end() | Peter Maydell | 1 | -15/+10 |
2021-09-07 | s390x/cpumodel: Add more feature to gen16 default model | Christian Borntraeger | 1 | -1/+7 |
2021-09-06 | hw/s390x/s390-skeys: lazy storage key enablement under TCG | David Hildenbrand | 2 | -0/+17 |
2021-09-06 | s390x/mmu_helper: avoid setting the storage key if nothing changed | David Hildenbrand | 1 | -4/+7 |
2021-09-06 | s390x/mmu_helper: move address validation into mmu_translate*() | David Hildenbrand | 4 | -29/+24 |
2021-09-06 | s390x/mmu_helper: fixup mmu_translate() documentation | David Hildenbrand | 1 | -1/+2 |
2021-09-06 | s390x/mmu_helper: no need to pass access type to mmu_translate_asce() | David Hildenbrand | 1 | -2/+2 |
2021-09-06 | s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE | David Hildenbrand | 4 | -16/+35 |
2021-09-06 | s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE | David Hildenbrand | 1 | -0/+3 |
2021-09-06 | s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE | David Hildenbrand | 1 | -1/+1 |
2021-09-06 | s390x/tcg: wrap address for RRBE | David Hildenbrand | 1 | -3/+4 |
2021-09-06 | s390x/ioinst: Fix wrong MSCH alignment check on little endian | David Hildenbrand | 1 | -1/+1 |
2021-09-06 | s390x/tcg: fix and optimize SPX (SET PREFIX) | David Hildenbrand | 1 | -1/+14 |
2021-09-01 | target-arm: Add support for Fujitsu A64FX | Shuuichirou Ishii | 1 | -0/+48 |
2021-09-01 | target/arm: Enable MVE in Cortex-M55 | Peter Maydell | 1 | -5/+2 |
2021-09-01 | target/arm: Implement MVE VRINT insns | Peter Maydell | 4 | -0/+93 |
2021-09-01 | target/arm: Implement MVE VCVT between single and half precision | Peter Maydell | 4 | -0/+108 |
2021-09-01 | target/arm: Implement MVE VCVT with specified rounding mode | Peter Maydell | 4 | -0/+105 |
2021-09-01 | target/arm: Implement MVE VCVT between fp and integer | Peter Maydell | 2 | -0/+39 |
2021-09-01 | target/arm: Implement MVE VCVT between floating and fixed point | Peter Maydell | 4 | -0/+82 |
2021-09-01 | target/arm: Implement MVE fp scalar comparisons | Peter Maydell | 4 | -24/+131 |
2021-09-01 | target/arm: Implement MVE fp vector comparisons | Peter Maydell | 4 | -6/+137 |
2021-09-01 | target/arm: Implement MVE FP max/min across vector | Peter Maydell | 4 | -6/+102 |
2021-09-01 | target/arm: Implement MVE fp-with-scalar VFMA, VFMAS | Peter Maydell | 4 | -3/+56 |
2021-09-01 | target/arm: Implement MVE scalar fp insns | Peter Maydell | 4 | -6/+85 |
2021-09-01 | target/arm: Implement MVE VMAXNMA and VMINNMA | Peter Maydell | 4 | -0/+42 |
2021-09-01 | target/arm: Implement MVE VCMUL and VCMLA | Peter Maydell | 4 | -8/+139 |
2021-09-01 | target/arm: Implement MVE VFMA and VFMS | Peter Maydell | 4 | -0/+48 |
2021-09-01 | target/arm: Implement MVE VCADD | Peter Maydell | 4 | -1/+57 |
2021-09-01 | target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM | Peter Maydell | 4 | -0/+42 |
2021-09-01 | target/arm: Implement MVE VADD (floating-point) | Peter Maydell | 6 | -6/+76 |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVV | Richard Henderson | 2 | -61/+26 |
2021-09-01 | target/riscv: Tidy trans_rvh.c.inc | Richard Henderson | 2 | -210/+57 |
2021-09-01 | target/riscv: Use {get,dest}_gpr for RVD | Richard Henderson | 1 | -65/+60 |