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-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block/qed: add missing graph rdlock in qed_need_check_timer_entry
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
mirror: Fix access of uninitialised fields during start
Kevin Wolf
2023-02-23
block: Make bdrv_can_set_read_only() static
Kevin Wolf
2023-02-21
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
2023-02-21
Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into staging
Peter Maydell
2023-02-20
Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...
Peter Maydell
2023-02-20
Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into sta...
Peter Maydell
2023-02-20
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
2023-02-17
hbitmap: fix hbitmap_status() return value for first dirty bit case
Andrey Zhadchenko
2023-02-17
block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads
Emanuele Giuseppe Esposito
2023-02-17
MAINTAINERS: drop Vladimir from parallels block driver
Vladimir Sementsov-Ogievskiy
2023-02-17
block: temporarily hold the new AioContext of bs_top in bdrv_append()
Stefano Garzarella
2023-02-17
block: Handle curl 7.55.0, 7.85.0 version changes
Anton Johansson
2023-02-17
block: Assert non-coroutine context for bdrv_open_inherit()
Kevin Wolf
2023-02-17
block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapper
Kevin Wolf
2023-02-17
vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
qcow2: Fix open/create to open images with no_co_wrapper
Kevin Wolf
2023-02-17
qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper
Kevin Wolf
2023-02-17
block: Create no_co_wrappers for open functions
Kevin Wolf
2023-02-17
block-coroutine-wrapper: Introduce no_co_wrapper
Kevin Wolf
2023-02-17
curl: Fix error path in curl_open()
Hanna Czenczek
2023-02-17
configure: Enable -Wthread-safety if present
Kevin Wolf
2023-02-17
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-17
util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-17
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Eugenio PĂ©rez
2023-02-17
net: stream: add a new option to automatically reconnect
Laurent Vivier
2023-02-17
vmnet: stop recieving events when VM is stopped
Joelle van Dyne
2023-02-17
net: Increase L2TPv3 buffer to fit jumboframes
Christian Svensson
2023-02-17
hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
Fiona Ebner
2023-02-17
hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abort
Qiang Liu
2023-02-17
net: Replace "Supported NIC models" with "Available NIC models"
Thomas Huth
2023-02-17
net: Restore printing of the help text with "-nic help"
Thomas Huth
2023-02-17
net: Move the code to collect available NIC models to a separate function
Thomas Huth
2023-02-16
docs/fuzz: remove mentions of fork-based fuzzing
Alexander Bulekov
2023-02-16
fuzz: remove fork-fuzzing scaffolding
Alexander Bulekov
2023-02-16
fuzz/i440fx: remove fork-based fuzzer
Alexander Bulekov
2023-02-16
fuzz/virtio-blk: remove fork-based fuzzer
Alexander Bulekov
2023-02-16
fuzz/virtio-net: remove fork-based fuzzer
Alexander Bulekov
2023-02-16
fuzz/virtio-scsi: remove fork-based fuzzer
Alexander Bulekov
[next]