Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   5270 patches
« 1 2 3 452 53 »
Patch Series S/W/F Date Submitter Delegate State
[5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu --- 2024-05-03 Philippe Mathieu-Daudé Superseded
[4/5] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu --- 2024-05-03 Philippe Mathieu-Daudé Superseded
[3/5] accel/tcg: Do not define cpu_exec_reset_hold() as stub accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu --- 2024-05-03 Philippe Mathieu-Daudé Superseded
[2/5] accel/tcg: Move system emulation files under sysemu/ subdirectory accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu --- 2024-05-03 Philippe Mathieu-Daudé Superseded
[1/5] accel/tcg: Simplify meson.build using subdir_done() accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,9/9] target/alpha: Implement CF_PCREL target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,8/9] target/alpha: Split out gen_pc_disp target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,7/9] target/alpha: Split out gen_goto_tb target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,6/9] target/alpha: Simplify gen_bcond_internal() target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,5/9] target/alpha: Return DISAS_NORETURN once target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,4/9] target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,3/9] target/alpha: Use DISAS_NEXT definition instead of magic '0' value target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,2/9] target/alpha: Hoist branch shift to initial decode target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU target/alpha: Implement CF_PCREL --- 2024-05-03 Philippe Mathieu-Daudé New
[v2,3/3] crypto: Allow building with GnuTLS but without Libtasn1 crypto: Allow building with GnuTLS but without Libtasn1 --- 2024-05-02 Philippe Mathieu-Daudé New
[v2,2/3] crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c crypto: Allow building with GnuTLS but without Libtasn1 --- 2024-05-02 Philippe Mathieu-Daudé New
[v2,1/3] crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.c crypto: Allow building with GnuTLS but without Libtasn1 --- 2024-05-02 Philippe Mathieu-Daudé New
migration/rdma: Allow building without on-demand paging support migration/rdma: Allow building without on-demand paging support --- 2024-05-02 Philippe Mathieu-Daudé New
crypto: Allow building with GnuTLS but without Libtasn1 crypto: Allow building with GnuTLS but without Libtasn1 --- 2024-05-02 Philippe Mathieu-Daudé New
hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx() hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx() --- 2024-05-02 Philippe Mathieu-Daudé New
[v4,4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v4,3/4] target/sh4: Rename TCGv variables as manual for ADDV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v4,2/4] target/sh4: Fix SUBV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v4,1/4] target/sh4: Fix ADDV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v3,4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v3,3/4] target/sh4: Rename TCGv variables as manual for ADDV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v3,2/4] target/sh4: Fix SUBV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v3,1/4] target/sh4: Fix ADDV opcode target/sh4: Fix ADDV/SUBV opcodes --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v2] target/sh4: Fix SUBV opcode [v2] target/sh4: Fix SUBV opcode --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,13/13] accel/tcg: Move @tb_jmp_cache from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,12/13] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,11/13] accel/tcg: Restrict icount to system emulation exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,10/13] accel/tcg: Move @tcg_cflags from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,09/13] accel/tcg: Move @iommu_notifiers from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,08/13] accel/tcg: Move @cflags_next_tb from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,07/13] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,06/13] accel/tcg: Restrict IcountDecr / can_do_io / CPUTLB to TCG exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,05/13] accel/tcg: Restrict cpu_loop_exit_requested() to TCG exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,04/13] accel/tcg: Move @plugin_state from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,03/13] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé New
[v3,02/13] accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[v3,01/13] accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins exec: Rework around CPUState user fields (part 2) --- 2024-04-30 Philippe Mathieu-Daudé Superseded
[RFC] target/sh4: Fix SUBV opcode [RFC] target/sh4: Fix SUBV opcode --- 2024-04-30 Philippe Mathieu-Daudé New
target/sh4: Fix ADDV opcode target/sh4: Fix ADDV opcode --- 2024-04-30 Philippe Mathieu-Daudé New
[v2,13/13] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,12/13] accel/tcg: Restrict icount to system emulation exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,11/13] accel/tcg: Move @tcg_cflags from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,10/13] accel/tcg: Remove NULL check in tcg_flush_jmp_cache() exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé New
[v2,09/13] accel/tcg: Move @tb_jmp_cache from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,08/13] accel/tcg: Move @iommu_notifiers from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,07/13] accel/tcg: Move @cflags_next_tb from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,06/13] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,05/13] accel/tcg: Restrict IcountDecr / can_do_io / CPUTLB to TCG exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,04/13] accel/tcg: Move @plugin_state from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,03/13] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,02/13] accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[v2,01/13] accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins exec: Rework around CPUState user fields (part 2) --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[2/2] accel/nvmm: Fix NULL dereference in nvmm_init_vcpu() accel: Fix NULL deref in NVMM / WHPX vCPU init --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[1/2] accel/whpx: Fix NULL dereference in whpx_init_vcpu() accel: Fix NULL deref in NVMM / WHPX vCPU init --- 2024-04-29 Philippe Mathieu-Daudé Superseded
[24/24] accel/tcg: Move icount fields from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[23/24] accel/tcg: Restrict icount to system emulation exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[22/24] accel/tcg: Move @tcg_cflags from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[21/24] accel/tcg: Remove NULL check in tcg_flush_jmp_cache() exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[20/24] accel/tcg: Move @tb_jmp_cache from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[19/24] accel/tcg: Move @iommu_notifiers from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[18/24] accel/tcg: Move @cflags_next_tb from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[17/24] accel/tcg: Move @mem_io_pc from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[16/24] accel/tcg: Move @jmp_env from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[15/24] accel/tcg: Restrict IcountDecr and CPUTLB to TCG exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[14/24] accel/tcg: Move plugin fields to CPUNegativeOffsetState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[13/24] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[12/24] accel/tcg: Move TaskState from CPUState to TCG AccelCPUState exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[11/24] accel/tcg: Allocate per-vCPU accel state in create_vcpu_thread() exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[10/24] user: Use get_task_state() helper exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[09/24] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h' exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[08/24] user: Forward declare TaskState type definition exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[07/24] accel/tcg: Implement AccelOpsClass::exit_vcpu_thread() handler exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[06/24] accel: Introduce AccelOpsClass::exit_vcpu_thread() handler exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[05/24] accel/tcg: Extract tcg_cpu_exit() from cpu_exit() exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[04/24] accel/tcg: Duplicate cpu_exit() for user / system exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[03/24] accel/tcg: Move user definition of cpu_interrupt() to user-exec.c exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[02/24] coverity: Update user emulation regexp exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[01/24] exec/user: Move 'thunk.h' from 'exec/user' to 'user' exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[v2,12/12] accel/tcg: Access tcg_cflags with getter / setter exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,11/12] accel/tcg: Reset TCG specific fields in tcg_cpu_reset_hold() exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé New
[v2,10/12] accel/tcg: Remove pointless initialization of cflags_next_tb exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé New
[v2,09/12] accel/tcg: Restrict cpu_loop_exit_requested() to TCG exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé New
[v2,08/12] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb() exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,07/12] exec/cpu: Extract page-protection definitions to page-protection.h exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,06/12] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,05/12] exec/cpu: Remove obsolete PAGE_RESERVED definition exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,04/12] exec/cpu: Indent TARGET_PAGE_foo definitions exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,03/12] exec: Include missing license in 'exec/cpu-common.h' exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,02/12] plugins/api: Only include 'exec/ram_addr.h' with system emulation exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[v2,01/12] plugins: Update stale comment exec: Rework around CPUState user fields --- 2024-04-28 Philippe Mathieu-Daudé Superseded
[14/14] accel/tcg: Access tcg_cflags with getter / setter exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé Superseded
[13/14] accel/tcg: Reset TCG specific fields in tcg_cpu_reset_hold() exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé Superseded
[12/14] accel/tcg: Remove pointless initialization of cflags_next_tb exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé Superseded
[11/14] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb() exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé New
[10/14] exec/user: Restrict 'syscall-trace.h' to user emulation exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé New
« 1 2 3 452 53 »