aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-08target/i386: Use aesdec_ISB_ISR_IMC_AKRichard Henderson1-10/+6
2023-07-08target/i386: Use aesenc_SB_SR_MC_AKRichard Henderson1-9/+5
2023-07-08target/i386: Use aesdec_IMCRichard Henderson1-8/+3
2023-07-08target/i386: Use aesdec_ISB_ISR_AKRichard Henderson1-5/+5
2023-07-08target/i386: Use aesenc_SB_SR_AKRichard Henderson1-5/+6
2023-07-08target/ppc: Use aesdec_ISB_ISR_AK_IMCRichard Henderson1-15/+4
2023-07-08target/ppc: Use aesenc_SB_SR_MC_AKRichard Henderson1-10/+4
2023-07-08target/ppc: Use aesdec_ISB_ISR_AKRichard Henderson1-7/+1
2023-07-08target/ppc: Use aesenc_SB_SR_AKRichard Henderson1-7/+2
2023-07-08host/include/ppc: Implement aes-round.hRichard Henderson4-0/+192
2023-07-08host/include/aarch64: Implement aes-round.hRichard Henderson4-0/+217
2023-07-08host/include/i386: Implement aes-round.hRichard Henderson4-0/+157
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson3-0/+38
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson3-0/+82
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson3-0/+82
2023-07-08crypto: Add aesdec_IMCRichard Henderson3-0/+79
2023-07-08crypto: Add aesenc_MCRichard Henderson3-0/+81
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson3-0/+70
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson4-0/+107
2023-07-08crypto/aes: Add AES_SH, AES_ISH macrosRichard Henderson1-2/+14
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson3-138/+151
2023-07-08tests/multiarch: Add test-aesRichard Henderson9-0/+518
2023-07-08util: Add cpuinfo-ppc.cRichard Henderson6-51/+97
2023-07-08Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into st...Richard Henderson12-64/+45
2023-07-08hw/arm/virt-acpi-build.c: Add missing headerPeng Liang1-0/+1
2023-07-08migration: unexport migrate_fd_error()Laszlo Ersek2-2/+1
2023-07-08migration: factor out "resume_requested" in qmp_migrate()Laszlo Ersek1-4/+6
2023-07-08qemu-options.hx: Fix indentation of some option descriptionsThomas Huth1-3/+3
2023-07-08vdpa: Sort vdpa_feature_bits array alphabeticallyHawkins Jiawei1-16/+23
2023-07-08vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bitsHawkins Jiawei1-1/+0
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth5-35/+5
2023-07-08trivial: man page: document display::gtk::zoom-to-fitJan Kratochvil1-0/+3
2023-07-08target/avr: Fix handling of interrupts above 33.Lucas Dietrich1-2/+2
2023-07-08hw/riscv/virt.c: fix typo in 'aia' descriptionDaniel Henrique Barboza1-1/+1
2023-07-07Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson41-450/+1039
2023-07-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson10-32/+207
2023-07-07target/i386: Add new CPU model GraniteRapidsTao Su1-0/+136
2023-07-07target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...Lei Wang1-2/+11
2023-07-07target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESTao Su1-0/+4
2023-07-07target/i386: Allow MCDT_NO if host supportsTao Su1-0/+4
2023-07-07target/i386: Add support for MCDT_NO in CPUID enumerationTao Su2-0/+30
2023-07-07target/i386: Adjust feature level according to FEAT_7_1_EDXTao Su1-0/+1
2023-07-07qemu_cleanup: begin drained section after vm_shutdown()Fiona Ebner1-7/+7
2023-07-07meson.build: Remove the logic to link C code with the C++ linkerThomas Huth3-18/+7
2023-07-07python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini3-7/+9
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley4-2/+94
2023-07-07Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson14-143/+65
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki1-6/+1
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki2-6/+33
2023-07-07net: socket: remove net_init_socket()Laurent Vivier1-26/+17