Show patches with: State = Action Required       |   426200 patches
« 1 2 ... 1054 1055 10564261 4262 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/4] modules: factor out arch check modules: add support for target-specific modules. - - - - --- 2021-06-10 Gerd Hoffmann New
[v4,32/32] block/nbd: safer transition to receiving request block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,31/32] block/nbd: add nbd_client_connected() helper block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,30/32] block/nbd: reuse nbd_co_do_establish_connection() in nbd_open() block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,29/32] nbd/client-connection: add option for non-blocking connection attempt block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,28/32] block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,27/32] block-coroutine-wrapper: allow non bdrv_ prefix block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,26/32] nbd/client-connection: return only one io channel block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,25/32] block/nbd: drop BDRVNBDState::sioc block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,24/32] block/nbd: don't touch s->sioc in nbd_teardown_connection() block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,23/32] block/nbd: use negotiation of NBDClientConnection block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,22/32] block/nbd: split nbd_handle_updated_info out of nbd_client_handshake() block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,21/32] nbd/client-connection: shutdown connection on release block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,20/32] nbd/client-connection: implement connection retry block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,19/32] nbd/client-connection: add possibility of negotiation block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,18/32] nbd/client-connection: use QEMU_LOCK_GUARD block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,17/32] nbd: move connection code from block/nbd to nbd/client-connection block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,16/32] block/nbd: introduce nbd_client_connection_release() block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,15/32] block/nbd: introduce nbd_client_connection_new() block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,14/32] block/nbd: rename NBDConnectThread to NBDClientConnection block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,13/32] block/nbd: make nbd_co_establish_connection_cancel() bs-independent block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,12/32] block/nbd: bs-independent interface for nbd_co_establish_connection() block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,11/32] block/nbd: drop thr->state block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,10/32] block/nbd: simplify waking of nbd_co_establish_connection() block/nbd: rework client connection - - - - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,09/32] block/nbd: BDRVNBDState: drop unused connect_err and connect_status block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,08/32] block/nbd: nbd_client_handshake(): fix leak of s->ioc block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,07/32] block/nbd: ensure ->connection_thread is always valid block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,06/32] block/nbd: call socket_address_parse_named_fd() in advance block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,05/32] qemu-sockets: introduce socket_address_parse_named_fd() block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,04/32] block/nbd: connect_thread_func(): do qio_channel_set_delay(false) block/nbd: rework client connection - 1 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,03/32] block/nbd: fix how state is cleared on nbd_open() failure paths block/nbd: rework client connection - - 2 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,02/32] block/nbd: fix channel object leak block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[v4,01/32] co-queue: drop extra coroutine_fn marks block/nbd: rework client connection - - 1 - --- 2021-06-10 Vladimir Sementsov-Ogievskiy New
[RFC] migration/rdma: Fix out of order wrid [RFC] migration/rdma: Fix out of order wrid - - - - --- 2021-06-10 Li Zhijian New
qemu-option: Drop dead assertion qemu-option: Drop dead assertion - - 1 - --- 2021-06-10 Markus Armbruster New
vl: Fix an assert failure in error path vl: Fix an assert failure in error path - - - - --- 2021-06-10 Duan, Zhenzhong New
[v2,37/37] target/riscv: configure and turn on packed extension from command line target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,36/37] target/riscv: RV64 Only 32-bit Packing Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,35/37] target/riscv: RV64 Only Non-SIMD 32-bit Shift Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,34/37] target/riscv: RV64 Only 32-bit Parallel Multiply & Add Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,33/37] target/riscv: RV64 Only 32-bit Multiply & Add Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,32/37] target/riscv: RV64 Only 32-bit Multiply Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,31/37] target/riscv: RV64 Only SIMD Q15 saturating Multiply Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,30/37] target/riscv: RV64 Only SIMD 32-bit Miscellaneous Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,29/37] target/riscv: RV64 Only SIMD 32-bit Shift Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,28/37] target/riscv: RV64 Only SIMD 32-bit Add/Subtract Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,27/37] target/riscv: Non-SIMD Miscellaneous Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,26/37] target/riscv: 32-bit Computation Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,25/37] target/riscv: Non-SIMD Q31 saturation ALU Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,24/37] target/riscv: Non-SIMD Q15 saturation ALU Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,23/37] target/riscv: Signed 16-bit Multiply with 64-bit Add/Subtract Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,22/37] target/riscv: 32-bit Multiply 64-bit Add/Subtract Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,21/37] target/riscv: 64-bit Add/Subtract Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,20/37] target/riscv: 8-bit Multiply with 32-bit Add Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,19/37] target/riscv: Partial-SIMD Miscellaneous Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,18/37] target/riscv: Signed 16-bit Multiply 64-bit Add/Subtract Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,17/37] target/riscv: Signed 16-bit Multiply 32-bit Add/Subtract Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,16/37] target/riscv: Signed MSW 32x16 Multiply and Add Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,15/37] target/riscv: Signed MSW 32x32 Multiply and Add Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,14/37] target/riscv: 16-bit Packing Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,13/37] target/riscv: 8-bit Unpacking Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,12/37] target/riscv: SIMD 8-bit Miscellaneous Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,11/37] target/riscv: SIMD 16-bit Miscellaneous Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,10/37] target/riscv: SIMD 8-bit Multiply Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,09/37] target/riscv: SIMD 16-bit Multiply Instructions target/riscv: support packed extension v0.9.4 - - - - --- 2021-06-10 LIU Zhiwei New
[v2,08/37] target/riscv: SIMD 8-bit Compare Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,07/37] target/riscv: SIMD 16-bit Compare Instructions target/riscv: support packed extension v0.9.4 1 - - - --- 2021-06-10 LIU Zhiwei New
[v2,06/37] target/riscv: SIMD 8-bit Shift Instructions target/riscv: support packed extension v0.9.4 1 - 1 - --- 2021-06-10 LIU Zhiwei New
[v2,05/37] target/riscv: SIMD 16-bit Shift Instructions target/riscv: support packed extension v0.9.4 - - 1 - --- 2021-06-10 LIU Zhiwei New
[v2,04/37] target/riscv: 8-bit Addition & Subtraction Instruction target/riscv: support packed extension v0.9.4 1 - 1 - --- 2021-06-10 LIU Zhiwei New
[v2,03/37] target/riscv: 16-bit Addition & Subtraction Instructions target/riscv: support packed extension v0.9.4 - - 1 - --- 2021-06-10 LIU Zhiwei New
[v2,02/37] target/riscv: Make the vector helper functions public target/riscv: support packed extension v0.9.4 - - 1 - --- 2021-06-10 LIU Zhiwei New
[v2,01/37] target/riscv: implementation-defined constant parameters target/riscv: support packed extension v0.9.4 - - 1 - --- 2021-06-10 LIU Zhiwei New
[11/11] monitor: Restrict 'info sev' to x86 targets target/i386/sev: Housekeeping helping using SEV-disabled binaries - - - - --- 2021-06-10 Philippe Mathieu-Daudé New
[10/11] target/i386/monitor: Move SEV specific commands to sev.c target/i386/sev: Housekeeping helping using SEV-disabled binaries - - - - --- 2021-06-10 Philippe Mathieu-Daudé New
[09/11] target/i386/sev: Restrict SEV to system emulation target/i386/sev: Housekeeping helping using SEV-disabled binaries - - - - --- 2021-06-10 Philippe Mathieu-Daudé New
[08/11] target/i386/sev: sev_get_attestation_report use g_autofree target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 2 - --- 2021-06-10 Philippe Mathieu-Daudé New
[07/11] target/i386/sev: Mark unreachable code with g_assert_not_reached() target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 1 - --- 2021-06-10 Philippe Mathieu-Daudé New
[06/11] target/i386/sev: Remove sev_get_me_mask() target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 2 - --- 2021-06-10 Philippe Mathieu-Daudé New
[05/11] target/i386/sev_i386.h: Remove unused headers target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 1 - --- 2021-06-10 Philippe Mathieu-Daudé New
[04/11] target/i386/cpu: Add missing 'qapi/error.h' header target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 2 - --- 2021-06-10 Philippe Mathieu-Daudé New
[03/11] target/i386/monitor: Return QMP error when SEV is disabled in build target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 2 - --- 2021-06-10 Philippe Mathieu-Daudé New
[02/11] qapi/misc-target: Group SEV QAPI definitions target/i386/sev: Housekeeping helping using SEV-disabled binaries 1 - - - --- 2021-06-10 Philippe Mathieu-Daudé New
[01/11] MAINTAINERS: Add Connor Kuehl as reviewer for AMD SEV target/i386/sev: Housekeeping helping using SEV-disabled binaries - - 1 - --- 2021-06-10 Philippe Mathieu-Daudé New
[v2,18/18,fixup] module_load_modinfo modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,17/18] modules: check arch and block load on mismatch modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,16/18] modules: use modinfo for qemu opts load modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,15/18] modules: use modinfo for qom load modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,14/18] modules: use modinfo for dependencies modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,13/18] modules: load modinfo.json modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,12/18] modules: add module_load_path_init helper modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,11/18] modules: add block module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,10/18] modules: add s390x module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,09/18] modules: add ui module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,08/18] modules: add ccid module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,07/18] modules: add usb-redir module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,06/18] modules: add audio module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,05/18] modules: add chardev module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,04/18] modules: add virtio-gpu module annotations modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
[v2,03/18] modules: add qemu-modinfo utility modules: add metadata database - - - - --- 2021-06-10 Gerd Hoffmann New
« 1 2 ... 1054 1055 10564261 4262 »