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
2021-06-04
docs: Added eBPF documentation.
Andrew Melnychenko
2
-0
/
+126
2021-06-04
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
4
-3
/
+122
2021-06-04
ebpf: Added eBPF RSS loader.
Andrew Melnychenko
10
-1
/
+718
2021-06-04
ebpf: Added eBPF RSS program.
Andrew Melnychenko
2
-0
/
+592
2021-06-04
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko
7
-0
/
+40
2021-06-04
net/tap: Added TUNSETSTEERINGEBPF code.
Andrew Melnychenko
1
-0
/
+1
2021-06-03
softfloat: Use hard-float for {u}int64_to_float{32,64}
Richard Henderson
1
-0
/
+28
2021-06-03
tests/fp: Enable more tests
Alex Bennée
2
-10
/
+8
2021-06-03
softfloat: Convert modrem operations to FloatParts
Richard Henderson
4
-1243
/
+329
2021-06-03
softfloat: Move floatN_log2 to softfloat-parts.c.inc
Richard Henderson
4
-99
/
+281
2021-06-03
softfloat: Convert float32_exp2 to FloatParts
Richard Henderson
1
-30
/
+23
2021-06-03
softfloat: Convert floatx80 compare to FloatParts
Richard Henderson
1
-60
/
+22
2021-06-03
softfloat: Convert floatx80_scalbn to FloatParts
Richard Henderson
1
-39
/
+11
2021-06-03
softfloat: Convert floatx80 to integer to FloatParts
Richard Henderson
1
-294
/
+42
2021-06-03
softfloat: Convert floatx80 float conversions to FloatParts
Richard Henderson
2
-384
/
+67
2021-06-03
softfloat: Convert integer to floatx80 to FloatParts
Richard Henderson
1
-45
/
+13
2021-06-03
softfloat: Convert floatx80_round_to_int to FloatParts
Richard Henderson
1
-103
/
+13
2021-06-03
softfloat: Convert floatx80_round to FloatParts
Richard Henderson
1
-4
/
+6
2021-06-03
softfloat: Convert floatx80_sqrt to FloatParts
Richard Henderson
1
-71
/
+11
2021-06-03
softfloat: Convert floatx80_div to FloatParts
Richard Henderson
1
-87
/
+13
2021-06-03
softfloat: Convert floatx80_mul to FloatParts
Richard Henderson
1
-62
/
+14
2021-06-03
softfloat: Convert floatx80_add/sub to FloatParts
Richard Henderson
1
-203
/
+136
2021-06-03
tests/fp/fp-test: Reverse order of floatx80 precision tests
Richard Henderson
1
-4
/
+4
2021-06-03
softfloat: Adjust parts_uncanon_normal for floatx80
Richard Henderson
1
-6
/
+30
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
9
-134
/
+182
2021-06-03
softfloat: Reduce FloatFmt
Richard Henderson
2
-20
/
+15
2021-06-03
softfloat: Split out parts_uncanon_normal
Richard Henderson
2
-27
/
+40
2021-06-03
softfloat: Move sqrt_float to softfloat-parts.c.inc
Richard Henderson
2
-152
/
+261
2021-06-03
softfloat: Move scalbn_decomposed to softfloat-parts.c.inc
Richard Henderson
2
-69
/
+55
2021-06-03
softfloat: Move compare_floats to softfloat-parts.c.inc
Richard Henderson
2
-132
/
+133
2021-06-03
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
David Hildenbrand
2
-0
/
+19
2021-06-03
softfloat: Move minmax_flags to softfloat-parts.c.inc
Richard Henderson
2
-130
/
+156
2021-06-03
softfloat: Move uint_to_float to softfloat-parts.c.inc
Richard Henderson
2
-50
/
+56
2021-06-03
softfloat: Move int_to_float to softfloat-parts.c.inc
Richard Henderson
2
-98
/
+70
2021-06-03
softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
Richard Henderson
2
-278
/
+147
2021-06-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210603'...
Peter Maydell
63
-935
/
+1666
2021-06-03
tests/unit/test-vmstate: Assert that dup() and mkstemp() succeed
Peter Maydell
1
-1
/
+4
2021-06-03
tests/qtest/tpm-tests: Remove unnecessary NULL checks
Peter Maydell
1
-8
/
+4
2021-06-03
tests/qtest/pflash-cfi02-test: Avoid potential integer overflow
Peter Maydell
1
-1
/
+1
2021-06-03
tests/qtest/hd-geo-test: Fix checks on mkstemp() return value
Peter Maydell
1
-2
/
+2
2021-06-03
tests/qtest/e1000e-test: Check qemu_recv() succeeded
Peter Maydell
1
-1
/
+2
2021-06-03
tests/qtest/bios-tables-test: Check for dup2() failure
Peter Maydell
1
-2
/
+6
2021-06-03
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
2
-21
/
+11
2021-06-03
hvf: Introduce hvf vcpu struct
Alexander Graf
11
-237
/
+248
2021-06-03
hvf: Remove hvf-accel-ops.h
Alexander Graf
4
-21
/
+1
2021-06-03
hvf: Make synchronize functions static
Alexander Graf
2
-6
/
+3
2021-06-03
hvf: Use cpu_synchronize_state()
Alexander Graf
3
-7
/
+5
2021-06-03
hvf: Split out common code on vcpu init and destroy
Alexander Graf
4
-23
/
+34
2021-06-03
hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t
Alexander Graf
1
-3
/
+3
2021-06-03
hvf: Make hvf_set_phys_mem() static
Alexander Graf
2
-2
/
+1
[prev]
[next]