index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-10
linux-headers: update to v6.5-rc1
Cédric Le Goater
2023-07-10
vfio: Fix null pointer dereference bug in vfio_bars_finalize()
Avihai Horon
2023-07-10
vfio/migration: Return bool type for vfio_migration_realize()
Zhenzhong Duan
2023-07-10
vfio/migration: Remove print of "Migration disabled"
Zhenzhong Duan
2023-07-10
vfio/migration: Free resources when vfio_migration_realize fails
Zhenzhong Duan
2023-07-10
vfio/migration: Change vIOMMU blocker from global to per device
Zhenzhong Duan
2023-07-10
vfio/pci: Disable INTx in vfio_realize error path
Zhenzhong Duan
2023-07-10
hw/vfio/pci-quirks: Sanitize capability pointer
Alex Williamson
2023-07-09
Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2023-07-09
Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qem...
Richard Henderson
2023-07-09
crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
Richard Henderson
2023-07-09
crypto: Remove AES_imc
Richard Henderson
2023-07-09
crypto: Implement aesdec_IMC with AES_imc_rot
Richard Henderson
2023-07-09
crypto: Remove AES_shifts, AES_ishifts
Richard Henderson
2023-07-09
target/riscv: Use aesdec_ISB_ISR_IMC_AK
Richard Henderson
2023-07-09
target/riscv: Use aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-09
target/riscv: Use aesdec_IMC
Richard Henderson
2023-07-09
target/riscv: Use aesdec_ISB_ISR_AK
Richard Henderson
2023-07-09
target/riscv: Use aesenc_SB_SR_AK
Richard Henderson
2023-07-09
target/arm: Use aesdec_IMC
Richard Henderson
2023-07-09
target/arm: Use aesenc_MC
Richard Henderson
2023-07-09
target/arm: Use aesdec_ISB_ISR_AK
Richard Henderson
2023-07-09
target/arm: Use aesenc_SB_SR_AK
Richard Henderson
2023-07-08
linux-user: Improve strace output of pread64() and pwrite64()
Helge Deller
2023-07-08
linux-user: Fix accept4(SOCK_NONBLOCK) syscall
Helge Deller
2023-07-08
linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
Helge Deller
2023-07-08
target/arm: Demultiplex AESE and AESMC
Richard Henderson
2023-07-08
target/i386: Use aesdec_ISB_ISR_IMC_AK
Richard Henderson
2023-07-08
target/i386: Use aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
target/i386: Use aesdec_IMC
Richard Henderson
2023-07-08
target/i386: Use aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
target/i386: Use aesenc_SB_SR_AK
Richard Henderson
2023-07-08
target/ppc: Use aesdec_ISB_ISR_AK_IMC
Richard Henderson
2023-07-08
target/ppc: Use aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
target/ppc: Use aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
target/ppc: Use aesenc_SB_SR_AK
Richard Henderson
2023-07-08
host/include/ppc: Implement aes-round.h
Richard Henderson
2023-07-08
host/include/aarch64: Implement aes-round.h
Richard Henderson
2023-07-08
host/include/i386: Implement aes-round.h
Richard Henderson
2023-07-08
crypto: Add aesdec_ISB_ISR_AK_IMC
Richard Henderson
2023-07-08
crypto: Add aesdec_ISB_ISR_IMC_AK
Richard Henderson
2023-07-08
crypto: Add aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
crypto: Add aesdec_IMC
Richard Henderson
2023-07-08
crypto: Add aesenc_MC
Richard Henderson
2023-07-08
crypto: Add aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
crypto: Add aesenc_SB_SR_AK
Richard Henderson
2023-07-08
crypto/aes: Add AES_SH, AES_ISH macros
Richard Henderson
2023-07-08
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
2023-07-08
tests/multiarch: Add test-aes
Richard Henderson
2023-07-08
util: Add cpuinfo-ppc.c
Richard Henderson
[next]