aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-03softfloat: Convert floatx80_mul to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_add/sub to FloatPartsRichard Henderson
2021-06-03tests/fp/fp-test: Reverse order of floatx80 precision testsRichard Henderson
2021-06-03softfloat: Adjust parts_uncanon_normal for floatx80Richard Henderson
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-06-03softfloat: Reduce FloatFmtRichard Henderson
2021-06-03softfloat: Split out parts_uncanon_normalRichard Henderson
2021-06-03softfloat: Move sqrt_float to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Move scalbn_decomposed to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Move compare_floats to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)David Hildenbrand
2021-06-03softfloat: Move minmax_flags to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Move uint_to_float to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Move int_to_float to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Move round_to_uint_and_pack to softfloat-parts.c.incRichard Henderson
2021-06-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210603'...Peter Maydell
2021-06-03tests/unit/test-vmstate: Assert that dup() and mkstemp() succeedPeter Maydell
2021-06-03tests/qtest/tpm-tests: Remove unnecessary NULL checksPeter Maydell
2021-06-03tests/qtest/pflash-cfi02-test: Avoid potential integer overflowPeter Maydell
2021-06-03tests/qtest/hd-geo-test: Fix checks on mkstemp() return valuePeter Maydell
2021-06-03tests/qtest/e1000e-test: Check qemu_recv() succeededPeter Maydell
2021-06-03tests/qtest/bios-tables-test: Check for dup2() failurePeter Maydell
2021-06-03hvf: Simplify post reset/init/loadvm hooksAlexander Graf
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf
2021-06-03hvf: Make synchronize functions staticAlexander Graf
2021-06-03hvf: Use cpu_synchronize_state()Alexander Graf
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf
2021-06-03hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf
2021-06-03hvf: Move hvf internal definitions into common headerAlexander Graf
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf
2021-06-03hvf: Move vcpu thread functions into common directoryAlexander Graf
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf
2021-06-03target/arm: Enable BFloat16 extensionsRichard Henderson
2021-06-03linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson
2021-06-03softfpu: Add float_round_to_odd_infRichard Henderson
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson
2021-06-03target/arm: Implement scalar float32 to bfloat16 conversionRichard Henderson
2021-06-03target/arm: Unify unallocated path in disas_fp_1srcRichard Henderson
2021-06-03target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16Richard Henderson
2021-06-03target/arm: use raise_exception_ra for stack limit exceptionJamie Iles
2021-06-03target/arm: use raise_exception_ra for MTE check failureJamie Iles
2021-06-03target/arm: fold do_raise_exception into raise_exceptionJamie Iles
2021-06-03target/arm: fix missing exception classJamie Iles