summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | include/exec: Use uintptr_t in CPUTLBEntryRichard Henderson2025-02-181-5/+5
| * | include/exec: Change vaddr to uintptr_tRichard Henderson2025-02-181-7/+9
| * | tcg: Merge INDEX_op_qemu_*_{a32,a64}_*Richard Henderson2025-02-181-21/+7
| * | tcg: Remove TCG_OVERSIZED_GUESTRichard Henderson2025-02-182-38/+3
* | | Merge tag 'mem-next-pull-request' of https://gitlab.com/peterx/qemu into stagingStefan Hajnoczi2025-02-196-13/+45
|\ \ \ | |/ / |/| |
| * | overcommit: introduce mem-lock=on-faultDaniil Tatianin2025-02-121-0/+2
| * | system: introduce a new MlockState enumDaniil Tatianin2025-02-121-1/+9
| * | os: add an ability to lock memory on_faultDaniil Tatianin2025-02-122-2/+2
| * | system/physmem: handle hugetlb correctly in qemu_ram_remap()William Roche2025-02-121-1/+1
| * | physmem: teach cpu_memory_rw_debug() to write to more memory regionsDavid Hildenbrand2025-02-122-2/+6
| * | memory: pass MemTxAttrs to memory_access_is_direct()David Hildenbrand2025-02-121-2/+3
| * | physmem: factor out direct access check into memory_region_supports_direct_ac...David Hildenbrand2025-02-121-3/+11
| * | physmem: factor out RAM/ROMD check in memory_access_is_direct()David Hildenbrand2025-02-121-4/+6
| * | physmem: factor out memory_region_is_ram_device() check in memory_access_is_d...David Hildenbrand2025-02-121-3/+10
* | | Merge tag 'hw-misc-20250216' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2025-02-164-3/+13
|\ \ \
| * | | hw/qdev-properties-system: Introduce EndianMode QAPI enumPhilippe Mathieu-Daudé2025-02-161-0/+7
| * | | hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé2025-02-161-1/+1
| * | | hw/boards: Convert no_sdcard flag to OnOffAuto tri-statePhilippe Mathieu-Daudé2025-02-161-1/+1
| * | | hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé2025-02-161-2/+3
| * | | hw/sysbus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé2025-02-161-0/+2
* | | | io: Add a read flag for relaxed EOFFabiano Rosas2025-02-141-0/+1
* | | | io: Add flags argument to qio_channel_readv_full_all_eofFabiano Rosas2025-02-141-0/+2
* | | | crypto: Remove qcrypto_tls_session_get_handshake_statusFabiano Rosas2025-02-141-24/+8
* | | | io: tls: Add qio_channel_tls_byeFabiano Rosas2025-02-141-0/+12
* | | | crypto: Allow gracefully ending the TLS sessionFabiano Rosas2025-02-141-0/+22
|/ / /
* | | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2025-02-141-0/+10
|\ \ \
| * | | qemu/timer: Clarify timer_new*() must be freed with timer_free()Philippe Mathieu-Daudé2025-02-141-0/+10
* | | | i386/fw_cfg: move hpet_cfg definition to hpet.cZhao Liu2025-02-131-1/+1
|/ / /
* | | Merge tag 'pull-loongarch-20250212' of https://gitlab.com/bibo-mao/qemu into ...Stefan Hajnoczi2025-02-121-1/+4
|\ \ \
| * | | hw/loongarch/virt: CPU irq line connection improvementBibo Mao2025-02-121-0/+2
| * | | hw/loongarch/virt: Add separate file for fdt buildingBibo Mao2025-02-121-0/+1
| * | | hw/loongarch/virt: Rename function prefix nameBibo Mao2025-02-121-1/+1
| |/ /
* | | Merge tag 'pull-nbd-2025-02-11' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi2025-02-121-3/+3
|\ \ \
| * | | nbd/server: Allow users to adjust handshake limit in QMPEric Blake2025-02-111-3/+3
| |/ /
* | | Merge tag 'pull-target-arm-20250211' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2025-02-122-0/+36
|\ \ \
| * | | fpu: allow flushing of output denormals to be after roundingPeter Maydell2025-02-112-0/+29
| * | | fpu: Implement float_flag_input_denormal_usedPeter Maydell2025-02-111-0/+7
| |/ /
* | | vfio: Introduce vfio_get_vfio_device()Cédric Le Goater2025-02-111-0/+1
* | | util/error: Introduce warn_report_err_once()Cédric Le Goater2025-02-111-0/+12
|/ /
* | Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.c...Stefan Hajnoczi2025-02-103-1/+34
|\ \
| * | osdep: Introduce qemu_kill_thread()Ilya Leoshkevich2025-02-101-0/+9
| * | user: Introduce host_interrupt_signalIlya Leoshkevich2025-02-101-0/+2
| * | user: Introduce user/signal.hIlya Leoshkevich2025-02-101-0/+23
| * | tests/qtest: rename qtest_send_prefix and roll-up into qtest_sendAlex Bennée2025-02-101-1/+0
* | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2025-02-104-1/+17
|\ \ \
| * | | block: remove unused BLOCK_OP_TYPE_DATAPLANEStefan Hajnoczi2025-02-061-1/+0
| * | | block/export: Add option to allow export of inactive nodesKevin Wolf2025-02-061-0/+3
| * | | block: Add blockdev-set-active QMP commandKevin Wolf2025-02-061-0/+3
| * | | block: Add option to create inactive nodesKevin Wolf2025-02-061-0/+1
| * | | block: Add 'active' field to BlockDeviceInfoKevin Wolf2025-02-061-0/+3