aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-24hw/display/ramfb: fix guest memory un-mappingHou Qiming1-13/+38
2019-05-23Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20190523-pull...Peter Maydell18-23/+433
2019-05-23tests: fw_cfg: add 'splash-time' test caseLi Qiang1-0/+20
2019-05-23tests: fw_cfg: add 'reboot-timeout' test caseLi Qiang1-0/+21
2019-05-23hw/nvram/fw_cfg: Store 'reboot-timeout' as little endianLi Qiang1-1/+3
2019-05-23tests: fw_cfg: add a function to get the fw_cfg fileLi Qiang2-0/+47
2019-05-23tests: refactor fw_cfg_testLi Qiang1-15/+78
2019-05-23tests/fw_cfg: Free QFWCFG object after qtest has runPhilippe Mathieu-Daudé1-0/+1
2019-05-23tests/libqos: Add pc_fw_cfg_uninit() and use itPhilippe Mathieu-Daudé2-1/+6
2019-05-23tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit()Philippe Mathieu-Daudé2-0/+12
2019-05-23hw/sparc64: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-0/+19
2019-05-23hw/sparc: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-0/+19
2019-05-23hw/ppc: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2-1/+46
2019-05-23hw/i386: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2-1/+39
2019-05-23hw/i386: Extract fw_cfg definitions to local "fw_cfg.h"Philippe Mathieu-Daudé2-6/+21
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé5-1/+38
2019-05-23hw/nvram/fw_cfg: Add trace eventsPhilippe Mathieu-Daudé2-2/+68
2019-05-23Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into stagingPeter Maydell36-256/+610
2019-05-23Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell13-40/+47
2019-05-23Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-22' into ...Peter Maydell4-13/+18
2019-05-23Merge remote-tracking branch 'remotes/kraxel/tags/input-20190522-pull-request...Peter Maydell6-5/+414
2019-05-22target/i386: Implement CPUID_EXT_RDRANDRichard Henderson4-17/+73
2019-05-22target/ppc: Use qemu_guest_getrandom for DARNRichard Henderson1-11/+26
2019-05-22target/ppc: Use gen_io_start/end around DARNRichard Henderson1-6/+15
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson3-0/+50
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson5-34/+32
2019-05-22hw/misc/exynos4210_rng: Use qemu_guest_getrandomRichard Henderson1-7/+4
2019-05-22hw/misc/bcm2835_rng: Use qemu_guest_getrandom_nofailRichard Henderson1-19/+15
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-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang3-4/+2
2019-05-22vfio: platform: fix a typoLi Qiang1-2/+2
2019-05-22hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang5-5/+5
2019-05-22vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang1-2/+4