aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-29pc: remove short_root_bus propertyPaolo Bonzini1-1/+0
2023-09-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-3/+9
2023-09-26compiler: introduce QEMU_ANNOTATEPaolo Bonzini2-3/+9
2023-09-26Merge tag 'pull-nbd-2023-09-25' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi1-44/+98
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+22
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake1-2/+2
2023-09-22nbd: Add types for extended headersEric Blake1-36/+88
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake1-5/+7
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake1-1/+1
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi5-5/+5
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi7-37/+58
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2-8/+14
2023-09-21qemu/timer: Add host ticks function for RISC-VLIU Zhiwei1-0/+22
2023-09-21hw/cxl: Fix out of bound array accessDmitry Frolov1-1/+1
2023-09-21hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni1-1/+1
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini1-1/+1
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi3-2/+2
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via1-0/+3
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf2-7/+10
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+6
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+1
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf1-5/+5
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf2-6/+7
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf3-8/+10
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf1-6/+8
2023-09-20block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functionsKevin Wolf1-0/+4
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf1-0/+1
2023-09-20i386: spelling fixesMichael Tokarev1-1/+1
2023-09-20ppc: spelling fixesMichael Tokarev2-2/+2
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