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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2019-10-15
target/arm/arm-semi: Implement support for semihosting feature detection
Peter Maydell
1
-1
/
+108
2019-10-15
target/arm/arm-semi: Factor out implementation of SYS_FLEN
Peter Maydell
1
-10
/
+22
2019-10-15
target/arm/arm-semi: Factor out implementation of SYS_SEEK
Peter Maydell
1
-9
/
+22
2019-10-15
target/arm/arm-semi: Factor out implementation of SYS_ISTTY
Peter Maydell
1
-5
/
+15
2019-10-15
target/arm/arm-semi: Factor out implementation of SYS_READ
Peter Maydell
1
-20
/
+35
2019-10-15
target/arm/arm-semi: Factor out implementation of SYS_WRITE
Peter Maydell
1
-18
/
+33
2019-10-15
target/arm/arm-semi: Factor out implementation of SYS_CLOSE
Peter Maydell
1
-7
/
+37
2019-10-15
target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions
Peter Maydell
1
-21
/
+6
2019-10-15
target/arm/arm-semi: Restrict use of TaskState*
Peter Maydell
1
-48
/
+63
2019-10-15
target/arm/arm-semi: Make semihosting code hand out its own file descriptors
Peter Maydell
1
-14
/
+214
2019-10-15
target/arm/arm-semi: Correct comment about gdb syscall races
Peter Maydell
1
-4
/
+15
2019-10-15
target/arm/arm-semi: Always set some kind of errno for failed calls
Peter Maydell
1
-18
/
+27
2019-10-15
target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
Peter Maydell
1
-4
/
+5
2019-10-15
ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256
Eric Auger
1
-1
/
+9
2019-10-15
intc/arm_gic: Support IRQ injection for more than 256 vpus
Eric Auger
3
-6
/
+17
2019-10-10
s390x/tcg: MVCL: Exit to main loop if requested
David Hildenbrand
1
-1
/
+10
2019-10-09
target/s390x: Remove ILEN_UNWIND
Richard Henderson
1
-2
/
+0
2019-10-09
target/s390x: Remove ilen argument from trigger_pgm_exception
Richard Henderson
4
-10
/
+8
2019-10-09
target/s390x: Remove ilen argument from trigger_access_exception
Richard Henderson
1
-3
/
+3
2019-10-09
target/s390x: Remove ILEN_AUTO
Richard Henderson
2
-5
/
+0
2019-10-09
target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw
Richard Henderson
1
-1
/
+1
2019-10-09
target/s390x: Rely on unwinding in s390_cpu_tlb_fill
Richard Henderson
1
-16
/
+7
2019-10-09
target/s390x: Simplify helper_lra
Richard Henderson
1
-14
/
+3
2019-10-09
target/s390x: Remove fail variable from s390_cpu_tlb_fill
Richard Henderson
1
-12
/
+7
2019-10-09
target/s390x: Return exception from translate_pages
Richard Henderson
1
-10
/
+10
2019-10-09
target/s390x: Return exception from mmu_translate
Richard Henderson
5
-38
/
+35
2019-10-09
target/s390x: Remove exc argument to mmu_translate_asce
Richard Henderson
1
-2
/
+2
2019-10-09
target/s390x: Return exception from mmu_translate_real
Richard Henderson
3
-11
/
+9
2019-10-09
target/s390x: Handle tec in s390_cpu_tlb_fill
Richard Henderson
1
-1
/
+6
2019-10-09
target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fill
Richard Henderson
1
-2
/
+7
2019-10-09
target/s390x: Use tcg_s390_program_interrupt in TCG helpers
Richard Henderson
7
-46
/
+46
2019-10-09
target/s390x: Remove ilen parameter from s390_program_interrupt
Richard Henderson
11
-85
/
+73
2019-10-09
target/s390x: Remove ilen parameter from tcg_s390_program_interrupt
Richard Henderson
4
-10
/
+10
2019-10-09
target/s390x: Add ilen to unwind data
Richard Henderson
3
-5
/
+24
2019-10-09
s390x/cpumodel: Add new TCG features to QEMU cpu model
David Hildenbrand
1
-0
/
+5
2019-10-09
s390x/cpumodel: Prepare for changes of QEMU model
David Hildenbrand
1
-1
/
+5
2019-10-09
s390x/mmu: Implement Instruction-Execution-Protection Facility
David Hildenbrand
3
-1
/
+27
2019-10-09
s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility
David Hildenbrand
1
-2
/
+9
2019-10-09
s390x/mmu: Add EDAT2 translation support
David Hildenbrand
1
-3
/
+12
2019-10-09
s390x/mmu: Convert to non-recursive page table walk
David Hildenbrand
1
-100
/
+108
2019-10-09
s390x/mmu: DAT table definition overhaul
David Hildenbrand
3
-43
/
+84
2019-10-09
s390x/mmu: Use TARGET_PAGE_MASK in mmu_translate_pte()
David Hildenbrand
1
-1
/
+1
2019-10-09
s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses
David Hildenbrand
1
-4
/
+27
2019-10-09
s390x/mmu: Inject DAT exceptions from a single place
David Hildenbrand
1
-46
/
+17
2019-10-09
s390x/mmu: Move DAT protection handling out of mmu_translate_asce()
David Hildenbrand
1
-23
/
+16
2019-10-09
s390x/mmu: Drop debug logging from MMU code
David Hildenbrand
1
-51
/
+0
2019-10-07
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...
Peter Maydell
10
-314
/
+408
2019-10-04
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-101
/
+682
2019-10-04
target/i386/kvm: Silence warning from Valgrind about uninitialized bytes
Thomas Huth
1
-2
/
+2
2019-10-04
target/i386: work around KVM_GET_MSRS bug for secondary execution controls
Paolo Bonzini
1
-0
/
+17
[prev]
[next]