index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
49
-52
/
+49
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
7
-7
/
+0
2019-05-23
arm: Move system_clock_scale to armv7m_systick.h
Peter Maydell
2
-4
/
+22
2019-05-23
target/arm: Fix vector operation segfault
Alistair Francis
1
-2
/
+2
2019-05-23
target/arm: Simplify BFXIL expansion
Richard Henderson
1
-3
/
+3
2019-05-23
target/arm: Use extract2 for EXTR
Richard Henderson
1
-16
/
+18
2019-05-23
Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into staging
Peter Maydell
36
-256
/
+610
2019-05-23
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
13
-40
/
+47
2019-05-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-22' into ...
Peter Maydell
4
-13
/
+18
2019-05-23
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190522-pull-request...
Peter Maydell
6
-5
/
+414
2019-05-22
target/i386: Implement CPUID_EXT_RDRAND
Richard Henderson
4
-17
/
+73
2019-05-22
target/ppc: Use qemu_guest_getrandom for DARN
Richard Henderson
1
-11
/
+26
2019-05-22
target/ppc: Use gen_io_start/end around DARN
Richard Henderson
1
-6
/
+15
2019-05-22
target/arm: Implement ARMv8.5-RNG
Richard Henderson
3
-0
/
+50
2019-05-22
target/arm: Put all PAC keys into a structure
Richard Henderson
5
-34
/
+32
2019-05-22
hw/misc/exynos4210_rng: Use qemu_guest_getrandom
Richard Henderson
1
-7
/
+4
2019-05-22
hw/misc/bcm2835_rng: Use qemu_guest_getrandom_nofail
Richard Henderson
1
-19
/
+15
2019-05-22
hw/misc/nrf51_rng: Use qemu_guest_getrandom_nofail
Richard Henderson
1
-2
/
+2
2019-05-22
aspeed/scu: Use qemu_guest_getrandom_nofail
Richard Henderson
1
-8
/
+2
2019-05-22
linux-user: Remove srand call
Richard Henderson
1
-11
/
+0
2019-05-22
linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keys
Richard Henderson
3
-30
/
+32
2019-05-22
linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOM
Richard Henderson
1
-5
/
+3
2019-05-22
linux-user: Call qcrypto_init if not using -seed
Richard Henderson
1
-9
/
+19
2019-05-22
linux-user: Initialize pseudo-random seeds for all guest cpus
Richard Henderson
2
-11
/
+22
2019-05-22
cpus: Initialize pseudo-random seeds for all guest cpus
Richard Henderson
4
-0
/
+24
2019-05-22
util: Add qemu_guest_getrandom and associated routines
Richard Henderson
3
-0
/
+162
2019-05-22
ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
Richard Henderson
1
-11
/
+11
2019-05-22
ui/vnc: Split out authentication_failed
Richard Henderson
1
-22
/
+15
2019-05-22
crypto: Change the qcrypto_random_bytes buffer type to void*
Richard Henderson
4
-5
/
+5
2019-05-22
crypto: Use getrandom for qcrypto_random_bytes
Richard Henderson
2
-6
/
+49
2019-05-22
crypto: Use O_CLOEXEC in qcrypto_random_init
Richard Henderson
1
-2
/
+2
2019-05-22
crypto: Do not fail for EINTR during qcrypto_random_bytes
Richard Henderson
1
-21
/
+15
2019-05-22
crypto: Reverse code blocks in random-platform.c
Richard Henderson
1
-18
/
+17
2019-05-22
build: Link user-only with crypto random number objects
Richard Henderson
5
-16
/
+14
2019-05-22
configure: Link test before auto-enabling crypto libraries
Richard Henderson
1
-28
/
+44
2019-05-22
pci: msix: move 'MSIX_CAP_LENGTH' to header file
Li Qiang
3
-4
/
+2
2019-05-22
vfio: platform: fix a typo
Li Qiang
1
-2
/
+2
2019-05-22
hw: vfio: drop TYPE_FOO MACRO in VMStateDescription
Li Qiang
5
-5
/
+5
2019-05-22
vfio: pci: make "vfio-pci-nohotplug" as MACRO
Li Qiang
1
-2
/
+4
2019-05-22
configure: Fix spelling of sdl-image in --help
Markus Armbruster
1
-1
/
+1
2019-05-22
migration: Fix typo in migrate_add_blocker() error message
Greg Kurz
1
-1
/
+1
2019-05-22
roms: List and describe the Makefile 'clean' rule
Philippe Mathieu-Daudé
1
-0
/
+2
2019-05-22
roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description
Philippe Mathieu-Daudé
1
-2
/
+2
2019-05-22
hw/virtio/virtio-mmio: Convert DPRINTF to trace and log
Boxuan Li
2
-23
/
+28
2019-05-22
cutils: Simplify how parse_uint() checks for whitespace
Markus Armbruster
1
-1
/
+1
2019-05-22
gdbstub: Fix misuse of isxdigit()
Markus Armbruster
1
-7
/
+7
2019-05-22
gdbstub: Reject invalid RLE repeat counts
Markus Armbruster
1
-1
/
+5
2019-05-22
tests/vhost-user-bridge: Fix misuse of isdigit()
Markus Armbruster
1
-1
/
+2
2019-05-22
qemu-bridge-helper: Fix misuse of isspace()
Markus Armbruster
1
-3
/
+3
2019-05-22
contrib: add vhost-user-input
Marc-André Lureau
5
-0
/
+407
[next]