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-arm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-20
target-arm: Implement the generic timer
Peter Maydell
5
-8
/
+290
2013-08-20
target-arm: Support coprocessor registers which do I/O
Peter Maydell
2
-4
/
+18
2013-08-20
target-arm: Allow raw_read() and raw_write() to handle 64 bit regs
Peter Maydell
1
-2
/
+10
2013-08-20
target-arm: Make IRQ and FIQ gpio lines on the CPU object
Peter Maydell
2
-0
/
+63
2013-08-20
target-arm: Implement 'int' loglevel
Peter Maydell
1
-0
/
+42
2013-07-29
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
1
-1
/
+3
2013-07-27
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
1
-1
/
+1
2013-07-27
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
Andreas Färber
1
-0
/
+1
2013-07-27
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
4
-2
/
+16
2013-07-27
gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions
Andreas Färber
1
-3
/
+3
2013-07-26
target-arm: Move cpu_gdb_{read,write}_register()
Andreas Färber
1
-0
/
+94
2013-07-26
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
1
-0
/
+1
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
1
-3
/
+4
2013-07-23
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
3
-4
/
+11
2013-07-23
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
1
-2
/
+6
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+4
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
1
-5
/
+0
2013-07-23
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
1
-0
/
+8
2013-07-15
target-arm: Avoid g_hash_table_get_keys()
Peter Maydell
1
-2
/
+10
2013-07-15
target-arm: avoid undefined behaviour when writing TTBCR
Peter Maydell
1
-2
/
+4
2013-07-15
target-arm/helper.c: Allow const opaques in arm CP
Peter Crosthwaite
1
-1
/
+3
2013-07-15
target-arm/helper.c: Implement MIDR aliases
Peter Crosthwaite
1
-5
/
+11
2013-07-15
target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup
Peter Crosthwaite
1
-9
/
+4
2013-07-15
target-arm: explicitly decode SEVL instruction
Mans Rullgard
1
-1
/
+2
2013-07-15
target-arm: implement LDA/STL instructions
Mans Rullgard
1
-10
/
+119
2013-07-15
target-arm: add feature flag for ARMv8
Mans Rullgard
3
-1
/
+8
2013-07-09
cpu: Move reset logging to CPUState
Andreas Färber
1
-5
/
+0
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-09
target-arm: Change gen_intermediate_code_internal() argument to ARMCPU
Andreas Färber
1
-4
/
+5
2013-07-09
cpu: Drop unnecessary dynamic casts in *_env_get_cpu()
Andreas Färber
1
-1
/
+1
2013-07-09
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
1
-14
/
+0
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+2
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
1
-1
/
+0
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
4
-3
/
+10
2013-06-25
target-arm: Make LPAE feature imply V7MP
Peter Maydell
1
-1
/
+1
2013-06-25
target-arm: Use tuple list to sync cp regs with KVM
Peter Maydell
1
-70
/
+33
2013-06-25
target-arm: Reinitialize all KVM VCPU registers on reset
Peter Maydell
2
-1
/
+21
2013-06-25
target-arm: Initialize cpreg list from KVM when using KVM
Peter Maydell
5
-6
/
+245
2013-06-25
target-arm: Convert TCG to using (index,value) list for cp migration
Peter Maydell
6
-47
/
+341
2013-06-25
target-arm: mark up cpregs for no-migrate or raw access
Peter Maydell
1
-46
/
+94
2013-06-25
target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo
Peter Maydell
2
-1
/
+30
2013-06-25
target-arm: Allow special cpregs to have flags set
Peter Maydell
1
-1
/
+1
2013-06-14
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
1
-0
/
+4
2013-06-14
Merge remote-tracking branch 'pmaydell/target-arm.next' into staging
Anthony Liguori
1
-1
/
+1
2013-06-12
KVM: ARM: Add dummy kvm_arch_init_irq_routing()
Alexey Kardashevskiy
1
-0
/
+4
2013-06-03
Fix rfe instruction
Peter Chubb
1
-1
/
+1
2013-06-01
Remove unnecessary break statements
Stefan Weil
1
-1
/
+0
2013-05-26
target-arm: Remove gen_{ld,st}* definitions
Peter Maydell
1
-46
/
+0
2013-05-26
target-arm: Remove gen_{ld,st}* from thumb2 decoder
Peter Maydell
1
-10
/
+20
[next]