aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-251-0/+22
|\
| * qemu/timer: Add host ticks function for RISC-VLIU Zhiwei2023-09-211-0/+22
* | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-09-215-5/+5
|\ \
| * | hw/cxl: Fix out of bound array accessDmitry Frolov2023-09-211-1/+1
| * | hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni2023-09-211-1/+1
| * | i386: spelling fixesMichael Tokarev2023-09-201-1/+1
| * | ppc: spelling fixesMichael Tokarev2023-09-202-2/+2
* | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-09-217-37/+58
|\ \ \
| * | | block: mark aio_poll as non-coroutinePaolo Bonzini2023-09-201-1/+1
| * | | block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi2023-09-203-2/+2
| * | | block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via2023-09-201-0/+3
| * | | block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf2023-09-202-7/+10
| * | | block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf2023-09-201-1/+6
| * | | block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf2023-09-201-1/+1
| * | | block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf2023-09-201-5/+5
| * | | block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf2023-09-202-6/+7
| * | | block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf2023-09-203-8/+10
| * | | block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf2023-09-201-6/+8
| * | | block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functionsKevin Wolf2023-09-201-0/+4
| * | | block: Introduce bdrv_schedule_unref()Kevin Wolf2023-09-201-0/+1
| |/ /
* | | Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2023-09-212-8/+14
|\ \ \ | |/ / |/| |
| * | block/throttle-groups: Use ThrottleDirection instread of bool is_writezhenwei pi2023-08-291-3/+3
| * | throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi2023-08-291-2/+3
| * | throttle: introduce enum ThrottleDirectionzhenwei pi2023-08-291-3/+8
* | | Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into stagingStefan Hajnoczi2023-09-193-8/+21
|\ \ \
| * | | memory: avoid updating ioeventfds for some address_spacehongmianquan2023-09-191-0/+1
| * | | softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2023-09-192-8/+14
| * | | nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand2023-09-191-0/+6
* | | | Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2023-09-192-52/+2
|\ \ \ \
| * | | | spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2023-09-182-52/+2
| | |_|/ | |/| |
* | | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2023-09-191-2/+5
|\ \ \ \
| * | | | tap: Add check for USO featuresYuri Benditovich2023-09-181-0/+3
| * | | | tap: Add USO support to tap device.Andrew Melnychenko2023-09-181-2/+2
| |/ / /
* | | | Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-09-197-31/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei2023-09-161-0/+12
| * | | plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson2023-09-161-9/+2
| * | | accel/tcg: Simplify tlb_plugin_lookupRichard Henderson2023-09-162-14/+0
| * | | tcg: Add gvec compare with immediate and scalar operandRichard Henderson2023-09-161-0/+6
| * | | thunk: Delete checks for old host definitionsAkihiko Odaki2023-09-151-2/+1
| * | | accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei2023-09-151-6/+6
| |/ /
* | | host/include/i386: Implement clmul.hRichard Henderson2023-09-151-0/+3
* | | crypto: Add generic 64-bit carry-less multiply routineRichard Henderson2023-09-151-0/+19
* | | crypto: Add generic 32-bit carry-less multiply routinesRichard Henderson2023-09-151-0/+7
* | | crypto: Add generic 16-bit carry-less multiply routinesRichard Henderson2023-09-151-0/+16
* | | crypto: Add generic 8-bit carry-less multiply routinesRichard Henderson2023-09-151-0/+41
|/ /
* | Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into stagingStefan Hajnoczi2023-09-133-1/+80
|\ \
| * | linux-headers: Update to Linux v6.6-rc1Thomas Huth2023-09-123-1/+80
* | | ui: add precondition for dpy_get_ui_info()Marc-André Lureau2023-09-121-1/+1
* | | ui/console: move DisplaySurface to its own headerMarc-André Lureau2023-09-122-83/+96
* | | ui/console: remove redundant format fieldMarc-André Lureau2023-09-121-8/+7