Show patches with: none      |   433856 patches
« 1 2 ... 796 797 7984338 4339 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[3/4] block-backend: shift in-flight counter to BB from BDS - - - - --- 2017-08-08 John Snow New
[3/4] block/backup: use bdrv_dirty_bitmap_next_dirty backup: fix skipping unallocated clusters - - - - --- 2019-08-14 Vladimir Sementsov-Ogievskiy New
[3/4] block/copy-before-write: implement cbw-timeout option block: copy-before-write: cbw-timeout - - - - --- 2022-03-02 Vladimir Sementsov-Ogievskiy New
[3/4] block/curl: Implement a flush function on the fd handlers - - - - --- 2011-09-21 Kevin Wolf New
[3/4] block/curl: Remember all sockets - - - - --- 2016-10-25 Max Reitz New
[3/4] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex bitmaps: some refactoring - - 1 - --- 2019-09-16 Vladimir Sementsov-Ogievskiy New
[3/4] block/file-posix: Convert from DPRINTF() macro to trace events block: Convert from DPRINTF() macro to trace event - - 1 - --- 2018-12-12 Laurent Vivier New
[3/4] block/gluster: use conventional names for GlfsPreopened functions - - - - --- 2017-01-27 Stefan Hajnoczi New
[3/4] block/gluster: using new qapi schema - - 1 - --- 2015-11-12 Prasanna Kumar Kalever New
[3/4] block/io: bdrv_check_byte_request(): drop bdrv_is_inserted() block: prepare for 64bit - - 1 - --- 2020-12-03 Vladimir Sementsov-Ogievskiy New
[3/4] block/io: bdrv_common_block_status_above: support bs == base fix & merge block_status_above and is_allocated_above - - 1 - --- 2019-11-16 Vladimir Sementsov-Ogievskiy New
[3/4] block/iscsi: set max_transfer_length - - - - --- 2014-09-05 Peter Lieven New
[3/4] block/mirror: support unaligned write in active mirror active-mirror: support unaligned guest operations - - - - --- 2019-09-12 Vladimir Sementsov-Ogievskiy New
[3/4] block/nbd: fix reconnect-delay nbd reconnect new fixes - - 1 - --- 2020-09-03 Vladimir Sementsov-Ogievskiy New
[3/4] block/null-{co, aio}: Implement get_block_status() - - - - --- 2016-02-20 Max Reitz New
[3/4] block/parallels: Don't update header until the first actual write Don't write headers if BDS is INACTIVE - - 1 - --- 2017-10-27 Jeff Cody New
[3/4] block/parallels: split check for parallels format in parallels_open - - - - --- 2014-07-22 Denis V. Lunev New
[3/4] block/qcow2: add lzo compression algorithm - - - - --- 2017-06-27 Peter Lieven New
[3/4] block/raw: add .bdrv_get_info - - - - --- 2013-07-15 Peter Lieven New
[3/4] block/rbd: parse all options via bdrv_parse_filename - - - - --- 2017-02-27 Jeff Cody New
[3/4] block/ssh: Use InetSocketAddress options - - - - --- 2016-10-11 Ashijeet Acharya New
[3/4] block/throttle-groups.c: Use lock guard macros Use lock guard macros in block - - - - --- 2020-11-09 Gan Qixin New
[3/4] block/vpc: give option to force the current_size field in .bdrv_create - - - - --- 2016-02-24 Jeff Cody New
[3/4] block/vvfat: Fix leak of mapping_t::path block/vvfat: Fix leaks and out of bounds writes - 1 1 - --- 2021-04-30 Philippe Mathieu-Daudé New
[3/4] block/xen_disk: use a single entry iovec block/xen_disk: legacy code removal and cleanup - - - - --- 2018-04-30 Paul Durrant New
[3/4] block: Add bdrv_filename() - - - - --- 2014-09-24 Max Reitz New
[3/4] block: Add blk_make_empty() block: Do not call BlockDriver.bdrv_make_empty() directly - - - - --- 2020-04-28 Max Reitz New
[3/4] block: Add block accounting code for GET LBA STATUS Add Support for GET LBA STATUS 16 command in scsi emulation - - - - --- 2020-06-02 Lin Ma New
[3/4] block: Add support for throttling burst threshold in QMP and the command line. - - - - --- 2013-07-22 Benoît Canet New
[3/4] block: Allow JSON filenames - - - - --- 2014-05-06 Max Reitz New
[3/4] block: Fix reconfiguring graph with drained nodes - - 1 - --- 2016-05-23 Kevin Wolf New
[3/4] block: Include "node-name" if present in query-blockstats - - 2 - --- 2014-10-29 Fam Zheng New
[3/4] block: Introduce bdrv_pwritev() for qcow2_save_vmstate - - - - --- 2013-04-05 Kevin Wolf New
[3/4] block: New bdrv_add_key(), convert monitor to use it - - - - --- 2015-01-14 Markus Armbruster New
[3/4] block: Prevent sleeping jobs from resuming if they have been paused - - 1 - --- 2016-05-27 Alberto Garcia New
[3/4] block: Print protocol-specific information block/file: Show extent size in qemu-img info - - - - --- 2022-05-03 Hanna Czenczek New
[3/4] block: Simplify use of BDRV_BLOCK_RAW. - - - - --- 2017-05-19 Eric Blake New
[3/4] block: Use bdrv_get_backing_file_depth() - - 1 - --- 2012-08-03 Luiz Capitulino New
[3/4] block: Use new error code for wrong format in selected block drivers - - - - --- 2012-12-15 Stefan Weil Superseded
[3/4] block: Use the actual current_flags during reopen Untitled series #32817 - - - - --- 2018-03-09 Fam Zheng New
[3/4] block: add 'speed' optional parameter to block-stream - - - - --- 2012-04-23 Stefan Hajnoczi New
[3/4] block: add BLOCK_O_CHECK for qemu-img check - - - - --- 2012-07-31 Stefan Hajnoczi New
[3/4] block: add a knob to disable multiwrite_merge - - 1 - --- 2014-10-20 Peter Lieven New
[3/4] block: add bdrv_aio_flush operation - - - - --- 2009-08-31 Christoph Hellwig Superseded
[3/4] block: add dbg_dump_block_layer() Add function to dump block layer for debugging - - - - --- 2020-11-19 Vladimir Sementsov-Ogievskiy New
[3/4] block: bdrv_eject(): Add tray_changed parameter - - - - --- 2012-02-15 Luiz Capitulino New
[3/4] block: detect DKIOCGETBLOCKCOUNT/SIZE before use Disable unsupported features on iOS hosts - - - - --- 2021-03-08 Joelle van Dyne New
[3/4] block: drop redundant bdrv_flush implementation - - - - --- 2011-10-14 Paolo Bonzini New
[3/4] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap block/dirty-bitmaps: fix and improve bitmap merge - - 1 - --- 2022-02-15 Vladimir Sementsov-Ogievskiy New
[3/4] block: move block exports to libblockdev block/export: add BlockExportOptions->iothread member - - - - --- 2020-09-25 Stefan Hajnoczi New
[3/4] block: qemu-iotests - fix image cleanup when using spaced pathnames - - 1 - --- 2014-03-18 Jeff Cody New
[3/4] block: qobject_is_equal() in bdrv_reopen_prepare() - - 1 - --- 2017-06-14 Max Reitz New
[3/4] block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ - - - - --- 2014-09-05 Benoît Canet New
[3/4] block: replace fprintf(stderr, ...) with error_report() in block/ - - - - --- 2014-05-09 Le Tan New
[3/4] block: set job->speed in block_set_speed - - - - --- 2012-03-30 Paolo Bonzini New
[3/4] block: switch to co_wrapper for bdrv_is_allocated_* block: clean up coroutine versions of bdrv_{is_allocated, block_status}* - - 1 - --- 2023-04-05 Paolo Bonzini New
[3/4] block: use the standard 'ret' instead of 'result' - - 1 - --- 2014-07-18 Jeff Cody New
[3/4] block: vhdx - change .vhdx_create default block state to ZERO - - 1 - --- 2014-12-08 Jeff Cody New
[3/4] blockdev: Allow snapshoting of protocols. - - - - --- 2013-01-28 Benoît Canet New
[3/4] blockdev: Convert bdrv_find to blk_by_name - - 1 - --- 2015-03-02 Fam Zheng New
[3/4] blockdev: Defer creation of implicit PCI devices for IF_VIRTIO drives - - - - --- 2015-06-04 Peter Maydell New
[3/4] blockdev: Don't limit DriveInfo serial to 20 characters - - - - --- 2012-07-11 Markus Armbruster New
[3/4] blockdev: acquire AioContext in QMP 'transaction' actions - - 1 - --- 2014-11-21 Stefan Hajnoczi New
[3/4] blockdev: blockdev_mark_auto_del: drop usage of bs->job block: drop bs->job - - - - --- 2019-06-06 Vladimir Sementsov-Ogievskiy New
[3/4] blockjob: introduce block_job_do_yield Untitled series #15712 - - 2 - --- 2017-11-29 Paolo Bonzini New
[3/4] blocksize: Add driver method to get the blocksizes 1 - 1 - --- 2014-07-29 Ekaterina Tumanova New
[3/4] bochs-display: add dirty tracking support Untitled series #44895 - - 1 - --- 2018-05-17 Gerd Hoffmann New
[3/4] bsd-user: "foo * bar" should be "foo *bar" [1/4] bsd-user: space required after semicolon - - - - --- 2020-11-04 shiliyang New
[3/4] bsd-user: Rename linux_binprm to bsd_binprm - - 1 - --- 2014-06-20 Sean Bruno New
[3/4] bsd-user: move strace OS/arch dependent code to host/arch dirs A few preliminary bsd-user patches - - - - --- 2020-12-18 imp@freebsd.org New
[3/4] bsd-user: move strace OS/arch dependent code to host/arch dirs A few preliminary bsd-user patches - - - - --- 2020-12-18 imp@freebsd.org New
[3/4] build-sys: add slirp.wrap Add meson wrap fallback for slirp & dtc - - - - --- 2023-03-02 Marc-André Lureau New
[3/4] build: Don't make object files for dtrace on macOS Add dtrace support on macOS - - 1 - --- 2020-07-16 Roman Bolshakov New
[3/4] build: qemu-ga: fix VSS dependencies - - - - --- 2015-09-07 Michael Roth New
[3/4] build: qemu-ga: fix VSS dependencies - - 1 - --- 2015-08-27 Michael Roth New
[3/4] build: qemu-ga: fix VSS dependencies - - 1 - --- 2015-08-26 Michael Roth New
[3/4] build: remove universal-obj-y - - - - --- 2013-01-19 Paolo Bonzini New
[3/4] cfi: Mark flash memory executable - - - - --- 2010-05-13 Jan Kiszka New
[3/4] change while to if - - - - --- 2010-01-15 Paolo Bonzini New
[3/4] char-socket: avoid double call tcp_chr_free_connection fix crashes when inject errors to vhost-user-blk chardev - - - - --- 2020-04-15 Li Feng New
[3/4] char-socket: update all ioc handlers when changing context Fix socket chardev regression - - - - --- 2018-08-17 Marc-André Lureau New
[3/4] char: Flat alternative to overly nested chardev-add arguments qemu-storage-daemon: QAPIfy --chardev the stupid way - - 1 - --- 2020-10-26 Markus Armbruster New
[3/4] char: add gio watch fn for tcp backends - - - - --- 2013-02-04 Amit Shah New
[3/4] chardev/char-fe: Document FEWatchFunc typedef chardev/char-fe: Document FEWatchFunc and use G_SOURCE_CONTINUE/REMOVE 1 - - - --- 2023-07-05 Philippe Mathieu-Daudé New
[3/4] chardev: remove needless class method chardev fixes - - 2 - --- 2021-07-23 Marc-André Lureau New
[3/4] chardev: use per-dev context for io_add_watch_poll chardev: support non-default gcontext - - - - --- 2017-09-21 Peter Xu New
[3/4] check-block: replace -makecheck with TAP output Replace custom test harness with "meson test" - - - - --- 2021-10-15 Paolo Bonzini New
[3/4] check-qjson: Add test for JSON nesting depth limit - - 1 - --- 2015-10-29 Markus Armbruster New
[3/4] check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings - - - - --- 2013-04-11 Markus Armbruster New
[3/4] check-qjson: Test noncharacters other than U+FFFE, U+FFFF in strings - - 1 - --- 2013-03-14 Markus Armbruster New
[3/4] checkpatch: adapt some tests to QEMU - - 1 - --- 2015-09-07 Paolo Bonzini New
[3/4] cleanup cpu_set_debug_excp_handler - - - - --- 2012-06-25 Igor Mammedov New
[3/4] clock: Remove clock_get_ns() clock: Get rid of clock_get_ns() - - 2 - --- 2020-12-08 Peter Maydell New
[3/4] colo: Introduce high-level test colo: Introduce resource agent and high-level test - - - - --- 2019-11-21 Lukas Straub New
[3/4] compiler: expression version of QEMU_BUILD_BUG_ON - - 1 - --- 2017-01-18 Michael S. Tsirkin New
[3/4] configs/devices/mips-softmmu/common: Remove redundant selections of SuperIO and ISA devices More precise dependency tracking for MIPS boards - - - - --- 2023-01-09 Bernhard Beschow New
[3/4] configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h Fix build failures on Haiku - - 1 - --- 2020-11-14 Thomas Huth New
[3/4] configure: Enable threading on all ppc and mips linux-user targets - - - - --- 2013-06-25 Peter Maydell New
[3/4] configure: Fix the default setting of the "xen" feature Fixes for the --without-default-features configure switch - - - - --- 2021-07-13 Thomas Huth New
[3/4] configure: Improve checking libssh version is 0.8 configure: Fix libssh on Ubuntu 18.04 - 1 - - --- 2019-08-14 Philippe Mathieu-Daudé New
« 1 2 ... 796 797 7984338 4339 »