aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson1-25/+0
2023-07-09crypto: Remove AES_imcRichard Henderson1-7/+0
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson1-4/+0
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson1-0/+21
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson1-0/+21
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson1-0/+21
2023-07-08crypto: Add aesdec_IMCRichard Henderson1-0/+18
2023-07-08crypto: Add aesenc_MCRichard Henderson1-0/+18
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson1-0/+21
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson1-0/+44
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson1-0/+6
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley2-0/+15
2023-07-07ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin2-1/+2
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan1-0/+1
2023-07-07ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan1-0/+1
2023-07-07ppc4xx_pci: Rename QOM type name defineBALATON Zoltan1-1/+1
2023-07-07ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan1-0/+1
2023-07-07ppc/pnv: Add P10 quad xscom modelJoel Stanley1-1/+1
2023-07-07ppc/pnv: Subclass quad xscom callbacksJoel Stanley1-1/+12
2023-07-07pnv/xive: Add property on xive sources to define PQ state on resetFrederic Barrat1-0/+1
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée1-114/+254
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée1-1/+9
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée3-1/+41
2023-07-01tcg: Reduce tcg_assert_listed_vecop() scopePhilippe Mathieu-Daudé1-6/+0
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson1-0/+3
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon1-3/+3
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon1-0/+1
2023-06-30vfio: Implement a common device info helperAlex Williamson1-0/+1
2023-06-30vfio/migration: Add support for switchover ack capabilityAvihai Horon1-0/+1
2023-06-30vfio/migration: Add VFIO migration pre-copy supportAvihai Horon1-0/+2
2023-06-30vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon1-0/+1
2023-06-30migration: Implement switchover ack logicAvihai Horon1-0/+2
2023-06-29Merge tag 'accel-20230628' of https://github.com/philmd/qemu into stagingRichard Henderson13-9/+42
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson2-2/+11
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata1-0/+1
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata1-0/+2
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé3-0/+21
2023-06-28accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2-5/+1
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé1-1/+0
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2-3/+3
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé1-1/+1
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé6-0/+12
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist1-0/+1
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini1-0/+7
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf1-2/+4
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau3-5/+11
2023-06-27ui/egl: query ANGLE d3d deviceMarc-André Lureau1-0/+1
2023-06-27ui: add egl_fb_read_rect()Marc-André Lureau1-0/+1