index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
block: Protect bs->children with graph_lock
Kevin Wolf
1
-2
/
+2
2023-10-12
block: Protect bs->parents with graph_lock
Kevin Wolf
1
-2
/
+2
2023-10-12
block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCK
Kevin Wolf
2
-4
/
+5
2023-10-12
block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+4
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+3
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
2
-2
/
+2
2023-10-12
block: Mark bdrv_amend_options() and callers GRAPH_RDLOCK
Kevin Wolf
2
-10
/
+8
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
3
-6
/
+11
2023-10-12
block: Mark bdrv_primary_child() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+3
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
3
-16
/
+17
2023-10-12
block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK
Kevin Wolf
1
-1
/
+1
2023-10-12
block: Take graph rdlock in parts of reopen
Kevin Wolf
1
-5
/
+8
2023-10-12
block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCK
Kevin Wolf
2
-18
/
+24
2023-10-12
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2
-8
/
+21
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
2
-6
/
+7
2023-10-12
block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functions
Kevin Wolf
1
-2
/
+5
2023-10-12
block: switch to co_wrapper for bdrv_is_allocated_*
Paolo Bonzini
1
-5
/
+7
2023-10-12
block: complete public block status API
Paolo Bonzini
1
-6
/
+11
2023-10-12
Merge tag 'pull-riscv-to-apply-20231012-1' of https://github.com/alistair23/qemu into staging
Stefan Hajnoczi
3
-1
/
+12
2023-10-12
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
1
-7
/
+0
2023-10-12
memory,vhost: Allow for marking memory device memory regions unmergeable
David Hildenbrand
1
-0
/
+22
2023-10-12
virtio-mem: Expose device memory dynamically via multiple memslots if enabled
David Hildenbrand
1
-1
/
+31
2023-10-12
memory: Clarify mapping requirements for RamDiscardManager
David Hildenbrand
1
-2
/
+3
2023-10-12
memory-device,vhost: Support automatic decision on the number of memslots
David Hildenbrand
2
-0
/
+36
2023-10-12
vhost: Add vhost_get_max_memslots()
David Hildenbrand
1
-0
/
+1
2023-10-12
kvm: Add stub for kvm_get_max_memslots()
David Hildenbrand
1
-1
/
+1
2023-10-12
memory-device,vhost: Support memory devices that dynamically consume memslots
David Hildenbrand
1
-0
/
+7
2023-10-12
memory-device: Track required and actually used memslots in DeviceMemoryState
David Hildenbrand
1
-1
/
+9
2023-10-12
memory-device: Support memory devices with multiple memslots
David Hildenbrand
1
-0
/
+18
2023-10-12
vhost: Return number of free memslots
David Hildenbrand
1
-1
/
+1
2023-10-12
kvm: Return number of free memslots
David Hildenbrand
2
-1
/
+2
2023-10-12
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
David Hildenbrand
1
-0
/
+15
2023-10-12
vhost: Remove vhost_backend_can_merge() callback
David Hildenbrand
1
-4
/
+0
2023-10-12
vhost: Rework memslot filtering and fix "used_memslot" tracking
David Hildenbrand
1
-3
/
+2
2023-10-12
hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
Thomas Huth
1
-4
/
+4
2023-10-12
gdbstub: replace exit calls with proper shutdown for softmmu
Clément Chigot
1
-0
/
+9
2023-10-12
softmmu: pass the main loop status to gdb "Wxx" packet
Clément Chigot
1
-1
/
+1
2023-10-12
softmmu: add means to pass an exit code when requesting a shutdown
Clément Chigot
1
-0
/
+2
2023-10-12
cpus: Remove unused smp_cores/smp_threads declarations
Philippe Mathieu-Daudé
1
-7
/
+0
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
1
-2
/
+2
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
1
-0
/
+2
2023-10-11
gdbstub: Replace gdb_regs with an array
Akihiko Odaki
1
-1
/
+1
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
1
-8
/
+0
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
1
-1
/
+1
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
1
-2
/
+7
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
6
-17
/
+89
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k into staging
Stefan Hajnoczi
7
-13
/
+167
2023-10-09
Merge tag 'pull-shadow-2023-10-06' of https://repo.or.cz/qemu/armbru into staging
Stefan Hajnoczi
8
-22
/
+22
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
2
-1
/
+72
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
1
-10
/
+14
[prev]
[next]