index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
60
-499
/
+843
2023-10-16
Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
6
-19
/
+19
2023-10-16
Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
23
-113
/
+839
2023-10-12
target/i386: fix shadowed variable pasto
Paolo Bonzini
1
-1
/
+1
2023-10-12
contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow
Thomas Huth
2
-7
/
+7
2023-10-12
block: Add assertion for bdrv_graph_wrlock()
Kevin Wolf
2
-2
/
+4
2023-10-12
block: Protect bs->children with graph_lock
Kevin Wolf
4
-3
/
+10
2023-10-12
block: Protect bs->parents with graph_lock
Kevin Wolf
2
-2
/
+7
2023-10-12
block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK
Kevin Wolf
4
-8
/
+10
2023-10-12
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
10
-5
/
+22
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
7
-5
/
+30
2023-10-12
qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK
Kevin Wolf
1
-6
/
+3
2023-10-12
qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCK
Kevin Wolf
1
-5
/
+10
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
11
-192
/
+250
2023-10-12
block: Mark bdrv_amend_options() and callers GRAPH_RDLOCK
Kevin Wolf
4
-13
/
+16
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
17
-14
/
+55
2023-10-12
block: Mark bdrv_primary_child() and callers GRAPH_RDLOCK
Kevin Wolf
3
-3
/
+16
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
12
-47
/
+101
2023-10-12
block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK
Kevin Wolf
2
-1
/
+3
2023-10-12
block: Take graph rdlock in parts of reopen
Kevin Wolf
2
-27
/
+43
2023-10-12
block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCK
Kevin Wolf
5
-24
/
+67
2023-10-12
block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCK
Kevin Wolf
1
-3
/
+9
2023-10-12
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
5
-17
/
+54
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
14
-13
/
+53
2023-10-12
block: Take graph rdlock in bdrv_inactivate_all()
Kevin Wolf
1
-3
/
+4
2023-10-12
block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functions
Kevin Wolf
2
-5
/
+12
2023-10-12
test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine context
Kevin Wolf
1
-3
/
+4
2023-10-12
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
8
-32
/
+33
2023-10-12
block: switch to co_wrapper for bdrv_is_allocated_*
Paolo Bonzini
2
-51
/
+14
2023-10-12
block: complete public block status API
Paolo Bonzini
2
-19
/
+16
2023-10-12
block: rename the bdrv_co_block_status static function
Paolo Bonzini
1
-10
/
+11
2023-10-12
Merge tag 'pull-riscv-to-apply-20231012-1' of https://github.com/alistair23/q...
Stefan Hajnoczi
29
-891
/
+1604
2023-10-12
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
6
-13
/
+28
2023-10-12
Merge tag 'qga-pull-2023-10-11' of https://github.com/kostyanf14/qemu into st...
Stefan Hajnoczi
3
-12
/
+7
2023-10-12
virtio-mem: Mark memslot alias memory regions unmergeable
David Hildenbrand
1
-0
/
+6
2023-10-12
memory,vhost: Allow for marking memory device memory regions unmergeable
David Hildenbrand
3
-8
/
+49
2023-10-12
virtio-mem: Expose device memory dynamically via multiple memslots if enabled
David Hildenbrand
3
-1
/
+340
2023-10-12
virtio-mem: Update state to match bitmap as soon as it's been migrated
David Hildenbrand
1
-5
/
+21
2023-10-12
virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb
David Hildenbrand
1
-5
/
+5
2023-10-12
memory: Clarify mapping requirements for RamDiscardManager
David Hildenbrand
2
-4
/
+5
2023-10-12
memory-device,vhost: Support automatic decision on the number of memslots
David Hildenbrand
5
-4
/
+147
2023-10-12
vhost: Add vhost_get_max_memslots()
David Hildenbrand
3
-0
/
+17
2023-10-12
kvm: Add stub for kvm_get_max_memslots()
David Hildenbrand
3
-2
/
+7
2023-10-12
memory-device,vhost: Support memory devices that dynamically consume memslots
David Hildenbrand
4
-6
/
+53
2023-10-12
memory-device: Track required and actually used memslots in DeviceMemoryState
David Hildenbrand
2
-1
/
+63
2023-10-12
stubs: Rename qmp_memory_device.c to memory_device.c
David Hildenbrand
3
-1
/
+2
2023-10-12
memory-device: Support memory devices with multiple memslots
David Hildenbrand
2
-8
/
+37
2023-10-12
vhost: Return number of free memslots
David Hildenbrand
4
-6
/
+6
2023-10-12
kvm: Return number of free memslots
David Hildenbrand
5
-17
/
+25
2023-10-12
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
David Hildenbrand
2
-17
/
+15
[next]