index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
25
-119
/
+137
*
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
18
-92
/
+132
*
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
10
-44
/
+48
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
25
-137
/
+185
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
30
-149
/
+190
*
exec: On AS changes, only flush affected CPU TLBs
Edgar E. Iglesias
2014-02-11
1
-0
/
+5
*
cpu: Add per-cpu address space
Edgar E. Iglesias
2014-02-11
6
-13
/
+33
*
memory: Add MemoryListener to typedefs.h
Edgar E. Iglesias
2014-02-11
2
-2
/
+1
*
exec: Make memory_region_section_get_iotlb use section AS
Edgar E. Iglesias
2014-02-11
1
-1
/
+1
*
exec: Always initialize MemorySection address spaces
Edgar E. Iglesias
2014-02-11
1
-0
/
+2
*
exec: Make iotlb_to_region input an AS
Edgar E. Iglesias
2014-02-11
4
-7
/
+7
*
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
2014-02-11
4
-5
/
+7
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'...
Peter Maydell
2014-02-11
42
-112
/
+9000
|
\
|
*
arm/zynq: Add software system reset via SCLR
Sebastian Huber
2014-02-08
1
-0
/
+5
|
*
hw/arm/allwinner-a10: initialize EMAC
Beniamino Galvani
2014-02-08
3
-2
/
+28
|
*
hw/net: add support for Allwinner EMAC Fast Ethernet controller
Beniamino Galvani
2014-02-08
4
-0
/
+751
|
*
util/fifo8: clear fifo head upon reset
Beniamino Galvani
2014-02-08
1
-0
/
+1
|
*
util/fifo8: implement push/pop of multiple bytes
Beniamino Galvani
2014-02-08
2
-0
/
+107
|
*
disas: Implement disassembly output for A64
Claudio Fontana
2014-02-08
7
-3
/
+118
|
*
disas/libvixl: Fix upstream libvixl compilation issues
Peter Maydell
2014-02-08
3
-18
/
+17
|
*
disas: Add subset of libvixl sources for A64 disassembler
Peter Maydell
2014-02-08
15
-0
/
+6620
|
*
rules.mak: Link with C++ if we have a C++ compiler
Peter Maydell
2014-02-08
1
-2
/
+6
|
*
rules.mak: Support .cc as a C++ source file suffix
Peter Maydell
2014-02-08
1
-1
/
+5
|
*
arm_gic: Add GICC_APRn state to the GICState
Christoffer Dall
2014-02-08
3
-2
/
+27
|
*
vmstate: Add uint32 2D-array support
Christoffer Dall
2014-02-08
1
-0
/
+6
|
*
arm_gic: Support setting/getting binary point reg
Christoffer Dall
2014-02-08
3
-5
/
+20
|
*
arm_gic: Keep track of SGI sources
Christoffer Dall
2014-02-08
3
-14
/
+96
|
*
arm_gic: Fix GIC pending behavior
Christoffer Dall
2014-02-08
2
-18
/
+62
|
*
target-arm: Add support for AArch32 64bit VCVTB and VCVTT
Will Newton
2014-02-08
1
-22
/
+61
|
*
target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc group
Peter Maydell
2014-02-08
1
-3
/
+20
|
*
target-arm: A64: Add 2-reg-misc REV* instructions
Alex Bennée
2014-02-08
1
-1
/
+70
|
*
target-arm: A64: Add narrowing 2-reg-misc instructions
Peter Maydell
2014-02-08
1
-2
/
+83
|
*
target-arm: A64: Implement 2-reg-misc CNT, NOT and RBIT
Peter Maydell
2014-02-08
3
-6
/
+41
|
*
target-arm: A64: Implement 2-register misc compares, ABS, NEG
Peter Maydell
2014-02-08
1
-2
/
+134
|
*
target-arm: A64: Add skeleton decode for SIMD 2-reg misc group
Peter Maydell
2014-02-08
1
-1
/
+109
|
*
target-arm: A64: Add SIMD simple 64 bit insns from scalar 2-reg misc
Peter Maydell
2014-02-08
1
-1
/
+86
|
*
target-arm: A64: Implement remaining integer scalar-3-same insns
Peter Maydell
2014-02-08
1
-19
/
+87
|
*
target-arm: A64: Implement scalar pairwise ops
Peter Maydell
2014-02-08
1
-1
/
+113
|
*
tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR
Peter Maydell
2014-02-08
1
-0
/
+3
|
*
target-arm: A64: Implement pairwise integer ops from 3-reg-same SIMD
Peter Maydell
2014-02-08
1
-1
/
+123
|
*
target-arm: A64: Implement remaining non-pairwise int SIMD 3-reg-same insns
Peter Maydell
2014-02-08
1
-4
/
+127
|
*
target-arm: A64: Implement SIMD 3-reg-same shift and saturate insns
Peter Maydell
2014-02-08
1
-22
/
+112
*
|
Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging
Peter Maydell
2014-02-10
5
-12
/
+25
|
\
\
|
*
|
hw/9pfs: fix P9_STATS_GEN handling
Kirill A. Shutemov
2014-02-02
2
-6
/
+10
|
*
|
hw/9pfs: make get_st_gen() return ENOTTY error on special files
Kirill A. Shutemov
2014-02-02
3
-3
/
+6
|
*
|
hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()
Kirill A. Shutemov
2014-02-02
1
-0
/
+5
|
*
|
hw/9pfs: fix error handing in local_ioc_getversion()
Kirill A. Shutemov
2014-02-02
1
-3
/
+4
*
|
|
memory: fix limiting of translation at a page boundary
Paolo Bonzini
2014-02-10
1
-16
/
+19
*
|
|
Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20140204' into s...
Peter Maydell
2014-02-08
16
-220
/
+539
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hw/lm32: print error if cpu model is not found
Michael Walle
2014-02-04
2
-0
/
+15
[next]