Show patches with: State = Action Required       |    Archived = No       |   427072 patches
« 1 2 ... 634 635 6364270 4271 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/3] migration: Add qmp command for migrate_set_max_cpu_throttle Add a new migrate_set_max_cpu_throttle qmp command - - - - --- 2018-07-31 Li Qiang New
[2/3] migration: Allow "device add" options to only add migratable devices - - - - --- 2016-12-14 Ashijeet Acharya New
[2/3] migration: Check for ID length - - 1 - --- 2017-01-09 Dr. David Alan Gilbert New
[2/3] migration: Dead assignment of current_time - - 1 - --- 2015-11-18 Dr. David Alan Gilbert New
[2/3] migration: Don't do migrate cleanup if during postcopy resume migration: Three more fixes for postcopy recovery - - 1 - --- 2021-07-08 Peter Xu New
[2/3] migration: Drop unnecessary check in ram's pending_exact() migration: some small cleanups - - 1 - --- 2024-01-17 Peter Xu New
[2/3] migration: Inhibit virtio-balloon for the duration of background snapshot migration: Fixes to the 'background-snapshot' code - - 1 - --- 2021-03-18 Andrey Gruzdev New
[2/3] migration: Make failed migration load set file error - - - - --- 2016-09-23 Dr. David Alan Gilbert New
[2/3] migration: Make save_snapshot() return bool, not 0/-1 migration: Make save/load_snapshot() return boolean 1 - - - --- 2020-10-08 Philippe Mathieu-Daudé New
[2/3] migration: Remove unused res_compatible Remove res_compatible parameter - - 1 - --- 2023-02-08 Juan Quintela New
[2/3] migration: Remove use of old MigrationParams - - - - --- 2017-05-15 Juan Quintela New
[2/3] migration: Remove use of old MigrationParams - - - - --- 2017-05-11 Juan Quintela New
[2/3] migration: Remove use of old MigrationParams - - - - --- 2017-04-25 Juan Quintela New
[2/3] migration: Simplify calling of await_return_path_close_on_source Fix segfault on migration return path - - - - --- 2023-07-28 Fabiano Rosas New
[2/3] migration: Teach dirtyrate about qemu_target_page_bits() migration: Make dirtyrate.c target independent - - 2 - --- 2023-05-11 Juan Quintela New
[2/3] migration: Test for disabled features on reception - - - - --- 2016-11-14 Juan Quintela New
[2/3] migration: Update atomic stats out of the mutex Migration: Make more ram_counters atomic - - 1 - --- 2023-03-01 Juan Quintela New
[2/3] migration: Use automatic rcu_read unlock in ram.c Automatic RCU read unlock - - - - --- 2019-09-11 Dr. David Alan Gilbert New
[2/3] migration: Wake rate limiting for urgent requests Postcopy bandwidth limiting - - 1 - --- 2018-06-13 Dr. David Alan Gilbert New
[2/3] migration: add migrate_unix_page_flipping() - - 1 - --- 2013-10-25 Lei Li New
[2/3] migration: create migration event - - - - --- 2015-05-20 Juan Quintela New
[2/3] migration: export parameters to props - - 1 - --- 2017-07-12 Peter Xu New
[2/3] migration: fix migrate_cancel leads live_migration thread hung forever migration: fix migrate_cancel problems of multifd - - 1 - --- 2019-06-25 Ivan Ren New
[2/3] migration: load smaller RAMBlock to a bigger one if permitted - - 1 - --- 2014-07-28 Michael S. Tsirkin New
[2/3] migration: loadvm handlers are not used - - - - --- 2017-05-24 Juan Quintela New
[2/3] migration: notify migration state before starting thread 1 - - - --- 2013-07-17 Stefan Hajnoczi New
[2/3] migration: optimization for one compression thread - - - - --- 2015-08-25 Li, Liang Z New
[2/3] migration: postcopy-uffd-usermode-only documentation Postcopy migration: Add userfaultfd- user-mode-only capability - - - - --- 2021-10-14 Lin Ma New
[2/3] migration: print features as on off Migration patches on queue for 2.12 - - 2 - --- 2017-12-01 Juan Quintela New
[2/3] milkymist_uart: support new core version - - - - --- 2011-09-15 Michael Walle New
[2/3] mingw32: avoid using %hh format which is not known by the compiler - - - - --- 2010-05-15 Blue Swirl New
[2/3] mips-linux-user: Always support rdhwr. - - - - --- 2011-12-17 Richard Henderson New
[2/3] mips/mips_fulong2e: Set preferred page size to 16KB [1/3] target/mips: Support variable page size - - 1 - --- 2020-04-08 Huacai Chen New
[2/3] mips: Break out cpu_mips_timer_expire 1 - - - --- 2011-01-17 Edgar E. Iglesias New
[2/3] mips: Tweak location of ';' in macros Untitled series #15960 - - 1 - --- 2017-11-30 Eric Blake New
[2/3] mirror: Freeze backing chain for sync=top mirror: Freeze backing chain for sync=top - - - - --- 2020-09-02 Max Reitz New
[2/3] mirror: Make sure that source and target size match mirror: Make sure that source and target size match - - 1 - --- 2020-05-07 Kevin Wolf New
[2/3] mirror: Use block_job_relax_cpu during bitmap scanning - - 1 - --- 2015-07-09 Fam Zheng New
[2/3] mirror: limit niov to IOV_MAX elements, again - - 2 - --- 2016-06-22 John Snow New
[2/3] misc/mos6522: Use timer_free() in the finalize function to avoid memleak Fix some memleaks caused by timer_new_ns 1 - - - --- 2020-12-04 Gan Qixin New
[2/3] misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_perform_action() Misc: Make watchdog devices using qemu_system_reset_request() use watchdog_perfom_action() - - 1 - --- 2024-02-16 atp exp New
[2/3] mm/memory-failure.c: support reset PTE during unpoison recover hardware corrupted page by virtio balloon - - - - --- 2022-05-20 zhenwei pi New
[2/3] module: add Error arguments to module_load_one and module_load_qom_one improve error handling for module load - - - - --- 2022-09-06 Claudio Fontana New
[2/3] module: ignore NULL type module fixes - - - - --- 2020-07-20 Gerd Hoffmann New
[2/3] module: return success on module load modules: cleanup and test - - - - --- 2019-08-06 Paolo Bonzini New
[2/3] monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed() Improved reporting for migrate parameters - - 1 - --- 2020-03-29 Mao Zhongyi New
[2/3] monitor/target: Include missing 'exec/memory.h' header [1/3] cpu-target: Include missing 'exec/memory.h' header - - 1 - --- 2024-02-09 Philippe Mathieu-Daudé New
[2/3] monitor: Add command_completion callback to mon_cmd_t. - - - - --- 2014-04-13 Hani Benhabiles New
[2/3] monitor: Introduce block_watermark command - - - - --- 2010-03-09 Luiz Capitulino New
[2/3] monitor: Reorder intialization to drop initial mux focus - - - - --- 2010-04-06 Jan Kiszka New
[2/3] monitor: add Error * argument to monitor_get_fd - - - - --- 2012-09-25 Luiz Capitulino New
[2/3] monitor: add Error * argument to monitor_get_fd - - - - --- 2012-09-24 Luiz Capitulino New
[2/3] monitor: add Error * argument to monitor_get_fd - - - - --- 2012-09-20 Luiz Capitulino New
[2/3] monitor: add notifier list for monitor events - - - - --- 2013-04-26 Anthony Liguori New
[2/3] monitor: avoid declaring unused variables - - 1 - --- 2012-08-22 Luiz Capitulino New
[2/3] monitor: remove target-specific code from monitor.c - - - - --- 2015-08-12 Denis V. Lunev New
[2/3] monitor: remove target-specific code from monitor.c - - - - --- 2015-07-02 Denis V. Lunev New
[2/3] monitor: show sync profiling info with 'info sync' synchronization profiler - - - - --- 2018-08-13 Emilio Cota New
[2/3] monitor: take mon_lock where proper monitor: let Monitor be thread safe - - - - --- 2018-04-18 Peter Xu New
[2/3] monitor: throttle QAPI_EVENT_VSERPORT_CHANGE by "id" - - 2 - --- 2015-09-02 Marc-André Lureau New
[2/3] monitor:braces {} are necessary for all arms of this statement Fix some style problems in monitor - - - - --- 2020-11-25 Yutao Ai New
[2/3] mos6522: remove additional interrupt flag filter from mos6522_update_irq() mos6522: allow IRQs from external port pins - - - - --- 2018-06-13 Mark Cave-Ayland New
[2/3] move CPU models from cpus-x86_64.conf to C - - - - --- 2012-08-01 Eduardo Habkost New
[2/3] move icache flush out of tcg.h Cleanup includes for no-TCG builds - - - - --- 2020-12-16 Paolo Bonzini New
[2/3] move two variable declarations out of vl.c - - - - --- 2010-03-31 Paolo Bonzini New
[2/3] move two variable declarations out of vl.c - - - - --- 2010-03-19 Paolo Bonzini New
[2/3] move xen-hvm.c to hw/i386/xen/ - - 1 - --- 2017-04-05 Xu, Anthony New
[2/3] move xen-hvm.c to hw/i386/xen/ - - - - --- 2017-04-05 Xu, Anthony New
[2/3] mpc8544_guts: QOM'ify - - - - --- 2013-06-09 Andreas Färber New
[2/3] mptsas: fix memory leak - - - - --- 2016-02-16 Paolo Bonzini New
[2/3] msi: Cleanup uninit - - - - --- 2010-11-02 Alex Williamson New
[2/3] msi: simply write config a bit. - - - - --- 2011-01-20 Isaku Yamahata New
[2/3] msix: expose access to masked/pending state - - - - --- 2012-12-18 Michael S. Tsirkin New
[2/3] msix: trace control bit write op - - - - --- 2017-05-09 Peter Xu New
[2/3] multiboot: Calculate upper_mem in the ROM - - - - --- 2013-06-23 Kevin Wolf New
[2/3] multiboot: Fix offset of bootloader name - - 1 - --- 2015-01-15 Kevin Wolf New
[2/3] multiboot: load any machine type of ELF - - - - --- 2017-08-23 Anatol Pomozov New
[2/3] multiboot: load any machine type of ELF - - - - --- 2017-08-17 Anatol Pomozov New
[2/3] multifd: compression support variables WIP: Multifd compression support - - - - --- 2019-02-20 Juan Quintela New
[2/3] nbd/client: Make x-dirty-bitmap more reliable NBD dirty bitmap cleanups - - 1 - --- 2018-11-30 Eric Blake New
[2/3] nbd/server: Fix drained_poll to wake coroutine in right AioContext block/graph-lock: Disable locking for now - - 1 - --- 2023-05-17 Kevin Wolf New
[2/3] nbd: Add .bdrv_known_zeroes() client support NBD_INFO_INIT_STATE extension - - - - --- 2020-02-10 Eric Blake New
[2/3] nbd: Add exports listing support. - - - - --- 2014-05-31 Hani Benhabiles New
[2/3] nbd: Add new qemu:allocation-depth metacontext Exposing backing-chain allocation over NBD - - - - --- 2020-09-25 Eric Blake New
[2/3] nbd: Avoid bitrot in TRACE() usage - - - - --- 2016-04-06 Eric Blake New
[2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O r… - - - - --- 2012-10-22 Nicholas Thomas New
[2/3] nbd: Fix poor debug message - - - - --- 2016-03-31 Eric Blake New
[2/3] nbd: allow reconnect on open, with corresponding new options nbd reconnect on open - - - - --- 2020-09-07 Vladimir Sementsov-Ogievskiy New
[2/3] nbd: publish _lookup functions Untitled series #73808 - - 1 - --- 2018-11-02 Vladimir Sementsov-Ogievskiy New
[2/3] nbd: use TCP_CORK in nbd_co_send_request() - - - - --- 2013-04-19 Paolo Bonzini New
[2/3] nbd: use TCP_CORK in nbd_co_send_request() - - - - --- 2013-04-15 Stefan Hajnoczi New
[2/3] net/bitbang_mdio: Never set PHY RST and ANEG_RST bits on register write - - - - --- 2013-01-19 Grant Likely New
[2/3] net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle - - - - --- 2017-05-12 Zhang Chen New
[2/3] net/filter.c: Add Options to insert filters anywhere in the filter list colo: Add support for continious replication - - - - --- 2019-08-14 Lukas Straub New
[2/3] net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* command - - - - --- 2015-12-21 Miao Yan New
[2/3] net: Deprecate tap backend's parameter "helper" Some qemu-bridge-helper work - - - - --- 2019-06-04 Markus Armbruster New
[2/3] net: Don't warn about the default network setup - - - - --- 2011-05-20 Peter Maydell New
[2/3] net: EAGAIN handling for net/socket.c UDP - - - - --- 2012-08-20 Stefan Hajnoczi New
[2/3] net: Flush queues when runstate changes back to running - - - - --- 2014-08-14 Zhanghailiang New
[2/3] net: Restore printing of the help text with "-nic help" Fix the "-nic help" option - 1 - - --- 2022-11-04 Thomas Huth New
« 1 2 ... 634 635 6364270 4271 »