aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi3-8/+21
2023-09-19Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2-52/+2
2023-09-19Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-2/+5
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi7-31/+27
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan1-0/+1
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2-8/+14
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand1-0/+6
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2-52/+2
2023-09-18tap: Add check for USO featuresYuri Benditovich1-0/+3
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko1-2/+2
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei1-0/+12
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson1-9/+2
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson2-14/+0
2023-09-16tcg: Add gvec compare with immediate and scalar operandRichard Henderson1-0/+6
2023-09-15host/include/i386: Implement clmul.hRichard Henderson1-0/+3
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson1-0/+19
2023-09-15crypto: Add generic 32-bit carry-less multiply routinesRichard Henderson1-0/+7
2023-09-15crypto: Add generic 16-bit carry-less multiply routinesRichard Henderson1-0/+16
2023-09-15crypto: Add generic 8-bit carry-less multiply routinesRichard Henderson1-0/+41
2023-09-15thunk: Delete checks for old host definitionsAkihiko Odaki1-2/+1
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei1-6/+6
2023-09-13Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi3-1/+80
2023-09-12linux-headers: Update to Linux v6.6-rc1Thomas Huth3-1/+80
2023-09-12ui: add precondition for dpy_get_ui_info()Marc-André Lureau1-1/+1
2023-09-12ui/console: move DisplaySurface to its own headerMarc-André Lureau2-83/+96
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau1-8/+7
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau1-3/+3
2023-09-12ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau1-1/+0
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi3-0/+14
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi2-0/+16
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi3-7/+6
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi5-0/+706
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon1-0/+5
2023-09-11vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins1-0/+2
2023-09-11qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon1-0/+3
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon1-0/+4
2023-09-11crypto: Add SM4 constant parameter CKMax Chou1-0/+1
2023-09-11crypto: Create sm4_subwordMax Chou1-0/+8
2023-09-11target/riscv: Use existing lookup tables for MixColumnsArd Biesheuvel1-0/+7
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum1-0/+1
2023-09-08hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REGFrancisco Iglesias1-0/+69
2023-09-08hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFRFrancisco Iglesias1-0/+16
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REGFrancisco Iglesias1-0/+17
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_REGFrancisco Iglesias1-0/+286
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFRFrancisco Iglesias1-0/+15
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDROFrancisco Iglesias1-0/+12
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFU_APBFrancisco Iglesias1-0/+231
2023-09-08hw/misc: Introduce the Xilinx CFI interfaceFrancisco Iglesias1-0/+59
2023-09-08vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fnKevin Wolf1-3/+5
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas1-3/+0