Show patches with: State = Action Required       |   21734 patches
« 1 2 3 4217 218 »
Patch Series S/W/F Date Submitter Delegate State
[PULL,10/38] target/sparc: Implement FMAf extension [PULL,01/38] linux-user: Add ioctl for BLKBSZSET --- 2024-06-05 Richard Henderson New
[PULL,03/38] target/sparc: Rewrite gen_edge [PULL,01/38] linux-user: Add ioctl for BLKBSZSET --- 2024-06-05 Richard Henderson New
[PULL,00/38] sparc + linux-user patch queue --- 2024-06-05 Richard Henderson New
[RFC] subprojects: add a wrapper for libvirglrenderer [RFC] subprojects: add a wrapper for libvirglrenderer --- 2024-06-05 Alex Bennée New
[v2,5/5] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs scrips/coverity-scan: COMPONENTS.md updates --- 2024-06-04 Peter Maydell New
[v2,4/5] scripts/coverity-scan/COMPONENTS.md: Fix monitor component scrips/coverity-scan: COMPONENTS.md updates --- 2024-06-04 Peter Maydell New
[v2,3/5] scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto component scrips/coverity-scan: COMPONENTS.md updates --- 2024-06-04 Peter Maydell New
[v2,2/5] scripts/coverity-scan/COMPONENTS.md: Fix 'char' component scrips/coverity-scan: COMPONENTS.md updates --- 2024-06-04 Peter Maydell New
[v2,1/5] scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI scrips/coverity-scan: COMPONENTS.md updates --- 2024-06-04 Peter Maydell New
[PULL,29/32] hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,26/32] hw/xen: Register framebuffer backend via xen_backend_init() [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,25/32] hw/xen: Make XenDevOps structures const [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,24/32] hw/xen: Constify xenstore_be::XenDevOps [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,23/32] hw/xen: Constify XenLegacyDevice::XenDevOps [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,22/32] physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memory [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,21/32] physmem: Always pass offset + addr to xen_map_cache [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,20/32] xen: Add xen_mr_is_memory() [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,16/32] cpu: move Qemu[Thread|Cond] setup into common code [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,12/32] system/runstate: Remove unused 'qemu/plugin.h' header [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,10/32] util/hexdump: Remove ascii parameter from qemu_hexdump_line [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,09/32] util/hexdump: Remove b parameter from qemu_hexdump_line [PULL,01/32] target/riscv: Remove unused 'instmap.h' header in translate.c --- 2024-06-04 Philippe Mathieu-Daudé New
[PULL,00/32] Misc HW / accel patches --- 2024-06-04 Philippe Mathieu-Daudé New
[3/3] accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory cpu_exec_halt: make method mandatory --- 2024-06-03 Peter Maydell New
[2/3] target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation cpu_exec_halt: make method mandatory --- 2024-06-03 Peter Maydell New
[1/3] target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt() cpu_exec_halt: make method mandatory --- 2024-06-03 Peter Maydell New
[1/1] hw/arm/sbsa-ref: switch to 1GHz timer frequency hw/arm/sbsa-ref: switch to 1GHz timer frequency --- 2024-05-31 Marcin Juszkiewicz New
[v3,6/6] contrib/plugins: add ips plugin example for cost modeling Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[v3,5/6] plugins: add time control API Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[v3,4/6] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[v3,3/6] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[v3,2/6] qtest: use cpu interface in qtest_clock_warp Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[v3,1/6] sysemu: add set_virtual_time to accel ops Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[2/5] cpu: move Qemu[Thread|Cond] setup into common code cpus: a few tweaks to CPU realization --- 2024-05-30 Alex Bennée New
[v2,6/6] contrib/plugins: add ips plugin example for cost modeling Implement icount=auto using TCG Plugins --- 2024-05-30 Pierrick Bouvier New
[v2,2/3] target/riscv: Restrict semihosting to TCG semihosting: Restrict to TCG --- 2024-05-30 Philippe Mathieu-Daudé New
[Semihosting,Tests,v2,3/3] add SYS_GET_CMDLINE test add SYS_GET_CMDLINE test --- 2024-05-30 Alex Bennée New
[Semihosting,Tests,v2,2/3] update includes for bare metal compiling add SYS_GET_CMDLINE test --- 2024-05-30 Alex Bennée New
[Semihosting,Tests,v2,1/3] .editorconfig: add code conventions for tooling add SYS_GET_CMDLINE test --- 2024-05-30 Alex Bennée New
[4/4] hw/s390x: Deprecate the QMP @dump-skeys command [1/4] hw/s390x: Introduce the @dump-s390-skeys QMP command --- 2024-05-30 Philippe Mathieu-Daudé New
[3/4] hw/s390x: Deprecate the HMP 'dump_skeys' command [1/4] hw/s390x: Introduce the @dump-s390-skeys QMP command --- 2024-05-30 Philippe Mathieu-Daudé New
[2/4] hw/s390x: Introduce the 'dump_s390_skeys' HMP command [1/4] hw/s390x: Introduce the @dump-s390-skeys QMP command --- 2024-05-30 Philippe Mathieu-Daudé New
[1/4] hw/s390x: Introduce the @dump-s390-skeys QMP command [1/4] hw/s390x: Introduce the @dump-s390-skeys QMP command --- 2024-05-30 Philippe Mathieu-Daudé New
[RISU] risugen/arm: Refine prefetch and memory hintspace patterns [RISU] risugen/arm: Refine prefetch and memory hintspace patterns --- 2024-05-29 Richard Henderson New
[10/10] tests/avocado: update sbsa-ref firmware testing/next: purging centos and more lcitool --- 2024-05-29 Alex Bennée New
[08/10] tests/lcitool: generate package lists for ansible testing/next: purging centos and more lcitool --- 2024-05-29 Alex Bennée New
[07/10] tests/lcitool: bump to latest version testing/next: purging centos and more lcitool --- 2024-05-29 Alex Bennée New
accel: Restrict probe_access*() functions to TCG accel: Restrict probe_access*() functions to TCG --- 2024-05-29 Philippe Mathieu-Daudé New
[RFC] cpus: split qemu_init_vcpu and delay vCPU thread creation [RFC] cpus: split qemu_init_vcpu and delay vCPU thread creation --- 2024-05-29 Alex Bennée New
[PULL,04/22] target/s390x: Record separate PER bits in TB flags [PULL,01/22] target/s390x: Do not use unwind for per_check_exception --- 2024-05-29 Thomas Huth New
[PULL,02/22] target/s390x: Move cpu_get_tb_cpu_state out of line [PULL,01/22] target/s390x: Do not use unwind for per_check_exception --- 2024-05-29 Thomas Huth New
[v5,23/23] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,22/23] target/i386: Remove X86CPU::kvm_no_smi_migration field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,17/23] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,16/23] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,15/23] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,14/23] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,13/23] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,12/23] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,11/23] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults() hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h' hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,08/23] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,07/23] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug' hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,06/23] hw/acpi/ich9: Remove 'memory-hotplug-support' property hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,05/23] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,04/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,03/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,02/23] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v5,01/23] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines --- 2024-05-29 Philippe Mathieu-Daudé New
[v3,30/33] target/arm: Tidy SQDMULH, SQRDMULH (vector) target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,22/33] target/arm: Convert SHSUB, UHSUB to gvec target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,20/33] target/arm: Convert SHADD, UHADD to gvec target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,14/33] target/arm: Convert SQRSHL and UQRSHL (register) to gvec target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,12/33] target/arm: Convert SQSHL and UQSHL (register) to gvec target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,10/33] target/arm: Convert SRSHL and URSHL (register) to gvec target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,06/33] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,05/33] target/arm: Inline scalar SUQADD and USQADD target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,04/33] target/arm: Convert SUQADD and USQADD to gvec target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[v3,01/33] target/arm: Diagnose UNPREDICTABLE operands to PLD, PLDW, PLI target/arm: Convert a64 advsimd to decodetree (part 1b) --- 2024-05-28 Richard Henderson New
[6/6] accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/ accel: Restrict TCG plugin (un)registration to TCG accel --- 2024-05-28 Philippe Mathieu-Daudé New
[5/6] accel: Restrict TCG plugin (un)registration to TCG accel accel: Restrict TCG plugin (un)registration to TCG accel --- 2024-05-28 Philippe Mathieu-Daudé New
[4/6] accel: Introduce accel_cpu_common_[un]realize_assigned() handlers accel: Restrict TCG plugin (un)registration to TCG accel --- 2024-05-28 Philippe Mathieu-Daudé New
[3/6] accel: Clarify accel_cpu_common_[un]realize() use unassigned vCPU accel: Restrict TCG plugin (un)registration to TCG accel --- 2024-05-28 Philippe Mathieu-Daudé New
[18/18] tcg/loongarch64: Enable v256 with LASX tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[17/18] tcg/loongarch64: Support LASX in tcg_out_vec_op tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[16/18] tcg/loongarch64: Split out vdvjukN in tcg_out_vec_op tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[15/18] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[14/18] tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st} tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[13/18] tcg/loongarch64: Split out vdvjvk in tcg_out_vec_op tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[12/18] tcg/loongarch64: Support LASX in tcg_out_addsub_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[11/18] tcg/loongarch64: Simplify tcg_out_addsub_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[10/18] tcg/loongarch64: Support LASX in tcg_out_dupi_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[08/18] tcg/loongarch64: Support LASX in tcg_out_dupm_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[07/18] tcg/loongarch64: Support LASX in tcg_out_dup_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
[06/18] tcg/loongarch64: Simplify tcg_out_dup_vec tcg/loongarch64: Support v64 and v256 --- 2024-05-27 Richard Henderson New
« 1 2 3 4217 218 »