index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
target/microblaze: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-12
/
+5
2021-09-14
target/m68k: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-14
/
+6
2021-09-14
target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
Philippe Mathieu-Daudé
2
-64
/
+62
2021-09-14
target/i386: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-9
/
+5
2021-09-14
target/hppa: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-8
/
+5
2021-09-14
target/cris: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-18
/
+5
2021-09-14
target/arm: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-7
/
+9
2021-09-14
target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-5
/
+4
2021-09-14
accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
Philippe Mathieu-Daudé
1
-2
/
+4
2021-09-14
target/xtensa: Restrict do_transaction_failed() to sysemu
Philippe Mathieu-Daudé
1
-0
/
+2
2021-09-14
target/i386: Simplify TARGET_X86_64 #ifdef'ry
Philippe Mathieu-Daudé
1
-3
/
+1
2021-09-14
target/i386: Restrict sysemu-only fpu_helper helpers
Philippe Mathieu-Daudé
1
-0
/
+3
2021-09-14
target/avr: Remove pointless use of CONFIG_USER_ONLY definition
Philippe Mathieu-Daudé
1
-3
/
+0
2021-09-14
tcg: Remove tcg_global_reg_new defines
Bin Meng
1
-3
/
+0
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
19
-46
/
+53
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
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2
-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
[prev]
[next]