aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-11target/hppa: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-12/+3
2024-12-11target/loongarch: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-6/+6
2024-12-11target/x86: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-1/+8
2024-12-11target/xtensa: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-1/+3
2024-12-11target/sparc: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-2/+3
2024-12-11target/mips: Set FloatInfZeroNaNRule explicitlyPeter Maydell3-15/+14
2024-12-11target/ppc: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-6/+8
2024-12-11target/s390: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-2/+2
2024-12-11target/arm: Set FloatInfZeroNaNRule explicitlyPeter Maydell2-7/+4
2024-12-11tests/fp: Explicitly set inf-zero-nan rulePeter Maydell2-0/+10
2024-12-11softfloat: Allow runtime choice of inf * 0 + NaN resultPeter Maydell3-30/+95
2024-12-11fpu: Check for default_nan_mode before calling pickNaNMulAddPeter Maydell2-4/+13
2024-12-11fpu: handle raising Invalid for infzero in pick_nan_muladdPeter Maydell2-34/+8
2024-12-11hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisementBernhard Beschow1-2/+2
2024-12-11hw/net/lan9118_phy: Reuse MII constantsBernhard Beschow2-23/+46
2024-12-11hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR registerBernhard Beschow1-1/+1
2024-12-11hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementationsBernhard Beschow5-163/+85
2024-12-11hw/net/lan9118: Extract lan9118_phyBernhard Beschow5-115/+233
2024-12-11Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into sta...Peter Maydell24-1025/+1623
2024-12-11Merge tag 'pull-9p-20241210' of https://github.com/cschoenebeck/qemu into sta...Peter Maydell1-10/+17
2024-12-11rust: qom: change the parent type to an associated typePaolo Bonzini3-12/+9
2024-12-11rust: qom: split ObjectType from ObjectImpl traitPaolo Bonzini6-26/+58
2024-12-11rust: qom: move bridge for TypeInfo functions out of pl011Paolo Bonzini2-32/+69
2024-12-11tests/functional: remove pointless with statementDaniel P. Berrangé1-4/+3
2024-12-11tests/functional: remove unused system importsDaniel P. Berrangé10-16/+0
2024-12-11tests/functional: Convert the cubieboard avocado testsThomas Huth4-157/+153
2024-12-11tests/functional: Convert the smdkc210 avocado testThomas Huth4-41/+59
2024-12-11tests/functional: Convert the emcraft_sf2 avocado testThomas Huth4-44/+54
2024-12-11tests/functional: Convert the xlnx_versal_virt avocado testThomas Huth4-27/+39
2024-12-11MAINTAINERS: Cover the tests/functional/test_sh4eb_r2d.py fileThomas Huth1-1/+1
2024-12-11tests/functional: Bump the timeout of the sh4_tuxrun testThomas Huth1-0/+1
2024-12-11s390x/cpumodel: gen17 modelHendrik Brueckner2-0/+35
2024-12-11s390x/cpumodel: Add PLO-extension facilityHendrik Brueckner4-0/+123
2024-12-11s390x/cpumodel: correct PLO feature wordingHendrik Brueckner1-6/+6
2024-12-11s390x/cpumodel: Add Sequential-Instruction-Fetching facilityHendrik Brueckner1-0/+1
2024-12-11s390x/cpumodel: add Ineffective-nonconstrained-transaction facilityHendrik Brueckner2-0/+2
2024-12-11s390x/cpumodel: add Vector-Packed-Decimal-Enhancement facility 3Hendrik Brueckner2-0/+2
2024-12-11s390x/cpumodel: add Miscellaneous-Instruction-Extensions Facility 4Hendrik Brueckner1-0/+1
2024-12-11s390x/cpumodel: add Vector Enhancements facility 3Hendrik Brueckner2-0/+3
2024-12-11s390x/cpumodel: add Concurrent-functions facility supportHendrik Brueckner6-0/+35
2024-12-11linux-headers: Update to Linux 6.13-rc1Hendrik Brueckner33-23/+506
2024-12-11s390x/cpumodel: Add ptff Query Time-Stamp Event (QTSE) supportHendrik Brueckner3-0/+11
2024-12-11s390x/cpumodel: add msa13 subfunctionsHendrik Brueckner3-0/+40
2024-12-11s390x/cpumodel: add msa12 changesHendrik Brueckner3-0/+10
2024-12-11s390x/cpumodel: add msa11 subfunctionsHendrik Brueckner4-0/+44
2024-12-11s390x/cpumodel: add msa10 subfunctionsHendrik Brueckner4-0/+32
2024-12-11docs: replace 'Edit on GitLab' with 'View page source'Daniel P. Berrangé1-1/+1
2024-12-11hw: add compat machines for 10.0Cornelia Huck10-9/+76
2024-12-11hw/i386: define _AS_LATEST() macros for machine typesDaniel P. Berrangé3-12/+14
2024-12-11test/qtest/ast2700-smc-test: Support to test AST2700Jamin Lin2-1/+74