aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-17migration: hold the BQL during setupFiona Ebner1-1/+1
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi1-3/+0
2023-10-16Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi1-2/+2
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi9-99/+143
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi1-4/+4
2023-10-16Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi9-14/+148
2023-10-13hw/ufs: Fix incorrect register fieldsJeuk Kim1-2/+2
2023-10-13hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé1-3/+0
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf1-1/+2
2023-10-12block: Protect bs->children with graph_lockKevin Wolf1-2/+2
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf1-2/+2
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf2-4/+5
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf1-2/+4
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf1-1/+3
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf2-2/+2
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf2-10/+8
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf3-6/+11
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf3-16/+17
2023-10-12block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-10-12block: Take graph rdlock in parts of reopenKevin Wolf1-5/+8
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf2-18/+24
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito2-8/+21
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf2-6/+7
2023-10-12block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functionsKevin Wolf1-2/+5
2023-10-12block: switch to co_wrapper for bdrv_is_allocated_*Paolo Bonzini1-5/+7
2023-10-12block: complete public block status APIPaolo Bonzini1-6/+11
2023-10-12Merge tag 'pull-riscv-to-apply-20231012-1' of https://github.com/alistair23/q...Stefan Hajnoczi3-1/+12
2023-10-12Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-7/+0
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand1-0/+22
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand1-1/+31
2023-10-12memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand1-2/+3
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2-0/+36
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand1-0/+1
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand1-1/+1
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand1-0/+7
2023-10-12memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand1-1/+9
2023-10-12memory-device: Support memory devices with multiple memslotsDavid Hildenbrand1-0/+18
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand1-1/+1
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand2-1/+2
2023-10-12softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand1-0/+15
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand1-4/+0
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand1-3/+2
2023-10-12hw/virtio/virtio-gpu: Fix compiler warning when compiling with -WshadowThomas Huth1-4/+4
2023-10-12gdbstub: replace exit calls with proper shutdown for softmmuClément Chigot1-0/+9
2023-10-12softmmu: pass the main loop status to gdb "Wxx" packetClément Chigot1-1/+1
2023-10-12softmmu: add means to pass an exit code when requesting a shutdownClément Chigot1-0/+2
2023-10-12cpus: Remove unused smp_cores/smp_threads declarationsPhilippe Mathieu-Daudé1-7/+0
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson1-2/+2
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson1-0/+2