aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-22hw/misc/nrf51_rng: Use qemu_guest_getrandom_nofailRichard Henderson1-2/+2
2019-05-22aspeed/scu: Use qemu_guest_getrandom_nofailRichard Henderson1-8/+2
2019-05-22linux-user: Remove srand callRichard Henderson1-11/+0
2019-05-22linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keysRichard Henderson3-30/+32
2019-05-22linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOMRichard Henderson1-5/+3
2019-05-22linux-user: Call qcrypto_init if not using -seedRichard Henderson1-9/+19
2019-05-22linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson2-11/+22
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson4-0/+24
2019-05-22util: Add qemu_guest_getrandom and associated routinesRichard Henderson3-0/+162
2019-05-22ui/vnc: Use gcrypto_random_bytes for start_auth_vncRichard Henderson1-11/+11
2019-05-22ui/vnc: Split out authentication_failedRichard Henderson1-22/+15
2019-05-22crypto: Change the qcrypto_random_bytes buffer type to void*Richard Henderson4-5/+5
2019-05-22crypto: Use getrandom for qcrypto_random_bytesRichard Henderson2-6/+49
2019-05-22crypto: Use O_CLOEXEC in qcrypto_random_initRichard Henderson1-2/+2
2019-05-22crypto: Do not fail for EINTR during qcrypto_random_bytesRichard Henderson1-21/+15
2019-05-22crypto: Reverse code blocks in random-platform.cRichard Henderson1-18/+17
2019-05-22build: Link user-only with crypto random number objectsRichard Henderson5-16/+14
2019-05-22configure: Link test before auto-enabling crypto librariesRichard Henderson1-28/+44
2019-05-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into stagingPeter Maydell60-163/+3454
2019-05-21s390x/cpumodel: wire up 8561 and 8562 as gen15 machinesChristian Borntraeger1-4/+5
2019-05-21s390x/cpumodel: add gen15 defintionsChristian Borntraeger1-0/+37
2019-05-21s390x/cpumodel: add Deflate-conversion facilityChristian Borntraeger5-0/+35
2019-05-21s390x/cpumodel: enhanced sort facilityChristian Borntraeger5-0/+39
2019-05-21s390x/cpumodel: vector enhancementsChristian Borntraeger2-0/+4
2019-05-21s390x/cpumodel: msa9 facilityChristian Borntraeger6-0/+114
2019-05-21s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3Christian Borntraeger2-0/+2
2019-05-21s390x/cpumodel: ignore csske for expansionChristian Borntraeger1-0/+2
2019-05-21linux headers: update against Linux 5.2-rc1Cornelia Huck36-144/+907
2019-05-21update-linux-headers: handle new header fileCornelia Huck1-0/+3
2019-05-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell36-1453/+1890
2019-05-21tests: acpi: print error unable to dump ACPI table during rebuildIgor Mammedov1-1/+4
2019-05-21tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a speci...Igor Mammedov1-12/+11
2019-05-21Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-2...Peter Maydell118-371/+195
2019-05-21Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into stagingPeter Maydell9-1107/+2572
2019-05-21tests/qemu-iotests: Remove the "_supported_os Linux" line from many testsThomas Huth99-99/+0
2019-05-21cirrus / travis: Add gnu-sed and bash for macOS and FreeBSDThomas Huth2-2/+3
2019-05-21tests/qemu-iotests: Do not hard-code the path to bashThomas Huth5-5/+5
2019-05-21tests/qemu-iotests/check: Pick a default machine if necessaryThomas Huth1-1/+12
2019-05-21tests/qemu-iotests/005: Add a sanity check for large sparse file supportThomas Huth1-0/+9
2019-05-21tests/hd-geo-test: Use qtest_init() instead of qtest_start()Thomas Huth1-35/+41
2019-05-21tests/device-introspect: Use qtest_init() instead of qtest_start()Thomas Huth1-39/+46
2019-05-21tests/qom-test: Use qtest_init() instead of qtest_start()Thomas Huth1-15/+13
2019-05-21tests/numa-test: Use qtest_init() instead of qtest_start()Thomas Huth1-23/+30
2019-05-21tests/q35-test: Make test independent of global_qtestThomas Huth1-21/+18
2019-05-21tests/libqos: Get rid of global_qtest dependency in qvring_init()Thomas Huth4-11/+15
2019-05-21tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()Thomas Huth1-2/+2
2019-05-21tests/libqtest: Remove unused global_qtest-related wrapper functionsThomas Huth2-118/+1
2019-05-20tests: acpi: allow to override default acceleratorIgor Mammedov1-3/+5
2019-05-20tests: acpi: ignore SMBIOS tests when UEFI firmware is usedIgor Mammedov1-2/+9
2019-05-20tests: acpi: add a way to start tests with UEFI firmwareIgor Mammedov1-17/+35