]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-02-24 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-24 Peter MaydellMerge tag 'pull-error-2023-02-23' of https://repo.or...
2023-02-24 Peter MaydellMerge tag 'pull-qapi-2023-02-23' of https://repo.or...
2023-02-24 Peter MaydellMerge tag 'python-pull-request' of https://gitlab.com...
2023-02-24 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-02-24 Peter MaydellMerge tag 'pull-tcg-20230221' of https://gitlab.com...
2023-02-23 Or Ozeriblock/rbd: Add support for layered encryption
2023-02-23 Or Ozeriblock/rbd: Add luks-any encryption opening option
2023-02-23 Or Ozeriblock/rbd: Remove redundant stack variable passphrase_len
2023-02-23 Stefan Hajnoczivirtio-scsi: reset SCSI devices from main loop thread
2023-02-23 Stefan Hajnoczidma-helpers: prevent dma_blk_cb() vs dma_aio_cancel...
2023-02-23 Stefan Hajnocziscsi: protect req->aiocb with AioContext lock
2023-02-23 Kevin Wolfblock: Mark bdrv_co_refresh_total_sectors() and callers...
2023-02-23 Kevin Wolfblock: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_(un)register_buf() GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_eject/lock_medium() and callers...
2023-02-23 Emanuele Giuseppe... block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_io_(un)plug() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_create() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark preadv_snapshot/snapshot_block_status GRAPH...
2023-02-23 Emanuele Giuseppe... block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_do_pwrite_zeroes() GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_pwrite_sync() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark public read/write functions GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark read/write in block/io.c GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_R...
2023-02-23 Emanuele Giuseppe... block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
2023-02-23 Emanuele Giuseppe... block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
2023-02-23 Emanuele Giuseppe... block/qed: add missing graph rdlock in qed_need_check_t...
2023-02-23 Kevin Wolfblock: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfblock: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
2023-02-23 Kevin Wolfmirror: Fix access of uninitialised fields during start
2023-02-23 Kevin Wolfblock: Make bdrv_can_set_read_only() static
2023-02-23 Markus Armbrusterrocker: Tweak stubbed out monitor commands' error messages
2023-02-23 Markus Armbrustermigration/colo: Improve an x-colo-lost-heartbeat error...
2023-02-23 Markus Armbrusterhw/core: Improve the query-hotpluggable-cpus error...
2023-02-23 Markus Armbrusterreplay: Simplify setting replay blockers
2023-02-23 Markus Armbrusterqga: Drop dangling reference to QERR_QGA_LOGGING_DISABLED
2023-02-23 Markus Armbrusterhw/acpi: Move QMP command to hw/core/
2023-02-23 Markus Armbrusterhw/acpi: Dumb down acpi_table_add() stub
2023-02-23 Markus Armbrusterhw/smbios: Dumb down smbios_entry_add() stub
2023-02-23 Markus Armbrusterhw/core: Improve error message when machine doesn't...
2023-02-23 Markus Armbrusterdump: Assert cpu_get_note_size() can't fail
2023-02-23 Markus Armbrusterdump: Improve error message when target doesn't support...
2023-02-23 Markus Armbrustererror: Drop superfluous #include "qapi/qmp/qerror.h"
2023-02-23 John Snowqapi: remove JSON value FIXME
2023-02-23 John Snowqapi: remove _JSONObject
2023-02-23 John Snowqapi/parser: add QAPIExpression type
2023-02-23 John Snowqapi: Add minor typing workaround for 3.6
2023-02-23 John Snowqapi: update pylint configuration
2023-02-23 John Snowqapi: Update flake8 config
2023-02-23 Markus Armbrusterdocs/devel/qapi-code-gen: Fix a missing 'may', clarify...
2023-02-23 Markus Armbrusterdocs/devel/qapi-code-gen: Belatedly update features...
2023-02-23 John Snowpython: drop pipenv
2023-02-23 John Snowpython: support pylint 2.16
2023-02-21 Pierrick Bouviersysemu/os-win32: fix setjmp/longjmp on windows-arm64
2023-02-21 Pierrick Bouvierutil/cacheflush: fix cache on windows-arm64
2023-02-21 Richard Hendersontarget/microblaze: Add gdbstub xml
2023-02-21 Ilya Leoshkevichlinux-user/microblaze: Handle privileged exception
2023-02-21 Ilya Leoshkevichcpus: Make {start,end}_exclusive() recursive
2023-02-21 Ilya Leoshkevichlinux-user: Always exit from exclusive state in fork_end()
2023-02-21 Richard Hendersonlinux-user/sparc: Raise SIGILL for all unhandled softwa...
2023-02-21 Richard Hendersonaccel/tcg: Allow the second page of an instruction...
2023-02-21 TaiseiItotarget/i386/gdbstub: Fix a bug about order of FPU stack...
2023-02-21 Peter MaydellMerge tag 'net-pull-request' of https://github.com...
2023-02-21 Peter MaydellMerge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr...
2023-02-20 Peter MaydellMerge tag 'vfio-updates-20230216.0' of https://gitlab...
2023-02-20 Peter MaydellMerge tag 'pull-virtiofs-20230216b' of https://gitlab...
2023-02-20 Paolo Bonzinidocs: build-platforms: refine requirements on Python...
2023-02-20 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-17 Andrey Zhadchenkohbitmap: fix hbitmap_status() return value for first...
2023-02-17 Emanuele Giuseppe... block/file-posix: don't use functions calling AIO_WAIT_...
2023-02-17 Vladimir Sementsov... MAINTAINERS: drop Vladimir from parallels block driver
2023-02-17 Stefano Garzarellablock: temporarily hold the new AioContext of bs_top...
2023-02-17 Anton Johanssonblock: Handle curl 7.55.0, 7.85.0 version changes
2023-02-17 Kevin Wolfblock: Assert non-coroutine context for bdrv_open_inherit()
2023-02-17 Kevin Wolfblock: Fix bdrv_co_create_opts_simple() to open images...
2023-02-17 Kevin Wolfvpc: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfvmdk: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfvhdx: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfvdi: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfqed: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfqcow2: Fix open/create to open images with no_co_wrapper
2023-02-17 Kevin Wolfqcow: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfparallels: Fix .bdrv_co_create(_opts) to open images...
2023-02-17 Kevin Wolfluks: Fix .bdrv_co_create(_opts) to open images with...
2023-02-17 Kevin Wolfblock: Create no_co_wrappers for open functions
2023-02-17 Kevin Wolfblock-coroutine-wrapper: Introduce no_co_wrapper
2023-02-17 Hanna Czenczekcurl: Fix error path in curl_open()
2023-02-17 Kevin Wolfconfigure: Enable -Wthread-safety if present
2023-02-17 Emanuele Giuseppe... bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA...
2023-02-17 Emanuele Giuseppe... util/qemu-thread-posix: use TSA_NO_TSA to suppress...
2023-02-17 Brad Smiththread-posix: add support for setting threads name...
2023-02-17 Eugenio Pérezvdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
2023-02-17 Laurent Viviernet: stream: add a new option to automatically reconnect
2023-02-17 Joelle van... vmnet: stop recieving events when VM is stopped
2023-02-17 Christian Svenssonnet: Increase L2TPv3 buffer to fit jumboframes
2023-02-17 Fiona Ebnerhw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
next