index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-03
softfloat: Convert floatx80_mul to FloatParts
Richard Henderson
2021-06-03
softfloat: Convert floatx80_add/sub to FloatParts
Richard Henderson
2021-06-03
tests/fp/fp-test: Reverse order of floatx80 precision tests
Richard Henderson
2021-06-03
softfloat: Adjust parts_uncanon_normal for floatx80
Richard Henderson
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
2021-06-03
softfloat: Reduce FloatFmt
Richard Henderson
2021-06-03
softfloat: Split out parts_uncanon_normal
Richard Henderson
2021-06-03
softfloat: Move sqrt_float to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move scalbn_decomposed to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move compare_floats to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
David Hildenbrand
2021-06-03
softfloat: Move minmax_flags to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move uint_to_float to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move int_to_float to softfloat-parts.c.inc
Richard Henderson
2021-06-03
softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
Richard Henderson
2021-06-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210603'...
Peter Maydell
2021-06-03
tests/unit/test-vmstate: Assert that dup() and mkstemp() succeed
Peter Maydell
2021-06-03
tests/qtest/tpm-tests: Remove unnecessary NULL checks
Peter Maydell
2021-06-03
tests/qtest/pflash-cfi02-test: Avoid potential integer overflow
Peter Maydell
2021-06-03
tests/qtest/hd-geo-test: Fix checks on mkstemp() return value
Peter Maydell
2021-06-03
tests/qtest/e1000e-test: Check qemu_recv() succeeded
Peter Maydell
2021-06-03
tests/qtest/bios-tables-test: Check for dup2() failure
Peter Maydell
2021-06-03
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
2021-06-03
hvf: Introduce hvf vcpu struct
Alexander Graf
2021-06-03
hvf: Remove hvf-accel-ops.h
Alexander Graf
2021-06-03
hvf: Make synchronize functions static
Alexander Graf
2021-06-03
hvf: Use cpu_synchronize_state()
Alexander Graf
2021-06-03
hvf: Split out common code on vcpu init and destroy
Alexander Graf
2021-06-03
hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t
Alexander Graf
2021-06-03
hvf: Make hvf_set_phys_mem() static
Alexander Graf
2021-06-03
hvf: Move hvf internal definitions into common header
Alexander Graf
2021-06-03
hvf: Move cpu functions into common directory
Alexander Graf
2021-06-03
hvf: Move vcpu thread functions into common directory
Alexander Graf
2021-06-03
hvf: Move assert_hvf_ok() into common directory
Alexander Graf
2021-06-03
target/arm: Enable BFloat16 extensions
Richard Henderson
2021-06-03
linux-user/aarch64: Enable hwcap bits for bfloat16
Richard Henderson
2021-06-03
target/arm: Implement bfloat widening fma (indexed)
Richard Henderson
2021-06-03
target/arm: Implement bfloat widening fma (vector)
Richard Henderson
2021-06-03
target/arm: Implement bfloat16 matrix multiply accumulate
Richard Henderson
2021-06-03
target/arm: Implement bfloat16 dot product (indexed)
Richard Henderson
2021-06-03
target/arm: Implement bfloat16 dot product (vector)
Richard Henderson
2021-06-03
softfpu: Add float_round_to_odd_inf
Richard Henderson
2021-06-03
target/arm: Implement vector float32 to bfloat16 conversion
Richard Henderson
2021-06-03
target/arm: Implement scalar float32 to bfloat16 conversion
Richard Henderson
2021-06-03
target/arm: Unify unallocated path in disas_fp_1src
Richard Henderson
2021-06-03
target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16
Richard Henderson
2021-06-03
target/arm: use raise_exception_ra for stack limit exception
Jamie Iles
2021-06-03
target/arm: use raise_exception_ra for MTE check failure
Jamie Iles
2021-06-03
target/arm: fold do_raise_exception into raise_exception
Jamie Iles
2021-06-03
target/arm: fix missing exception class
Jamie Iles
[next]