aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-07-07net: socket: move fd type checking to its own functionLaurent Vivier1-8/+20
2023-07-07net: socket: prepare to cleanup net_init_socket()Laurent Vivier1-3/+3
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng1-8/+0
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng1-11/+0
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng1-14/+0
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng1-9/+0
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng1-18/+0
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng1-10/+0
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng1-10/+1
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier1-2/+2
2023-07-07target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'Philippe Mathieu-Daudé1-5/+0
2023-07-07target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.cPhilippe Mathieu-Daudé1-1/+1
2023-07-07target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.hPhilippe Mathieu-Daudé2-2/+2
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé2-4/+4
2023-07-07target/ppc: Reorder #ifdef'ry in kvm_ppc.hPhilippe Mathieu-Daudé1-34/+28
2023-07-07target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'Philippe Mathieu-Daudé1-0/+1
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin3-0/+55
2023-07-07tests/qtest: Add xscom tests for powernv10 machineNicholas Piggin1-9/+36
2023-07-07ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin3-3/+6
2023-07-07ppc/pnv: Log all unimp warnings with similar messageJoel Stanley1-16/+18
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan3-6/+6
2023-07-07ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan3-3/+5
2023-07-07ppc4xx_pci: Rename QOM type name defineBALATON Zoltan3-6/+5
2023-07-07ppc440_pcix: Stop using system io region for PCI busBALATON Zoltan2-8/+7
2023-07-07ppc440_pcix: Don't use iomem for regsBALATON Zoltan1-3/+4
2023-07-07ppc/sam460ex: Remove address_space_mem local variableBALATON Zoltan1-4/+4
2023-07-07ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan4-23/+17