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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
target/arm: Move the VFP trans_* functions to translate-vfp.inc.c
Peter Maydell
2
-337
/
+337
2019-06-13
target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetree
Peter Maydell
2
-39
/
+39
2019-06-13
target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetree
Peter Maydell
2
-22
/
+43
2019-06-13
target/arm: Convert VMINNM, VMAXNM to decodetree
Peter Maydell
2
-13
/
+33
2019-06-13
target/arm: Convert the VSEL instructions to decodetree
Peter Maydell
4
-10
/
+59
2019-06-13
target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu max
Peter Maydell
1
-0
/
+4
2019-06-13
target/arm: Fix Cortex-R5F MVFR values
Peter Maydell
1
-0
/
+2
2019-06-13
target/arm: Factor out VFP access checking code
Peter Maydell
2
-88
/
+113
2019-06-13
target/arm: Add stubs for AArch32 VFP decodetree
Peter Maydell
5
-0
/
+119
2019-06-13
decodetree: Fix comparison of Field
Richard Henderson
1
-1
/
+1
2019-06-13
target/arm: Fix output of PAuth Auth
Richard Henderson
3
-3
/
+64
2019-06-13
hw/core/bus.c: Only the main system bus can have no parent
Peter Maydell
1
-12
/
+9
2019-06-13
hw/arm/smmuv3: Fix decoding of ID register range
Peter Maydell
1
-1
/
+1
2019-06-13
target/arm: Implement NSACR gating of floating point
Peter Maydell
1
-2
/
+73
2019-06-13
target/arm: Use tcg_gen_gvec_bitsel
Richard Henderson
4
-78
/
+20
2019-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...
Peter Maydell
5
-6
/
+14
2019-06-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into staging
Peter Maydell
1
-3
/
+3
2019-06-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...
Peter Maydell
42
-59
/
+447
2019-06-13
ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device
Chen Zhang
1
-1
/
+6
2019-06-13
ui/cocoa: Fix absolute input device grabbing issue on Mojave
Chen Zhang
1
-2
/
+41
2019-06-13
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-cputl...
Peter Maydell
22
-607
/
+1788
2019-06-13
edid: flip the default to enabled
Gerd Hoffmann
4
-5
/
+11
2019-06-13
edid: add xmax + ymax properties
Gerd Hoffmann
1
-1
/
+3
2019-06-12
tcg: Fix typos in helper_gvec_sar{8,32,64}v
Richard Henderson
1
-3
/
+3
2019-06-12
gdbstub: Implement qemu physical memory mode
Jon Doron
1
-2
/
+60
2019-06-12
gdbstub: Clear unused variables in gdb_handle_packet
Jon Doron
1
-9
/
+2
2019-06-12
gdbstub: Implement target halted (? pkt) with new infra
Jon Doron
1
-10
/
+25
2019-06-12
gdbstub: Implement generic set/query (Q/q pkt) with new infra
Jon Doron
1
-186
/
+373
2019-06-12
gdbstub: Implement v commands with new infra
Jon Doron
1
-60
/
+110
2019-06-12
gdbstub: Implement step (s pkt) with new infra
Jon Doron
1
-6
/
+19
2019-06-12
gdbstub: Implement file io (F pkt) with new infra
Jon Doron
1
-22
/
+26
2019-06-12
gdbstub: Implement read all registers (g pkt) with new infra
Jon Doron
1
-8
/
+23
2019-06-12
gdbstub: Implement write all registers (G pkt) with new infra
Jon Doron
1
-10
/
+31
2019-06-12
gdbstub: Implement read memory (m pkt) with new infra
Jon Doron
1
-16
/
+32
2019-06-12
gdbstub: Implement write memory (M pkt) with new infra
Jon Doron
1
-18
/
+33
2019-06-12
gdbstub: Implement get register (p pkt) with new infra
Jon Doron
1
-12
/
+38
2019-06-12
gdbstub: Implement set register (P pkt) with new infra
Jon Doron
1
-9
/
+30
2019-06-12
gdbstub: Implement breakpoint commands (Z/z pkt) with new infra
Jon Doron
1
-19
/
+67
2019-06-12
gdbstub: Implement set_thread (H pkt) with new infra
Jon Doron
1
-30
/
+53
2019-06-12
gdbstub: Implement continue with signal (C pkt) with new infra
Jon Doron
1
-5
/
+29
2019-06-12
gdbstub: Implement continue (c pkt) with new infra
Jon Doron
1
-6
/
+19
2019-06-12
gdbstub: Implement thread_alive (T pkt) with new infra
Jon Doron
1
-11
/
+32
2019-06-12
gdbstub: Implement deatch (D pkt) with new infra
Jon Doron
1
-40
/
+61
2019-06-12
gdbstub: Add infrastructure to parse cmd packets
Jon Doron
1
-0
/
+195
2019-06-12
cputlb: cast size_t to target_ulong before using for address masks
Alex Bennée
1
-1
/
+1
2019-06-12
MAINTAINERS: put myself forward for gdbstub
Alex Bennée
1
-1
/
+3
2019-06-12
tests/tcg/x86_64: add a PVH crt.o for x86_64 system tests
Alex Bennée
3
-0
/
+311
2019-06-12
tests/tcg: clean-up VPATH/TESTS for i386
Alex Bennée
1
-7
/
+2
2019-06-12
tests/tcg: better detect truncated reads
Alex Bennée
1
-5
/
+31
2019-06-12
cputlb: use uint64_t for interim values for unaligned load
Alex Bennée
1
-1
/
+1
[next]