aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2025-07-21host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()Peter Maydell2-14/+1
2025-07-16Merge tag 'accel-20250715' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-37/+2
2025-07-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-2/+2
2025-07-16Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi4-2/+120
2025-07-15accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé1-37/+2
2025-07-15qemu: Declare all load/store helper in 'qemu/bswap.h'Philippe Mathieu-Daudé1-0/+73
2025-07-15qemu: Convert target_words_bigendian() to TargetInfo APIPhilippe Mathieu-Daudé1-0/+12
2025-07-15qemu/target-info: Add target_endian_mode()Philippe Mathieu-Daudé2-0/+10
2025-07-15qemu/target-info: Add %target_arch field to TargetInfoPhilippe Mathieu-Daudé1-1/+3
2025-07-15qemu/target-info: Factor target_arch() outPhilippe Mathieu-Daudé2-1/+22
2025-07-14block/commit: mark commit_abort() as GRAPH_UNLOCKEDFiona Ebner1-1/+1
2025-07-14block/stream: mark stream_prepare() as GRAPH_UNLOCKEDFiona Ebner1-1/+1
2025-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+2
2025-07-11migration: Rename save_live_complete_precopy_thread to save_complete_precopy_...Juraj Marcin1-3/+3
2025-07-10rust/qemu-api: log: implement io::WritePaolo Bonzini1-0/+2
2025-07-04accel/system: Convert pre_resume() from AccelOpsClass to AccelClassPhilippe Mathieu-Daudé1-0/+3
2025-07-04accel: Pass AccelState argument to gdbstub_supported_sstep_flags()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Remove unused MachineState argument of AccelClass::setup_post()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Directly pass AccelState argument to AccelClass::has_memory()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Propagate AccelState to AccelClass::init_machine()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Keep reference to AccelOpsClass in AccelClassPhilippe Mathieu-Daudé1-0/+3
2025-07-02plugins: Update plugin version and add notesRowan Hart1-1/+8
2025-07-02plugins: Add memory hardware address read/write APIRowan Hart1-0/+93
2025-07-02plugins: Add memory virtual address write APIRowan Hart1-0/+21
2025-07-02plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacksRowan Hart2-6/+28
2025-07-02plugins: Add register write APIRowan Hart1-17/+37
2025-06-26include/qemu: replace FSF postal address with licenses URLSean Wei2-4/+4
2025-06-12include/qemu/compiler: add QEMU_UNINITIALIZED attribute macroStefan Hajnoczi1-0/+20
2025-06-06qemu-thread: Document QemuEventAkihiko Odaki1-0/+10
2025-06-06qemu-thread: Use futex if available for QemuLockCntAkihiko Odaki1-1/+1
2025-06-06qemu-thread: Use futex for QemuEvent on WindowsAkihiko Odaki3-16/+10
2025-06-06qemu-thread: Replace __linux__ with CONFIG_LINUXAkihiko Odaki1-1/+1
2025-06-06futex: Support WindowsAkihiko Odaki1-12/+41
2025-06-06futex: Check value after qemu_futex_wait()Akihiko Odaki1-0/+9
2025-05-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2-0/+160
2025-05-08include: Add a header to define host PCI MMIO functionsFarhan Ali1-0/+136
2025-05-08util: Add functions for s390x mmio read/writeFarhan Ali1-0/+24
2025-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-2/+13
2025-05-06include/qemu/osdep.h: Add Emscripten-specific OS dependenciesKohei Tokunaga1-2/+6
2025-05-06util/cacheflush.c: Update cache flushing mechanism for EmscriptenKohei Tokunaga1-0/+7
2025-04-30qemu: Introduce target_long_bits()Philippe Mathieu-Daudé2-0/+9
2025-04-30qemu/target_info: Add %target_cpu_type field to TargetInfoPhilippe Mathieu-Daudé1-0/+2
2025-04-30system/vl: Filter machine list available for a particular target binaryPhilippe Mathieu-Daudé2-0/+10
2025-04-25qemu: Convert target_name() to TargetInfo APIPhilippe Mathieu-Daudé2-0/+33
2025-04-25qemu: Introduce target_cpu_type()Philippe Mathieu-Daudé1-0/+19
2025-04-25system/datadir: Add new type constant for DTB filesBALATON Zoltan1-3/+8
2025-04-23exec/cpu-all: remove this headerPierrick Bouvier1-3/+0
2025-04-23include/qemu: Remove ifndef CONFIG_USER_ONLY from accel.hRichard Henderson1-6/+4
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson2-2/+2
2025-04-08test-bdrv-drain: Fix data racesVitalii Mordan1-0/+3