Show patches with: State = Action Required       |    Archived = No       |   21447 patches
« 1 2 3 4214 215 »
Patch Series S/W/F Date Submitter Delegate State
[02/14] arc: Decoder code *** ARC port for review *** --- 2020-09-30 Cupertino Miranda New
[02/14] hw/core/clock: trace clock values in Hz instead of ns raspi: add the bcm2835 cprman clock manager --- 2020-09-25 Luc Michel New
[02/14] hw/i386/q35: Add local 'lpc_obj' variable hw/southbridge: Extract ICH9 QOM container model --- 2024-02-19 Philippe Mathieu-Daudé New
[02/14] i2c:pm_smbus: Fix the semantics of block I2C transfers [01/14] i2c:pm_smbus: Clean up some style issues --- 2017-12-07 Corey Minyard New
[02/14] linux-user/sparc: Tidy syscall trap linux-user/sparc: Handle missing traps --- 2023-02-02 Richard Henderson New
[02/14] qapi/doc.py: avoid unnecessary keyword arguments qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[02/14] spice: add QemuSpiceOps, move migrate_info ui: build spice and opengl as module. --- 2020-10-19 Gerd Hoffmann New
[02/15] accel/tcg: Extract load_helper_unaligned from load_helper accel/tcg: Fix for #360 and other i/o alignment issues --- 2021-06-19 Richard Henderson New
[02/15] hw/riscv: opentitan: Remove the riscv_ prefix of the machine* and soc* functions Untitled series #60036 --- 2020-06-08 Bin Meng New
[02/15] ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all() spapr: Error handling fixes and cleanups (round 2) --- 2020-09-14 Greg Kurz New
[02/15] python/qmp: add qom script entry points python: absorb scripts/qmp/qom-* tooling --- 2020-10-21 John Snow New
[02/15] tcg/optimize: Fold orc with immediate to or tcg: Canonicalize operations during optimize --- 2024-03-12 Richard Henderson New
[02/16] hw/block/nvme: add trace event for requests with non-zero status code hw/block/nvme: zoned namespace command set --- 2020-09-24 Klaus Jensen New
[02/16] iotests/172: Cover empty filename and multiple use of drives Crazy shit around -global (pardon my french) --- 2020-06-05 Markus Armbruster New
[02/16] nvme: rename trace events to nvme_dev Untitled series #61331 --- 2020-04-15 Klaus Jensen New
[02/16] qapi/expr.py: Check for dict instead of OrderedDict qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[02/17] block/nvme: Let nvme_create_queue_pair() fail gracefully [01/17] block/nvme: Avoid further processing if trace event not enabled --- 2020-06-25 Philippe Mathieu-Daudé New
[02/17] crypto: Move QCryptoCipherDriver typedef to qemu/typedefs.h crypto/cipher: Class hierarchy cleanups --- 2020-08-13 Richard Henderson New
[02/17] hw/block/nvme: additional tracing Untitled series #59326 --- 2020-06-29 Klaus Jensen New
[02/17] qom: Clean up inconsistent use of gchar * vs. char * qom: Spring cleaning --- 2020-04-28 Markus Armbruster New
[02/17] target/riscv: Introduce gpr_src, gpr_dst target/riscv: Use tcg_constant_* --- 2021-07-09 Richard Henderson New
[02/18] chardev: Move ParallelChardev typedef to common code chardev: QOM cleanups --- 2020-09-10 Eduardo Habkost New
[02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header hw/arm: Move various objects to softmmu_ss to build them once (part 1) --- 2023-01-10 Philippe Mathieu-Daudé New
[02/18] hw/riscv: hart: Add a new 'resetvec' property Untitled series #58400 --- 2020-08-14 Bin Meng New
[02/18] target/arm: Use arm_current_el for simple exceptions target/arm: tidy exception routing --- 2022-05-23 Richard Henderson New
[02/19] cpus: Filter for target specific CPU (generic) cpus: Step toward removing global 'first_cpu' --- 2023-10-20 Philippe Mathieu-Daudé New
[02/19] hw/qdev: Introduce qdev_prop_set_link() hw: Set QDev properties using QDev API (part 1/3) --- 2023-02-03 Philippe Mathieu-Daudé New
[02/19] i2c-smbus: Use a int for return --- 2016-12-30 Corey Minyard New
[02/20] hw/arm/xilinx_zynq: Include missing 'exec/tswap.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[02/20] qdev: Stop using error_set_from_qdev_prop_error() for netdev property qdev/qom: Remove explicit type names from error_setg() calls --- 2020-10-30 Eduardo Habkost New
[02/20] target/arm: Don't call tcg_clear_temp_count target/arm: Convert some neon insns to gvec --- 2018-10-11 Richard Henderson New
[02/20] target/arm: Set ID_AA64PFR0 bits for SVE for -cpu max target/arm: sve system mode patches --- 2018-08-09 Richard Henderson New
[02/20] target/arm: Split out gen_gvec_fn_zz target/arm: SVE2 preparatory patches --- 2020-08-15 Richard Henderson New
[02/20] target/sparc: Split psr and xcc into components target/sparc: Cleanup condition codes etc --- 2023-10-17 Richard Henderson New
[02/20] tcg: Add opcodes for vector nand, nor, eqv tcg: vector improvements --- 2021-12-18 Richard Henderson New
[022/114] target/arm: Use TRANS_FEAT for do_sve2_zpz_data target/arm: Rewrite sve feature tests --- 2022-05-27 Richard Henderson New
[02/21] hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h exec/next for 9.1 --- 2024-04-17 Philippe Mathieu-Daudé New
[02/21] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe target/arm: kvm cleanups --- 2023-11-23 Richard Henderson New
[02/22] hw/intc/apic: Pass CPU using QOM link property exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[02/22] machine: remove deprecated -machine enforce-config-section option cleanup qemu_init and make sense of command line processing --- 2020-10-21 Paolo Bonzini New
[02/22] tcg: Make tcg/helper-info.h self-contained plugins: Rewrite plugin code generation --- 2024-03-16 Richard Henderson New
[02/23] target/arm: Add SVE decode skeleton target/arm: decode generator and initial sve patches --- 2017-12-18 Richard Henderson New
[02/23] tcg: Manage splitwx in tc_ptr_to_region_tree by hand TCI fixes and cleanups --- 2021-01-28 Richard Henderson New
[02/24] cryptodev-backend: Register "chardev" as class property qom: Convert some properties to class properties --- 2020-09-21 Eduardo Habkost New
[02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header include/exec: Rework (part 2) --- 2024-04-18 Philippe Mathieu-Daudé New
[02/24] include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES re-factor and add fp16 using glibc soft-fp --- 2018-02-04 Richard Henderson New
[02/25] qapi/schema.py: Move meta-type into class instances qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[02/26] hw/ppc/sam460ex: Add missing 'hw/pci/pci.h' header hw/usb: Give it love, reduce 'hw/usb.h' inclusion out of hw/usb/ --- 2020-07-04 Philippe Mathieu-Daudé New
[02/26] meson: Move disas/tci.c to disas/meson.build tcg: Workaround macOS 11.2 mprotect bug --- 2021-03-11 Richard Henderson New
[02/26] qapi/parser.py: group variable declarations in __init__ qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[02/26] target/arm: Add SCTLR bits through ARMv8.5 target/arm: Implement ARMv8.3-PAuth --- 2018-12-07 Richard Henderson New
[02/28] target/arm: Move get_phys_addr to ptw.c target/arm: Split out ptw.c from helper.c --- 2022-06-04 Richard Henderson New
[02/29] hw/ide/cmd646.c: Fix memory leak spotted by valgrind --- 2015-05-28 Shannon Zhao New
[02/29] qapi: Create block-export module block/export: Add infrastructure and QAPI for block exports --- 2020-09-07 Kevin Wolf New
[02/32] accel/tcg: Hide in_same_page outside of a target-specific context accel/tcg: Improve disassembly for target and plugin --- 2024-04-05 Richard Henderson New
[02/33] hw/arm/fsl-imx6: Add a local 'gic' variable hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv --- 2023-12-12 Philippe Mathieu-Daudé New
[02/33] linux-user: Relax single exit from "break" linux-user: Begin splitting do_syscall --- 2018-06-01 Richard Henderson New
[02/35] softfloat: Add flag specific to Inf - Inf target/ppc fpu fixes and cleanups --- 2021-11-19 Richard Henderson New
[02/37,DO-NOT-MERGE] qapi: add debugging tools qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[024/108] target-arm: A64: fix unallocated test of scalar SQXTUN --- 2014-08-06 Michael Roth New
[024/150] meson: add testsuite Makefile generator Meson integration for 5.2 --- 2020-08-14 Paolo Bonzini New
[02/41] target/sparc: Fix FEXPAND target/sparc: Implement VIS4 --- 2024-03-02 Richard Henderson New
[02/41] tcg: Avoid including 'trace-tcg.h' in target translate.c tcg patch queue --- 2021-07-10 Richard Henderson New
[02/47] target/arm: Don't skip M-profile reset entirely in user mode Untitled series #162295 --- 2021-12-15 Michael Roth New
[025/147] meson: add remaining generated tcg trace helpers Meson integration for 5.2 --- 2020-08-10 Paolo Bonzini New
[02/55] qdev: Drop redundant bus realization qdev: Rework how we plug into the parent bus --- 2020-05-19 Markus Armbruster New
[026/150] meson: add version.o [001/150] oss-fuzz/build: remove LIB_FUZZING_ENGINE --- 2020-08-17 Paolo Bonzini New
[02/62] target/arm: Enable PageEntryExtra target/arm: Implement FEAT_HAFDBS --- 2022-07-03 Richard Henderson New
[02/64] linux-user/aarch64: Enable hwcap for RND, BTI, and MTE Untitled series #160120 --- 2021-10-19 Michael Roth New
[02/67] target/arm: Remove offset argument to gen_exception_insn target/arm: Convert aa32 base isa to decodetree --- 2019-07-26 Richard Henderson New
[027/114] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzz target/arm: Rewrite sve feature tests --- 2022-05-27 Richard Henderson New
[027/150] contrib/libvhost-user: convert to Meson [001/150] oss-fuzz/build: remove LIB_FUZZING_ENGINE --- 2020-08-17 Paolo Bonzini New
[02/77] target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* [01/77] hostmem: don't use mbind() if host-nodes is empty --- 2020-09-03 Michael Roth New
[02/78] block/nbd: fix memory leak in nbd_open() Patch Round-up for stable 4.2.1, freeze on 2020-06-22 --- 2020-06-16 Michael Roth New
[028/114] target/arm: Use TRANS_FEAT for do_sve2_zpzz_ool target/arm: Rewrite sve feature tests --- 2022-05-27 Richard Henderson New
[028/147] tools/virtiofsd: convert to Meson Meson integration for 5.2 --- 2020-08-10 Paolo Bonzini New
[029/147] contrib/vhost-user-blk: convert to Meson Meson integration for 5.2 --- 2020-08-10 Paolo Bonzini New
[02/97] target/arm: Fix typo in do_sat_addsub_64 [01/97] target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzw --- 2019-04-01 Michael Roth New
[0/2] hw/arm/smmu: Fixes for TTB1 --- 2023-02-10 Jean-Philippe Brucker New
[0/2] tcg patch queue --- 2024-02-14 Richard Henderson New
[03/10] accel/tcg: move i386 halt handling to sysemu_ops accel/tcg: refactor the cpu-exec loop --- 2023-03-20 Alex Bennée New
[03/10] configure: build SDL if only SDL2 available --- 2016-05-06 Cole Robinson New
[03/10] hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from header hw/arm: Move 'hw/arm/boot.h' from header to source --- 2023-10-25 Philippe Mathieu-Daudé New
[03/10] hw/arm/realview: Introduce abstract RealviewMachineClass hw/arm/realview: Introduce abstract RealviewMachineClass --- 2023-05-24 Philippe Mathieu-Daudé New
[03/10] hw/arm/virt: Fix devicetree warnings about the GIC node hw/arm/virt: Fix dt-schema warnings --- 2022-08-24 Jean-Philippe Brucker New
[03/10] hw/block/nvme: add basic read/write for zoned namespaces hw/block/nvme: namespace types and zoned namespaces --- 2020-06-30 Klaus Jensen New
[03/10] hw/ide/:split some lines containing more than 80 characters Fix line over 80 characters warning --- 2020-10-19 ganqixin New
[03/10] hw/isa: Add the ISA_IRQ_SER_DEFAULT definition hw/isa: Introduce definitions for default IRQ values --- 2020-10-11 Philippe Mathieu-Daudé New
[03/10] hw/m68k/mcf5206.c: convert m5206_mbar to QOM --- 2015-07-02 Shannon Zhao New
[03/10] net: cadence_gem: Fix irq update w.r.t queue Cadence GEM Fixes --- 2020-05-02 Sai Pavan Boddu New
[03/10] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition Untitled series #237207 --- 2024-03-12 Markus Armbruster New
[03/10] qemu: add support for iOS host iOS and Apple Silicon host support --- 2020-10-12 Joelle van Dyne New
[03/10] Reduce the time of checkpoint for COLO COLO project queued patches 20-Oct --- 2020-10-14 Zhang, Chen New
[03/10] roms/Makefile.edk2: prepare for replacing TPM2*_ENABLE macros edk2: adopt the edk2-stable202008 release --- 2020-09-08 Laszlo Ersek New
[03/10] tests/virtio-scsi: Clean up global variable shadowing tests: Clean up global variables shadowing --- 2023-10-09 Philippe Mathieu-Daudé New
[03/10] ui/gkt: release all keys on grab-broken-event Untitled series #60804 --- 2020-05-10 Volker Rümelin New
[031/143] contrib/ivshmem: convert to meson Untitled series #58537 --- 2020-08-06 Paolo Bonzini New
[031/147] contrib/rdmacm-mux: convert to Meson Meson integration for 5.2 --- 2020-08-10 Paolo Bonzini New
[031/150] vhost-user-scsi: add compatibility for libiscsi 1.9.0 Meson integration for 5.2 --- 2020-08-14 Paolo Bonzini New
[03/11] accel/tcg: Restrict dump_exec_info() declaration accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
« 1 2 3 4214 215 »