aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-12python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini
2023-10-12contrib/vhost-user-gpu: Fix compiler warning when compiling with -WshadowThomas Huth
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf
2023-10-12block: Protect bs->children with graph_lockKevin Wolf
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_primary_child() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Take graph rdlock in parts of reopenKevin Wolf
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-10-12block: Take graph rdlock in bdrv_inactivate_all()Kevin Wolf
2023-10-12block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functionsKevin Wolf
2023-10-12test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine contextKevin Wolf
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini
2023-10-12block: switch to co_wrapper for bdrv_is_allocated_*Paolo Bonzini
2023-10-12block: complete public block status APIPaolo Bonzini
2023-10-12block: rename the bdrv_co_block_status static functionPaolo Bonzini
2023-10-12Merge tag 'pull-riscv-to-apply-20231012-1' of https://github.com/alistair23/q...Stefan Hajnoczi
2023-10-12Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-10-12Merge tag 'qga-pull-2023-10-11' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi
2023-10-12gitlab-ci: Disable the riscv64-debian-cross-container by defaultThomas Huth
2023-10-12virtio-mem: Mark memslot alias memory regions unmergeableDavid Hildenbrand
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand
2023-10-12virtio-mem: Update state to match bitmap as soon as it's been migratedDavid Hildenbrand
2023-10-12virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cbDavid Hildenbrand
2023-10-12memory: Clarify mapping requirements for RamDiscardManagerDavid Hildenbrand
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand
2023-10-12memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand
2023-10-12stubs: Rename qmp_memory_device.c to memory_device.cDavid Hildenbrand
2023-10-12memory-device: Support memory devices with multiple memslotsDavid Hildenbrand
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-10-12softmmu/physmem: Fixup qemu_ram_block_from_host() documentationDavid Hildenbrand
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand