index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-10
block: Mark bdrv_query_block_graph_info() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
mirror: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
2023-05-10
vhdx: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
2023-05-10
nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
nbd: Remove nbd_co_flush() wrapper function
Kevin Wolf
2023-05-10
block: .bdrv_open is non-coroutine and unlocked
Kevin Wolf
2023-05-10
graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock
Kevin Wolf
2023-05-10
graph-lock: Add GRAPH_UNLOCKED(_PTR)
Kevin Wolf
2023-05-10
test-bdrv-drain: Don't modify the graph in coroutines
Kevin Wolf
2023-05-10
iotests: Test resizing image attached to an iothread
Kevin Wolf
2023-05-10
block: Don't call no_coroutine_fns in qmp_block_resize()
Kevin Wolf
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
2023-05-10
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
2023-05-10
qcow2: Don't call bdrv_getlength() in coroutine_fns
Kevin Wolf
2023-05-10
migration: Attempt disk reactivation in more failure scenarios
Eric Blake
2023-05-10
iotests/nbd-reconnect-on-open: Fix NBD socket path
Kevin Wolf
2023-05-10
block: Fix use after free in blockdev_mark_auto_del()
Kevin Wolf
2023-05-10
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
2023-05-10
block: add missing coroutine_fn annotations
Paolo Bonzini
2023-05-10
block: add configure options for excluding vmdk, vhdx and vpc
Vladimir Sementsov-Ogievskiy
2023-05-10
Merge tag 'vfio-updates-20230509.0' of https://gitlab.com/alex.williamson/qem...
Richard Henderson
2023-05-10
target/loongarch: Terminate vmstate subsections list
Richard Henderson
2023-05-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-05-09
vfio/pci: Static Resizable BAR capability
Alex Williamson
2023-05-09
vfio/migration: Skip log_sync during migration SETUP state
Avihai Horon
2023-05-09
vfio/pci: add support for VF token
Minwoo Im
2023-05-08
Merge tag 'compression-code-pull-request' of https://gitlab.com/juan.quintela...
Richard Henderson
2023-05-08
meson: leave unnecessary modules out of the build
Paolo Bonzini
2023-05-08
docs: clarify --without-default-devices
Paolo Bonzini
2023-05-08
target/i386: Add EPYC-Genoa model to support Zen 4 processor series
Babu Moger
2023-05-08
target/i386: Add VNMI and automatic IBRS feature bits
Babu Moger
2023-05-08
target/i386: Add missing feature bits in EPYC-Milan model
Babu Moger
2023-05-08
target/i386: Add feature bits for CPUID_Fn80000021_EAX
Babu Moger
2023-05-08
target/i386: Add a couple of feature bits in 8000_0008_EBX
Babu Moger
2023-05-08
target/i386: Add new EPYC CPU versions with updated cache_info
Michael Roth
2023-05-08
target/i386: allow versioned CPUs to specify new cache_info
Michael Roth
2023-05-08
include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
Thomas Huth
2023-05-08
migration: Initialize and cleanup decompression in migration.c
Lukas Straub
2023-05-08
ram-compress.c: Make target independent
Lukas Straub
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
2023-05-08
ram.c: Move core decompression code into its own file
Lukas Straub
2023-05-08
ram.c: Move core compression code into its own file
Lukas Straub
2023-05-08
ram.c: Remove last ram.c dependency from the core compress code
Lukas Straub
2023-05-08
ram.c: Call update_compress_thread_counts from compress_send_queued_data
Lukas Straub
2023-05-08
ram.c: Do not call save_page_header() from compress threads
Lukas Straub
[next]