aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-03softfloat: Convert floatx80 to integer to FloatPartsRichard Henderson1-294/+42
2021-06-03softfloat: Convert floatx80 float conversions to FloatPartsRichard Henderson2-384/+67
2021-06-03softfloat: Convert integer to floatx80 to FloatPartsRichard Henderson1-45/+13
2021-06-03softfloat: Convert floatx80_round_to_int to FloatPartsRichard Henderson1-103/+13
2021-06-03softfloat: Convert floatx80_round to FloatPartsRichard Henderson1-4/+6
2021-06-03softfloat: Convert floatx80_sqrt to FloatPartsRichard Henderson1-71/+11
2021-06-03softfloat: Convert floatx80_div to FloatPartsRichard Henderson1-87/+13
2021-06-03softfloat: Convert floatx80_mul to FloatPartsRichard Henderson1-62/+14
2021-06-03softfloat: Convert floatx80_add/sub to FloatPartsRichard Henderson1-203/+136
2021-06-03tests/fp/fp-test: Reverse order of floatx80 precision testsRichard Henderson1-4/+4
2021-06-03softfloat: Adjust parts_uncanon_normal for floatx80Richard Henderson1-6/+30
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson9-134/+182
2021-06-03softfloat: Reduce FloatFmtRichard Henderson2-20/+15
2021-06-03softfloat: Split out parts_uncanon_normalRichard Henderson2-27/+40
2021-06-03softfloat: Move sqrt_float to softfloat-parts.c.incRichard Henderson2-152/+261
2021-06-03softfloat: Move scalbn_decomposed to softfloat-parts.c.incRichard Henderson2-69/+55
2021-06-03softfloat: Move compare_floats to softfloat-parts.c.incRichard Henderson2-132/+133
2021-06-03softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)David Hildenbrand2-0/+19
2021-06-03softfloat: Move minmax_flags to softfloat-parts.c.incRichard Henderson2-130/+156
2021-06-03softfloat: Move uint_to_float to softfloat-parts.c.incRichard Henderson2-50/+56
2021-06-03softfloat: Move int_to_float to softfloat-parts.c.incRichard Henderson2-98/+70
2021-06-03softfloat: Move round_to_uint_and_pack to softfloat-parts.c.incRichard Henderson2-278/+147
2021-06-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210603'...Peter Maydell63-935/+1666
2021-06-03tests/unit/test-vmstate: Assert that dup() and mkstemp() succeedPeter Maydell1-1/+4
2021-06-03tests/qtest/tpm-tests: Remove unnecessary NULL checksPeter Maydell1-8/+4
2021-06-03tests/qtest/pflash-cfi02-test: Avoid potential integer overflowPeter Maydell1-1/+1
2021-06-03tests/qtest/hd-geo-test: Fix checks on mkstemp() return valuePeter Maydell1-2/+2
2021-06-03tests/qtest/e1000e-test: Check qemu_recv() succeededPeter Maydell1-1/+2
2021-06-03tests/qtest/bios-tables-test: Check for dup2() failurePeter Maydell1-2/+6
2021-06-03hvf: Simplify post reset/init/loadvm hooksAlexander Graf2-21/+11
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf11-237/+248
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf4-21/+1
2021-06-03hvf: Make synchronize functions staticAlexander Graf2-6/+3
2021-06-03hvf: Use cpu_synchronize_state()Alexander Graf3-7/+5
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf4-23/+34
2021-06-03hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf1-3/+3
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf2-2/+1
2021-06-03hvf: Move hvf internal definitions into common headerAlexander Graf2-30/+31
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf5-307/+311
2021-06-03hvf: Move vcpu thread functions into common directoryAlexander Graf5-2/+2
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf6-32/+81
2021-06-03target/arm: Enable BFloat16 extensionsRichard Henderson3-0/+7
2021-06-03linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson1-0/+2
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson7-1/+82
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson7-4/+73
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson7-3/+81
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson7-9/+80
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson7-0/+89
2021-06-03softfpu: Add float_round_to_odd_infRichard Henderson2-3/+7
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson9-0/+95