aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-25file-posix: handle EINTR during ioctlPaolo Bonzini1-1/+3
2021-06-25block: detect DKIOCGETBLOCKCOUNT/SIZE before useJoelle van Dyne1-1/+1
2021-06-25block: try BSD disk size ioctls one after anotherPaolo Bonzini1-18/+16
2021-06-25block: check for sys/disk.hJoelle van Dyne2-1/+2
2021-06-25block: feature detection for host block supportJoelle van Dyne3-16/+37
2021-06-25file-posix: try BLKSECTGET on block devices too, do not round to power of 2Paolo Bonzini1-24/+33
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini6-2/+25
2021-06-25block-backend: align max_transfer to request alignmentPaolo Bonzini1-3/+3
2021-06-25osdep: provide ROUND_DOWN macroPaolo Bonzini1-6/+22
2021-06-25scsi-generic: pass max_segments via max_iov field in BlockLimitsPaolo Bonzini2-4/+5
2021-06-25file-posix: fix max_iov for /dev/sg devicesPaolo Bonzini1-0/+11
2021-06-25KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu1-2/+2
2021-06-25configure, meson: convert libusbredir detection to mesonPaolo Bonzini4-29/+12
2021-06-25configure, meson: convert libcacard detection to mesonPaolo Bonzini4-29/+12
2021-06-25configure, meson: convert libusb detection to mesonPaolo Bonzini4-28/+14
2021-06-25configure, meson: convert pam detection to mesonPaolo Bonzini5-41/+34
2021-06-25configure, meson: convert libtasn1 detection to mesonPaolo Bonzini3-24/+6
2021-06-25configure, meson: convert crypto detection to mesonPaolo Bonzini5-232/+90
2021-06-25tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORTPaolo Bonzini8-63/+1
2021-06-25meson: remove preadv from summaryPaolo Bonzini1-1/+0
2021-06-25configure: drop unused variables for xtsPaolo Bonzini1-4/+0
2021-06-25meson: drop unused CONFIG_GCRYPT_HMACPaolo Bonzini1-1/+0
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini3-5/+10
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell27-629/+3578
2021-06-24docs/system: arm: Add nRF boards descriptionAlexandre Iooss3-0/+53
2021-06-24target/arm: Implement MTE3Peter Collingbourne3-32/+53
2021-06-24target/arm: Make VMOV scalar <-> gpreg beatwise for MVEPeter Maydell3-8/+75
2021-06-24target/arm: Implement MVE VADDVPeter Maydell4-0/+76
2021-06-24target/arm: Implement MVE VHCADDPeter Maydell4-3/+19
2021-06-24target/arm: Implement MVE VCADDPeter Maydell4-2/+51
2021-06-24target/arm: Implement MVE VADC, VSBCPeter Maydell4-0/+99
2021-06-24target/arm: Implement MVE VRHADDPeter Maydell4-0/+19
2021-06-24target/arm: Implement MVE VQDMULL (vector)Peter Maydell4-0/+70
2021-06-24target/arm: Implement MVE VQDMLSDH and VQRDMLSDHPeter Maydell4-0/+69
2021-06-24target/arm: Implement MVE VQDMLADH and VQRDMLADHPeter Maydell4-0/+114
2021-06-24target/arm: Implement MVE VRSHLPeter Maydell4-0/+17
2021-06-24target/arm: Implement MVE VSHL insnPeter Maydell4-0/+19
2021-06-24target/arm: Implement MVE VQRSHLPeter Maydell4-0/+19
2021-06-24target/arm: Implement MVE VQSHL (vector)Peter Maydell4-0/+56
2021-06-24target/arm: Implement MVE VQADD, VQSUB (vector)Peter Maydell4-0/+39
2021-06-24target/arm: Implement MVE VQDMULH, VQRDMULH (vector)Peter Maydell4-0/+40
2021-06-24target/arm: Implement MVE VQDMULL scalarPeter Maydell4-4/+119
2021-06-24target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)Peter Maydell4-0/+38
2021-06-24target/arm: Implement MVE VQADD and VQSUBPeter Maydell4-0/+87
2021-06-24target/arm: Implement MVE VPSTPeter Maydell2-0/+63
2021-06-24target/arm: Implement MVE VBRSRPeter Maydell4-0/+49
2021-06-24target/arm: Implement MVE VHADD, VHSUB (scalar)Peter Maydell4-0/+32
2021-06-24target/arm: Implement MVE VSUB, VMUL (scalar)Peter Maydell4-0/+14
2021-06-24target/arm: Implement MVE VADD (scalar)Peter Maydell4-0/+78
2021-06-24Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell16-52/+59