Show patches with: none      |   433787 patches
« 1 2 ... 796 797 7984337 4338 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[3/4] configure: Prefer gmake on darwin Compatibility make fixes for meson - - 1 - --- 2020-08-22 Roman Bolshakov New
[3/4] configure: accept --enable-slirp First batch of configure cleanups - - 2 - --- 2020-12-17 Paolo Bonzini New
[3/4] configure: add flag to enable SafeStack Add support for SafeStack - - - - --- 2020-04-29 Daniele Buono New
[3/4] configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS Convert remaining submodules to meson, cleanup env var handling - - 1 - --- 2020-10-05 Paolo Bonzini New
[3/4] configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS configure: bugfixes and cleanups for CFLAGS - - 1 - --- 2020-09-20 Paolo Bonzini New
[3/4] configure: fix error message to say Python 3.8 Python: Enable python3.12 support - - 1 - --- 2023-10-06 John Snow New
[3/4] configure: permit compilation on arm aarch64 - - 1 - --- 2013-05-23 Claudio Fontana New
[3/4] configure: propagate --extra-cflags and --extra-ldflags to meson compile tests configure: propagate --extra-cflags and --extra-ldflags to meson compile tests - 1 - - --- 2021-11-08 Paolo Bonzini New
[3/4] configure: silence pkg-config's check for curses - - - - --- 2013-01-30 Stefan Hajnoczi New
[3/4] configure: silence pkg-config's check for curses - - - - --- 2013-01-21 Stefan Hajnoczi New
[3/4] console: call qemu_chr_reset() in text_console_init - - - - --- 2009-10-20 Amit Shah New
[3/4] console: pass DisplayAllocator as first argument to methods - - - - --- 2012-01-16 Anthony Liguori New
[3/4] console: pass Monitor to vga_hw_screen_dump/hw_vga_dump - - - - --- 2012-03-11 Alon Levy New
[3/4] console: reimplement qemu_default_pixelformat - - - - --- 2014-06-18 Gerd Hoffmann New
[3/4] contrib/vhost-user-input: avoid g_return_val_if() input validation vhost-user: avoid g_return_val_if() in get/set_config() - - - - --- 2020-11-18 Stefan Hajnoczi New
[3/4] contrib: qemu-guest-agent.service: Don't ignore failure contrib: qemu-guest-agent.service updates - - - - --- 2021-07-08 Cole Robinson New
[3/4] coreaudio: always stop audio playback on shut down coreaudio bug fix and clean up - - - 1 --- 2020-12-13 Volker Rümelin New
[3/4] coroutine-lock: make qemu_co_enter_next thread-safe coroutine-lock: polymorphic CoQueue - - - - --- 2018-01-16 Paolo Bonzini New
[3/4] coroutine-lock: make qemu_co_enter_next thread-safe coroutine-lock: polymorphic CoQueue - - - - --- 2018-01-15 Paolo Bonzini New
[3/4] coroutine: Clean up superfluous inclusion of qemu/lockable.h coroutine: Clean up includes - - 1 - --- 2022-12-08 Markus Armbruster New
[3/4] cpu model corrections/updates: support kvm emulated flags - - - - --- 2010-11-24 john cooper New
« 1 2 ... 796 797 7984337 4338 »