Show patches with: none      |   434026 patches
« 1 2 ... 1163 1164 11654340 4341 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,11/26] Hexagon (target/hexagon) replace float32_mul_pow2 with float32_scalbn [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,10/26] Hexagon (target/hexagon) use softfloat default NaN and tininess [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,09/26] Hexagon (target/hexagon) change type of softfloat_roundingmodes [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,08/26] Hexagon (target/hexagon) remove unused carry_from_add64 function [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,07/26] Hexagon (target/hexagon) change variables from int to bool when appropriate [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 2 - --- 2021-04-08 Taylor Simpson New
[v3,06/26] Hexagon (target/hexagon) decide if pred has been written at TCG gen time [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,05/26] Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURN [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,04/26] Hexagon (target/hexagon) use env_archcpu and env_cpu [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,03/26] Hexagon (target/hexagon) remove unnecessary inline directives [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,02/26] Hexagon (target/hexagon) cleanup gen_log_predicated_reg_write_pair [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v3,01/26] Hexagon (target/hexagon) TCG generation cleanup [v3,01/26] Hexagon (target/hexagon) TCG generation cleanup - - 1 - --- 2021-04-08 Taylor Simpson New
[v6,4/4] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE - - 1 - --- 2021-04-08 Rebecca Cran New
[v6,3/4] target/arm: Add support for FEAT_TLBIOS target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE - - - - --- 2021-04-08 Rebecca Cran New
[v6,2/4] target/arm: Add support for FEAT_TLBIRANGE target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE - - - - --- 2021-04-08 Rebecca Cran New
[v6,1/4] accel/tcg: Add TLB invalidation support for ranges of addresses target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE - - - - --- 2021-04-08 Rebecca Cran New
[PATCH-for-6.0?] hw/arm/imx25_pdk: Fix error message for invalid RAM size [PATCH-for-6.0?] hw/arm/imx25_pdk: Fix error message for invalid RAM size - 1 2 - --- 2021-04-07 Philippe Mathieu-Daudé New
[PATCH-for-6.0?] hw/rx/rx-gdbsim: Do not accept invalid memory size [PATCH-for-6.0?] hw/rx/rx-gdbsim: Do not accept invalid memory size - 1 2 - --- 2021-04-07 Philippe Mathieu-Daudé New
[v2,1/1] decodetree: Add support for 64-bit instructions [v2,1/1] decodetree: Add support for 64-bit instructions - - 2 - --- 2021-04-07 Luis Fernando Fujita Pires New
[v4,for-6.0,12/12] tests/qtest: add tests for am53c974 device esp: fix asserts/segfaults discovered by fuzzer - - - 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,11/12] esp: ensure that do_cmd is set to zero before submitting an ESP select command esp: fix asserts/segfaults discovered by fuzzer - - 1 - --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,10/12] esp: don't reset async_len directly in esp_select() if cancelling request esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,09/12] esp: don't overflow cmdfifo if TC is larger than the cmdfifo size esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,08/12] esp: don't overflow cmdfifo in get_cmd() esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,07/12] esp: don't underflow cmdfifo in do_cmd() esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,06/12] esp: ensure cmdfifo is not empty and current_dev is non-NULL esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,05/12] esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf() esp: fix asserts/segfaults discovered by fuzzer - - 2 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,04/12] esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop() esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,03/12] esp: consolidate esp_cmdfifo_push() into esp_fifo_push() esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,02/12] esp: rework write_response() to avoid using the FIFO for DMA transactions esp: fix asserts/segfaults discovered by fuzzer - - 1 1 --- 2021-04-07 Mark Cave-Ayland New
[v4,for-6.0,01/12] esp: always check current_req is not NULL before use in DMA callbacks esp: fix asserts/segfaults discovered by fuzzer - - - 1 --- 2021-04-07 Mark Cave-Ayland New
[PULL,6/6] tests/migration: fix parameter of auto-converge migration [PULL,1/6] virtiofsd: Fix security.capability comparison - - 1 - --- 2021-04-07 Dr. David Alan Gilbert New
[PULL,5/6] migration: Rename 'bs' to 'block' in background snapshot code [PULL,1/6] virtiofsd: Fix security.capability comparison - - 1 - --- 2021-04-07 Dr. David Alan Gilbert New
[PULL,4/6] migration: Pre-fault memory before starting background snasphot [PULL,1/6] virtiofsd: Fix security.capability comparison - 1 1 - --- 2021-04-07 Dr. David Alan Gilbert New
[PULL,3/6] migration: Inhibit virtio-balloon for the duration of background snapshot [PULL,1/6] virtiofsd: Fix security.capability comparison - 1 1 - --- 2021-04-07 Dr. David Alan Gilbert New
[PULL,2/6] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread [PULL,1/6] virtiofsd: Fix security.capability comparison - 1 1 - --- 2021-04-07 Dr. David Alan Gilbert New
[PULL,1/6] virtiofsd: Fix security.capability comparison [PULL,1/6] virtiofsd: Fix security.capability comparison - 1 1 - --- 2021-04-07 Dr. David Alan Gilbert New
[PULL,0/6] V2 migration + virtiofsd queue - - - - --- 2021-04-07 Dr. David Alan Gilbert New
[PATCH-for-6.1,3/3] hw/sparc/sun4m: Make sun4m_hwdefs a Sun4mMachineClass field hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs - - - - --- 2021-04-07 Philippe Mathieu-Daudé New
[PATCH-for-6.1,2/3] hw/sparc/sun4m: Factor out sun4m_machine_class_common_init() hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs - - - - --- 2021-04-07 Philippe Mathieu-Daudé New
[PATCH-for-6.1,1/3] hw/sparc/sun4m: Introduce TYPE_SUN4M_MACHINE and Sun4mMachineClass hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs - - - - --- 2021-04-07 Philippe Mathieu-Daudé New
[24/24] arm/aspeed: Add DPS310 to witherspoon aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[23/24] arm/aspeed: Add DPS310 to rainier aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[22/24] hw/misc: Add Infineon DPS310 sensor model aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[21/24] hw/block: m25p80: Add support for mt25qu02g aspeed: fixes and extensions 1 - 1 - --- 2021-04-07 Cédric Le Goater New
[20/24] aspeed: Emulate the AST2600A3 aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[19/24] hw/misc: Add an iBT device model aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[18/24] aspeed: Add support for the rainier-bmc board aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[17/24] aspeed: Remove swift-bmc machine aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[16/24] tests/qtest: Rename m25p80 test in aspeed_smc test aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[15/24] aspeed/smc: Add extra controls to request DMA aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[14/24] aspeed/smc: Add a 'features' attribute to the object class aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[13/24] hw/misc/aspeed_xdma: Add AST2600 support aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[12/24] tests/acceptance: Test ast2600 machine aspeed: fixes and extensions - - 2 1 --- 2021-04-07 Cédric Le Goater New
[11/24] tests/acceptance: Test ast2400 and ast2500 machines aspeed: fixes and extensions - - 3 2 --- 2021-04-07 Cédric Le Goater New
[10/24] tests: Aspeed HACE Scatter-Gather tests aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[09/24] aspeed: Add Scater-Gather support for HACE Hash aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[08/24] tests/qtest: Add test for Aspeed HACE aspeed: fixes and extensions 1 - 2 - --- 2021-04-07 Cédric Le Goater New
[07/24] aspeed: Integrate HACE aspeed: fixes and extensions - - 4 - --- 2021-04-07 Cédric Le Goater New
[06/24] hw: Model ASPEED's Hash and Crypto Engine aspeed: fixes and extensions - - 2 - --- 2021-04-07 Cédric Le Goater New
[05/24] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[04/24] aspeed/i2c: Rename DMA address space aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[03/24] aspeed/i2c: Fix DMA address mask aspeed: fixes and extensions - - - - --- 2021-04-07 Cédric Le Goater New
[02/24] aspeed/smc: Remove unused "sdram-base" property aspeed: fixes and extensions - - 1 - --- 2021-04-07 Cédric Le Goater New
[01/24] aspeed/smc: Use the RAM memory region for DMAs aspeed: fixes and extensions - 1 1 - --- 2021-04-07 Cédric Le Goater New
[PULL,for-6.0,v3,00/10] emulated nvme fixes for -rc3 - - - - --- 2021-04-07 Klaus Jensen New
[v8,4/4] Add NVMM Accelerator: add maintainers for NetBSD/NVMM Implements the NetBSD Virtual Machine Monitor accelerator - - - - --- 2021-04-07 Reinoud Zandijk New
[v8,3/4] Add NVMM accelerator: acceleration enlightenments Implements the NetBSD Virtual Machine Monitor accelerator - - - - --- 2021-04-07 Reinoud Zandijk New
[v8,2/4] Add NVMM accelerator: x86 CPU support Implements the NetBSD Virtual Machine Monitor accelerator - - - - --- 2021-04-07 Reinoud Zandijk New
[v8,1/4] Add NVMM accelerator: configure and build logic Implements the NetBSD Virtual Machine Monitor accelerator - - - - --- 2021-04-07 Reinoud Zandijk New
[RFC] target/i386: Add Intel CPU model versions supporting 'xsaves' [RFC] target/i386: Add Intel CPU model versions supporting 'xsaves' - - - - --- 2021-04-07 Vitaly Kuznetsov New
Ping: [PATCH] Set icon for QEMU binary on Mac OS Ping: [PATCH] Set icon for QEMU binary on Mac OS - - - - --- 2021-04-07 Programmingkid New
[1/1] decodetree: Add support for 64-bit instructions Add 64-bit instruction support to decodetree - - - - --- 2021-04-07 Luis Fernando Fujita Pires New
[for-6.1,4/4] virtio-scsi: Configure all host notifiers in a single MR transaction virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci - - 1 - --- 2021-04-07 Greg Kurz New
[for-6.1,3/4] virtio-scsi: Set host notifiers and callbacks separately virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci - - 1 - --- 2021-04-07 Greg Kurz New
[for-6.1,2/4] virtio-blk: Configure all host notifiers in a single MR transaction virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci - - - - --- 2021-04-07 Greg Kurz New
[for-6.1,1/4] virtio-blk: Fix rollback path in virtio_blk_data_plane_start() virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci - 2 1 - --- 2021-04-07 Greg Kurz New
[RFC,v2,11/11] qemu_iotests: add option to show qemu binary logs on stdout qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,10/11] qemu_iotests: insert valgrind command line as wrapper for qemu binary qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,09/11] qemu_iotests: allow valgrint to print/delete the generated log file qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,08/11] qemu_iotests: extent QMP socket timeout when using valgrind qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,07/11] qemu_iotests: extend the check script to support valgrind for python tests qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,06/11] qemu-iotests: add gdbserver option to script tests too qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,05/11] qemu_iotests: insert gdbserver command line as wrapper for qemu binary qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,04/11] qemu-iotests: delay QMP socket timers qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,03/11] qemu-iotests: add option to attach gdbserver qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,02/11] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[RFC,v2,01/11] python: qemu: add timer parameter for qmp.accept socket qemu_iotests: improve debugging options - - - - --- 2021-04-07 Emanuele Giuseppe Esposito New
[PATCH-for-6.0?] hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllers [PATCH-for-6.0?] hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllers - 1 1 - --- 2021-04-07 Philippe Mathieu-Daudé New
[for-6.0] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option [for-6.0] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option - 1 1 - --- 2021-04-07 Mark Cave-Ayland New
[14/14] block/nbd: drop thr->state nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[13/14] block/nbd: nbd_co_establish_connection_cancel(): rename wake to do_wake nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[12/14] block/nbd: refactor nbd_co_establish_connection nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[11/14] block/nbd: refactor connect_bh() nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[10/14] block/nbd: move wait_connect field under mutex protection nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[09/14] block/nbd: NBDConnectCB: drop bh_* fields nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[08/14] block/nbd: move nbd connect-thread to nbd/client-connect.c nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[07/14] block/nbd: drop nbd_free_connect_thread() nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[06/14] block/nbd: further segregation of connect-thread nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[05/14] block/nbd: rename NBDConnectThread to NBDConnectCB nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
[04/14] block/nbd: split connect_thread_cb() out of connect_thread_func() nbd: move reconnect-thread to separate file - - - - --- 2021-04-07 Vladimir Sementsov-Ogievskiy New
« 1 2 ... 1163 1164 11654340 4341 »