Show patches with: State = Action Required       |   21638 patches
« 1 2 ... 22 23 24216 217 »
Patch Series S/W/F Date Submitter Delegate State
[21/31] accel/tcg: Add plugin_enabled to DisasContextBase September maintainer omnibus (tests, gdbstub, plugins) --- 2023-09-25 Alex Bennée New
[08/31] configure: ensure dependency for cross-compile setup September maintainer omnibus (tests, gdbstub, plugins) --- 2023-09-25 Alex Bennée New
[04/31] docs: mark CRIS support as deprecated September maintainer omnibus (tests, gdbstub, plugins) --- 2023-09-25 Alex Bennée New
[01/31] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1 September maintainer omnibus (tests, gdbstub, plugins) --- 2023-09-25 Alex Bennée New
[PULL,v3,0/9] testing updates (back to green!) --- 2023-09-20 Alex Bennée New
[PULL,v2,0/9] testing updates (back to green!) --- 2023-09-19 Alex Bennée New
[22/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[21/22] exec/cpu: Have cpu_exec_realize() return a boolean exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[20/22] target/s390x: Use s390_realize_cpu_model() as verify_accel_features() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[19/22] target/s390x: Have s390_realize_cpu_model() return a boolean exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[18/22] target/s390x: Call s390_cpu_realize_sysemu from s390_realize_cpu_model exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[17/22] target/i386: Extract verify_accel_features() from cpu_realize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[16/22] target/arm: Extract verify_accel_features() from cpu_realize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[15/22] exec/cpu: Introduce CPUClass::verify_accel_features() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[14/22] target/sparc: Init CPU environment *after* accelerator vCPU is realized exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[13/22] target/xtensa: Create IRQs *after* accelerator vCPU is realized exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[12/22] target/mips: Create clock *after* accelerator vCPU is realized exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[10/22] target/hppa: Create timer *after* accelerator vCPU is realized exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[09/22] target/arm: Create timers *after* accelerator vCPU is realized exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[08/22] exec/cpu: RFC Destroy vCPU address spaces in cpu_common_unrealize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[07/22] exec/cpu: Introduce the CPU address space destruction function exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[RFC,04/22] exec/cpu: Never call cpu_reset() before cpu_realize() exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé 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
[01/22] target/i386: Only realize existing APIC device exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[2/2] qdev: Ensure devices are fully realized when calling DeviceReset handler qdev: Ensure devices are fully realized when calling DeviceReset handler --- 2023-09-18 Philippe Mathieu-Daudé New
[1/2] hw/sd/omap_mmc: Do not reset SDCard until being fully realized qdev: Ensure devices are fully realized when calling DeviceReset handler --- 2023-09-18 Philippe Mathieu-Daudé New
hw/misc/mips_itu: Make MIPSITUState target agnostic hw/misc/mips_itu: Make MIPSITUState target agnostic --- 2023-09-18 Philippe Mathieu-Daudé New
[v3,39/39] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG target agnostic cleanups --- 2023-09-16 Richard Henderson New
[v3,37/39] accel: Declare AccelClass::[un]realize_cpu() handlers target agnostic cleanups --- 2023-09-16 Richard Henderson New
[v3,36/39] accel: Introduce accel_cpu_unrealize() stub target agnostic cleanups --- 2023-09-16 Richard Henderson New
[v3,09/39] accel/tcg: Move can_do_io to CPUNegativeOffsetState target agnostic cleanups --- 2023-09-16 Richard Henderson New
[v3,07/39] accel/tcg: Move CPUNegativeOffsetState into CPUState target agnostic cleanups --- 2023-09-16 Richard Henderson New
[PULL,v2,21/39] tcg/loongarch64: Implement 128-bit load & store Untitled series #221647 --- 2023-09-16 Richard Henderson New
[PULL,v2,00/39] tcg patch queue --- 2023-09-16 Richard Henderson New
[PULL,36/39] tcg: Add tcg_out_tb_start backend hook [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,35/39] fpu: Handle m68k extended precision denormals properly [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,34/39] fpu: Add conversions between bfloat16 and [u]int8 [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,27/39] plugin: Simplify struct qemu_plugin_hwaddr [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,25/39] accel/tcg: Split out io_prepare and io_failed [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,24/39] accel/tcg: Simplify tlb_plugin_lookup [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,22/39] tcg: Add gvec compare with immediate and scalar operand [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,20/39] tcg/loongarch64: Lower rotli_vec to vrotri [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,19/39] tcg/loongarch64: Lower rotv_vec ops to LSX [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,18/39] tcg/loongarch64: Lower vector shift integer ops [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,17/39] tcg/loongarch64: Lower bitsel_vec to vbitsel [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,16/39] tcg/loongarch64: Lower vector shift vector ops [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,15/39] tcg/loongarch64: Lower vector saturated ops [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,13/39] tcg/loongarch64: Lower mul_vec to vmul [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,12/39] tcg/loongarch64: Lower neg_vec to vneg [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,11/39] tcg/loongarch64: Lower vector bitwise operations [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,08/39] tcg: pass vece to tcg_target_const_match() [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,07/39] tcg/loongarch64: Lower basic tcg vec ops to LSX [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,02/39] accel/tcg: Fix the comment for CPUTLBEntryFull [PULL,01/39] accel/tcg: mttcg remove false-negative halted assertion --- 2023-09-16 Richard Henderson New
[PULL,00/39] tcg patch queue --- 2023-09-16 Richard Henderson New
[3/5] accel: Declare AccelClass::[un]realize_cpu() handlers accel: Restrict tcg_exec_[un]realizefn() to TCG --- 2023-09-15 Philippe Mathieu-Daudé New
[PULL,16/19] target/s390x: Use clmul_64 [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,13/19] crypto: Add generic 64-bit carry-less multiply routine [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,09/19] crypto: Add generic 32-bit carry-less multiply routines [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,06/19] target/arm: Use clmul_16* routines [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,05/19] crypto: Add generic 16-bit carry-less multiply routines [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,02/19] target/arm: Use clmul_8* routines [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines [PULL,01/19] crypto: Add generic 8-bit carry-less multiply routines --- 2023-09-15 Richard Henderson New
[PULL,00/19] crypto: Provide clmul.h and host accel --- 2023-09-15 Richard Henderson New
[v2,3/3] softmmu: Introduce cpu_address_space_sync accel/tcg: Alternate fix for #1866 --- 2023-09-15 Richard Henderson New
[v2,2/3] softmmu: Introduce AddressSpaceDispatch generation numbers accel/tcg: Alternate fix for #1866 --- 2023-09-15 Richard Henderson New
[v2,1/3] softmmu: Use cpu->created in tcg_commit accel/tcg: Alternate fix for #1866 --- 2023-09-15 Richard Henderson New
[PULL,9/9] tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884 [PULL,1/9] tests: update Debian images to Bookworm --- 2023-09-15 Alex Bennée New
[PULL,6/9] gitlab: make Cirrus CI timeout explicit [PULL,1/9] tests: update Debian images to Bookworm --- 2023-09-15 Alex Bennée New
[PULL,4/9] microbit: add missing qtest_quit() call [PULL,1/9] tests: update Debian images to Bookworm --- 2023-09-15 Alex Bennée New
[PULL,2/9] gitlab: fix typo/spelling in comments [PULL,1/9] tests: update Debian images to Bookworm --- 2023-09-15 Alex Bennée New
[PULL,1/9] tests: update Debian images to Bookworm [PULL,1/9] tests: update Debian images to Bookworm --- 2023-09-15 Alex Bennée New
[PULL,0/9] testing updates (back to green!) --- 2023-09-15 Alex Bennée New
[1/1] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1 [1/1] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1 --- 2023-09-15 Marcin Juszkiewicz New
[3/6:,2/2] accel/tcg: Track current value of can_do_io in the TB [3/6:,1/2] accel/tcg: Refactor gen_io_start() as set_can_do_io() --- 2023-09-15 Philippe Mathieu-Daudé New
[3/6:,1/2] accel/tcg: Refactor gen_io_start() as set_can_do_io() [3/6:,1/2] accel/tcg: Refactor gen_io_start() as set_can_do_io() --- 2023-09-15 Philippe Mathieu-Daudé New
pc-bios/canyonlands.dts: Fix some DeviceTree warnings pc-bios/canyonlands.dts: Fix some DeviceTree warnings --- 2023-09-14 Philippe Mathieu-Daudé New
[RFC,4/4] accel/tcg: Keep tlb_set_dirty() internal accel/tcg: Stubs cleanups --- 2023-09-14 Philippe Mathieu-Daudé New
[RFC,3/4] accel/tcg: Guard tb_flush() with tcg_enabled() and remove the stub accel/tcg: Stubs cleanups --- 2023-09-14 Philippe Mathieu-Daudé New
[2/4] accel/tcg: Remove unused tcg_flush_jmp_cache() stub accel/tcg: Stubs cleanups --- 2023-09-14 Philippe Mathieu-Daudé New
[1/4] accel/tcg: Remove tlb_set_dirty() stub accel/tcg: Stubs cleanups --- 2023-09-14 Philippe Mathieu-Daudé New
[11/11] accel/tcg: Make cpu-exec-common.c a target agnostic unit accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[10/11] accel/tcg: Make icount.o a target agnostic unit accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[09/11] accel/tcg: Make monitor.c a target-agnostic unit accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[08/11] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h' accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[07/11] exec: Rename target specific page-vary.c -> page-vary-target.c accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[06/11] exec: Rename cpu.c -> cpu-target.c accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[05/11] accel: Rename accel-common.c -> accel-target.c accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[04/11] accel: Make accel-blocker.o target agnostic accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé 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
[v2,20/24] accel/tcg: Modify atomic_mmu_lookup() to use CPUState Reduce usage of CPUArchState in cputlb.c --- 2023-09-14 Richard Henderson New
[v2,19/24] accel/tcg: Modifies memory access functions to use CPUState Reduce usage of CPUArchState in cputlb.c --- 2023-09-14 Richard Henderson New
[v2,04/24] target/*: Use __alignof not __alignof__ Reduce usage of CPUArchState in cputlb.c --- 2023-09-14 Richard Henderson New
[v5,6/6] target/i386: Prohibit target specific KVM prototypes on user emulation target/i386: Restrict system-specific features from user emulation --- 2023-09-13 Philippe Mathieu-Daudé New
[RFC,v5,5/6] target/i386: Restrict system-specific code from user emulation target/i386: Restrict system-specific features from user emulation --- 2023-09-13 Philippe Mathieu-Daudé New
[v5,4/6] target/i386: Move x86_cpu_get_migratable_flags() around target/i386: Restrict system-specific features from user emulation --- 2023-09-13 Philippe Mathieu-Daudé New
[PULL,2/2] hw/nvme: Avoid dynamic stack allocation Untitled series #221152 --- 2023-09-12 Klaus Jensen New
[1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets target/ppc: Prohibit target specific KVM prototypes on user emulation --- 2023-09-12 Philippe Mathieu-Daudé New
[RFC,v4,2/3] target/i386: Restrict system-specific features from user emulation target/i386: Restrict system-specific features from user emulation --- 2023-09-11 Philippe Mathieu-Daudé New
« 1 2 ... 22 23 24216 217 »