index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-arm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target-arm: Implement MDCR_EL2.TDRA traps
Peter Maydell
2016-02-18
1
-3
/
+24
*
target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps
Peter Maydell
2016-02-18
2
-1
/
+34
*
target-arm: Fix handling of SCR.SMD
Peter Maydell
2016-02-18
1
-5
/
+7
*
target-arm: correct CNTFRQ access rights
Peter Maydell
2016-02-18
2
-3
/
+38
*
target-arm: Implement checking of fired watchpoint
Sergey Fedorov
2016-02-11
3
-14
/
+25
*
target-arm: Fix IL bit reported for Thumb VFP and Neon traps
Peter Maydell
2016-02-11
1
-3
/
+3
*
target-arm: Fix IL bit reported for Thumb coprocessor traps
Peter Maydell
2016-02-11
1
-4
/
+4
*
target-arm: Correct misleading 'is_thumb' syn_* parameter names
Peter Maydell
2016-02-11
1
-14
/
+14
*
target-arm: Enable EL3 for Cortex-A53 and Cortex-A57
Peter Maydell
2016-02-11
1
-0
/
+2
*
target-arm: Implement NSACR trapping behaviour
Peter Maydell
2016-02-11
1
-4
/
+58
*
target-arm: Add isread parameter to CPAccessFns
Peter Maydell
2016-02-11
6
-37
/
+68
*
target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3
Peter Maydell
2016-02-11
1
-5
/
+43
*
target-arm: Use access_trap_aa32s_el1() for SCR and MVBAR
Peter Maydell
2016-02-11
1
-2
/
+4
*
target-arm: Implement MDCR_EL3 and SDCR
Peter Maydell
2016-02-11
2
-0
/
+27
*
target-arm: Fix typo in comment in arm_is_secure_below_el3()
Peter Maydell
2016-02-11
1
-1
/
+1
*
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-09
2
-12
/
+12
*
tcg: Remove lingering references to gen_opc_buf
Richard Henderson
2016-02-09
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...
Peter Maydell
2016-02-04
2
-43
/
+60
|
\
|
*
target-arm: Don't report presence of EL2 if it doesn't exist
Peter Maydell
2016-02-03
1
-0
/
+9
|
*
target-arm: Implement the S2 MMU inputsize > pamax check
Edgar E. Iglesias
2016-02-03
1
-0
/
+8
|
*
target-arm: Rename check_s2_startlevel to check_s2_mmu_setup
Edgar E. Iglesias
2016-02-03
1
-6
/
+6
|
*
target-arm: Apply S2 MMU startlevel table size check to AArch64
Edgar E. Iglesias
2016-02-03
1
-8
/
+8
|
*
target-arm: Make various system registers visible to EL3
Peter Maydell
2016-02-03
1
-29
/
+29
*
|
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
2
-0
/
+2
|
/
*
arm: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
gdb: provide the name of the architecture in the target.xml
David Hildenbrand
2016-01-27
2
-0
/
+18
*
target-arm: Implement FPEXC32_EL2 system register
Peter Maydell
2016-01-21
1
-0
/
+16
*
target-arm: ignore ELR_ELx[1] for exception return to 32-bit ARM mode
Peter Maydell
2016-01-21
1
-1
/
+5
*
target-arm: Implement remaining illegal return event checks
Peter Maydell
2016-01-21
1
-0
/
+10
*
target-arm: Handle exception return from AArch64 to non-EL0 AArch32
Peter Maydell
2016-01-21
1
-21
/
+59
*
target-arm: Fix wrong AArch64 entry offset for EL2/EL3 target
Peter Maydell
2016-01-21
1
-1
/
+20
*
target-arm: Pull semihosting handling out to arm_cpu_do_interrupt()
Peter Maydell
2016-01-21
1
-39
/
+81
*
target-arm: Use a single entry point for AArch64 and AArch32 exceptions
Peter Maydell
2016-01-21
3
-36
/
+44
*
target-arm: Move aarch64_cpu_do_interrupt() to helper.c
Peter Maydell
2016-01-21
3
-105
/
+101
*
target-arm: Properly support EL2 and EL3 in arm_el_is_aa64()
Peter Maydell
2016-01-21
1
-9
/
+24
*
target-arm: Support multiple address spaces in page table walks
Peter Maydell
2016-01-21
2
-2
/
+15
*
target-arm: Implement cpu_get_phys_page_attrs_debug
Peter Maydell
2016-01-21
3
-6
/
+8
*
target-arm: Implement asidx_from_attrs
Peter Maydell
2016-01-21
2
-0
/
+9
*
target-arm: Add QOM property for Secure memory region
Peter Maydell
2016-01-21
3
-0
/
+41
*
target-arm: Clean up includes
Peter Maydell
2016-01-18
19
-31
/
+19
*
target-arm: dump-guest-memory: add vfp notes for arm
Andrew Jones
2016-01-15
1
-3
/
+46
*
target-arm: dump-guest-memory: add prfpreg notes for aarch64
Andrew Jones
2016-01-15
1
-8
/
+71
*
target-arm: support QMP dump-guest-memory
Andrew Jones
2016-01-15
4
-2
/
+238
*
target-arm: Use the right MMU index in arm_regime_using_lpae_format
Alvise Rigo
2016-01-15
3
-7
/
+12
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-01-13
2
-3
/
+3
*
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2015-12-17
1
-1
/
+7
*
target-arm: kvm - re-inject guest debug exceptions
Alex Bennée
2015-12-17
2
-9
/
+27
*
target-arm: kvm - add support for HW assisted debug
Alex Bennée
2015-12-17
4
-22
/
+415
*
target-arm: kvm - support for single step
Alex Bennée
2015-12-17
1
-0
/
+7
*
target-arm: kvm - implement software breakpoints
Alex Bennée
2015-12-17
4
-15
/
+123
[prev]
[next]